You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I triggered a database rebuild on ordinals.com last night, using commit 1ad94af. It should have been done by now, but it's still at block height ~265000. Indexing is slow enough that I suspect it might not finish, or take an enormously long time.
The last deployed version was 0.3.0, and looking through the commit history since then, there have been a few suspicious commits:
Not done yet, but it looks like it's still slow with redb 0.10.0. I'm thinking that it's the other two PRs. In particular, they added writes mid-update, instead of only flushing at the end of the update.
If it's definitely not redb, then I should modify the updater to only flush at the end of each update.
I triggered a database rebuild on ordinals.com last night, using commit 1ad94af. It should have been done by now, but it's still at block height ~265000. Indexing is slow enough that I suspect it might not finish, or take an enormously long time.
The last deployed version was 0.3.0, and looking through the commit history since then, there have been a few suspicious commits:
The text was updated successfully, but these errors were encountered: