Query without where vs. scan

Is a query without setting where basically a scan? What’s the difference? I’m using C client. Thank you.

Yes, a query without a where filter will turn into a scan on the server. The query api supports aggregation queries. The scan api supports scan percent. There’s not much of a difference anymore.

Thanks for explanation and confirmation, Brian.

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.