If my application only uses Data I/O and VIEWs do I need the Indexing and Query Services ?
And if I only have Data services in my cluster can I cover view operations and input /output of documents ?
Hi, George,
If your application only uses data service, then
- You don’t need index/query service
- You can use view operations and regular get/set commands to read/write documents
Thanks,
Qi
@qicb Thanks nice one