Hi team ,
We have an application that loads a couchbase database continuously using data stream .
We will have api’s on top of couchbase to expose the data that gets loaded and they need to be indexed continuesly . we have a 60 ms sla for all the api calls that pulls data from couchbase .
What will be best to use
Memory optimized indexes
Global secondary indexes
What should we do to make sure that data that data is indexed most efficiently and there is no data latency due to index rebuilds