Using Data -Index -Query Services question?

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

  1. You don’t need index/query service
  2. You can use view operations and regular get/set commands to read/write documents

Thanks,
Qi

@qicb Thanks nice one