Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yugabyte query redesign #1777

Open
LexLuthr opened this issue Oct 25, 2023 · 1 comment
Open

Yugabyte query redesign #1777

LexLuthr opened this issue Oct 25, 2023 · 1 comment

Comments

@LexLuthr
Copy link
Collaborator

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 LexLuthr added this to the Boost v2 stability milestone Oct 25, 2023
@davidd8
Copy link
Collaborator

davidd8 commented Oct 25, 2023

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

@brendalee brendalee removed this from the Boost v2 stability milestone Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

3 participants