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

Try to improve rocksdb until it is as fast as SCID4 #36

Closed
6 tasks done
Tracked by #35
benini opened this issue Jan 6, 2022 · 0 comments
Closed
6 tasks done
Tracked by #35

Try to improve rocksdb until it is as fast as SCID4 #36

benini opened this issue Jan 6, 2022 · 0 comments
Labels
Milestone

Comments

@benini
Copy link
Owner

benini commented Jan 6, 2022

  • import games faster by disabling WAL 77f5144
  • prefix per iterare più velocemente (non cambia nulla)
  • col.compression = rocksdb::kZSTD (circa la metà più lento rispetto a LZ4)
  • use dictionary (velocità comparabile, compressione migliore):
    col.compression_opts.max_dict_bytes = 16 * 1024;
    col.compression_opts.zstd_max_train_bytes =
  • col.bottommost_compression_opts.enabled = true;
  • dividere il database in diverse colonne (non cambia nulla, anzi dividere i tag ed i commenti è peggio)

Direi che sono vicino ad abbandonarlo fcf2862

@benini benini added the todo label Jan 6, 2022
@benini benini changed the title Try to improve it and be as fast as SCID4 Try to improve rocksdb until it is as fast as SCID4 Jan 6, 2022
@benini benini added this to the SCID5.0 milestone Jan 6, 2022
@benini benini closed this as completed Jan 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

1 participant