As per some couchbase blog, I noticed that primary index is not recommended in production.
- What is the reason for that?
- If so, how can I use bucket.GetAsync(key) or “SELECT * FROM bucket” without WHERE clause ?
As per some couchbase blog, I noticed that primary index is not recommended in production.