-
Notifications
You must be signed in to change notification settings - Fork 137
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
Omnibus update branch #237
Conversation
rocksdb: set max open files to 4096
… we should sunset rocksdb support.
Though realistically I don't see issues with any of this, except that we'd still be using an out of date rocksdb NB: All I've really done is the upstreaming work here-- and are the primary authors |
@creachadair sir, I sorta hate to trouble you w/ this but I'm going to r4r this and guess that I'd like to request you be brutal to it. We use this in prod on:
It has been very stable, but changes many things. If you do not have time for it, I totally understand. |
@marbar3778 please note that this is in desperate need of cleanup. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#237 update
FYI, I am keeping this one alive mainly for historical and visibility purposes. I intend to close it this week. I want to grab the goleveldb settings from here though. This branch contains #250 which some anon coder convinced me didn't include enough evidence. He was right. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This branch is being used in production by notional on evmos.
The performance is strikingly better, see #248
This branch can be built with ease for chains with high resource demands as follows:
#248
above you can change rocksdb to the database you'd like to try.
In total, this branch integrates