2
votes

I've been reading about Linked documents in the CouchDb documentation, it seems fine and all.

But is it possible to write a view in Database A that emits a document from Database B? I need it because we store different types in different databases.

1

1 Answers

3
votes

No, that doesn't work. You should store different-but-related types in the same database.