You say 5 SQL queries, but then you mention the KV API. What are you doing within each request? If

You say 5 SQL queries, but then you mention the KV API. What are you doing within each request?

If you are using SQL, then keep in mind any select you do might access your indices as well, and if you don't have indices a full scan is done reading all your rows.
Was this page helpful?