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

Implement Table Partitioning by Block Height #534

Open
imabdulbasit opened this issue Apr 18, 2024 · 0 comments
Open

Implement Table Partitioning by Block Height #534

imabdulbasit opened this issue Apr 18, 2024 · 0 comments

Comments

@imabdulbasit
Copy link
Contributor

imabdulbasit commented Apr 18, 2024

Implementing table partitioning based on the block_height column in our tables.

By partitioning tables according to block_height, queries with this filter can efficiently scan only the relevant partitions, dramatically reducing the amount of data scanned compared to full table scans.

https://www.postgresql.org/docs/current/ddl-partitioning.html

@imabdulbasit imabdulbasit changed the title Implement Table Partitioning by Block Height for Performance Optimization Implement Table Partitioning by Block Height Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant