boost
boost copied to clipboard
Yugabyte query redesign
To alleviate stress from multiple Count() queries, we need to recheck our code base.
- Benchmark the current times
- Ask large SPs to benchmark
- Check if we can get rid if Count queries
- Create covering indexes for PieceDeal if required (it would double up the space required by the table)
What is the actual "stress" being caused, too many queries, are the Count() queries taking too long, are the tables not indexed properly?