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

[RocksDB] Slow getEarliestAvailableBlockSlot #8658

Open
gfukushima opened this issue Sep 30, 2024 · 0 comments
Open

[RocksDB] Slow getEarliestAvailableBlockSlot #8658

gfukushima opened this issue Sep 30, 2024 · 0 comments

Comments

@gfukushima
Copy link
Contributor

While investigating issue #8447 I've found that the nodes running with RocksDB present a significant worse performance on getEarliestAvailableBlockSlot()

Logs for comparison purpose:

Holesky nodes:

LevelDB node: ./teku --config-file=/etc/teku/teku.yml debug-tools db get-earliest-available-block-slot
Time to retrieve earliest available block slot in the database 183ms
1578560

RocksDB node:./teku --config-file=/etc/teku/teku.yml debug-tools db get-earliest-available-block-slot
Time to retrieve earliest available block slot in the database 25398ms
1591424

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