Thanks Sean, will definitely check this point.
Also, query tracing is allowed from version 4.0.
Is there any way to trace queries in my current version 3.11.6
On Tue 26 Jan, 2021, 20:01 Durity, Sean R (US),
wrote:
> I would be looking at the queries in the application to see if there are
> any c
I would be looking at the queries in the application to see if there are any
cross-partition queries (ALLOW FILTERING or IN clauses across partitions). This
looks like queries that work fine with small scale, but are hitting timeouts
when the data size has increased.
Also see if anyone has ad-ho