- I have a reduced view which i want to query using multiple keys.
- Since it is a reduced view so it is processing some data.
- When i query it with multiple keys but it is giving all reduced data separately for each key.
- Is it possible to get aggregated data for all keys i pass.
- Can we use group level with multi key get as i am getting an error when i do.
I have tried with java and aggregating all the keys data in code is it possible to achieve it with couchbase db only rather then in code ?