Search code examples
nosqlcouchbasecouchbase-view

Couchbase dynamic views with different keys


I have an issue with Couchbase.

I don't know ahead of time the keys on which the query is made. What solutions is Couchbase offering me.

Keep in mind that I have big data set, order of hundred of millions.

EDIT: I want to do matchmaking on a collection stored, the criteria is not known ahead of time or is randomly set. That means I have to set a view on compile time. What are my options?


Solution

  • You can use ElasticSearch. It's allow you to do dynamic queries.