I may have missed the beginning of this thread, apologies if these were already discussed:

1) store the docs from different projects in the same db and use a view to sort them via project 2) same but pack the project name and user into the _id field and use the prebuilt _all_docs view to sort them via project/user 3) you can always combine db's using replication if you choose to aggregate at a later point in time.

Happy to follow up offline if you have more questions.

-Mike

On Oct 3, 2009, at 4:40 AM, Sven Helmberger wrote:

go canal schrieb:
let's say a user wants to display a list of his documents in all projects, how do we support this ? Do I have to issue one query command for each database then aggregate the result ?

You could create an external indexer that collects results from all project databases.

Regards,
Sven

Reply via email to