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

[Bug]: Stripe optimization not working efficiently #239

Open
pantonis opened this issue Feb 16, 2024 · 0 comments
Open

[Bug]: Stripe optimization not working efficiently #239

pantonis opened this issue Feb 16, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@pantonis
Copy link

pantonis commented Feb 16, 2024

What's wrong?

After a full sync of my data into the database I can see that stripes are not created efficiently

image

In the image shared above you can see stripes containing 75 items and others that contain 80k+.
as I can understand default value is 150k+ per stripe.

I understand that you can run vacuum full for the table but this wont work for Real-Time inserts. Our system inserts (1-100 items every minute). So for each insert there will be a stripe from what I understand. IN 7 days this will create a total mess in the database

@pantonis pantonis added the bug Something isn't working label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant