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

Off by some bug in -height-limit #517

Closed
veryordinally opened this issue Sep 11, 2022 · 0 comments · Fixed by #526
Closed

Off by some bug in -height-limit #517

veryordinally opened this issue Sep 11, 2022 · 0 comments · Fixed by #526

Comments

@veryordinally
Copy link
Collaborator

veryordinally commented Sep 11, 2022

When running

$ ord --height-limit 451000 index
$ ord info

on an index that contained 450006 blocks before the run, the output is

blocks indexed: 451008
outputs indexed: 46702642
tree height: 5
free pages: 66202117
stored: 6.82 GiB
overhead: 396.57 MiB
fragmented: 6.61 GiB
index size: 32 GiB

There seems to be some bug that results in an increasing deviation from the specified height limit with indices that are built over consecutive runs with increasing height limits.

@veryordinally veryordinally changed the title *Off by some* bug in -height-limit Off by some bug in -height-limit Sep 11, 2022
@veryordinally veryordinally mentioned this issue Sep 11, 2022
8 tasks
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

Successfully merging a pull request may close this issue.

2 participants