boost icon indicating copy to clipboard operation
boost copied to clipboard

Yugabyte query redesign

Open LexLuthr opened this issue 2 years ago • 1 comments

To alleviate stress from multiple Count() queries, we need to recheck our code base.

  1. Benchmark the current times
  2. Ask large SPs to benchmark
  3. Check if we can get rid if Count queries
  4. Create covering indexes for PieceDeal if required (it would double up the space required by the table)

LexLuthr avatar Oct 25 '23 12:10 LexLuthr

What is the actual "stress" being caused, too many queries, are the Count() queries taking too long, are the tables not indexed properly?

davidd8 avatar Oct 25 '23 18:10 davidd8