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

Use cluster for blocks and transactions #257

Open
sgkim126 opened this issue May 17, 2019 · 0 comments
Open

Use cluster for blocks and transactions #257

sgkim126 opened this issue May 17, 2019 · 0 comments
Labels
optimization This makes the system faster

Comments

@sgkim126
Copy link
Contributor

The records may be inserted in the order of the block number and many API returns the result in order of the block number.
In these cases, using cluster can make the insertion and reading fast.
https://www.postgresql.org/docs/9.1/sql-cluster.html

@sgkim126 sgkim126 added the optimization This makes the system faster label May 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
optimization This makes the system faster
Projects
None yet
Development

No branches or pull requests

1 participant