iisuru
November 26, 2020, 5:03am
1
Hi All,
When indexing is perfomed by index service indexes are stored in index service nodes or data service nodes assuming MDS is used to have index and data services in different nodes seperately?
Also when Search service does FTS indexing indexed data is stored in Search service or data service nodes?
Please clarify.
Thanks,
Isuru
Hello @iisuru ,
The secondary indexes used by the query service (N1QL) are stored in the Index service.
For FTS, the indexing and querying is done by the Search service. The Search service stores the search indexes.
Kind regards,
Patrick
iisuru
December 2, 2020, 4:22am
3
Hi @pvarley ,
Thanks for the prompt answer.If you have a insight on this below post please check the below forum post and clarify.
Hi All,
When we use Couchbase server as a caching provider for a caching solution what specific configurations should be done/focused when setting up a bucket in couchbase server for caching?
Let me put the question in another way.
Lets say I already use couchbase server as the data store for a springboot or nodejs based micro service.Can I use plugins like couchbase-spring-cache and further improve the performance of already couchbase backed service?
Or you are recommending couchbase as…
Thanks,
Isuru