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

[wip] L0 LRU experiment #11477

Closed
wants to merge 18 commits into from
Closed

[wip] L0 LRU experiment #11477

wants to merge 18 commits into from

Conversation

AskAlexSharov
Copy link
Collaborator

@AskAlexSharov AskAlexSharov commented Aug 4, 2024

32-items cache. Only L0:

eth-mainnet:
a=accounts hit=13700 miss=9803 ratio=0.58
a=storage hit=12500 miss=22865 ratio=0.35
a=code hit=17500 miss=12962 ratio=0.57
bor-mainnet
a=code hit=420500 miss=96412 ratio=0.81
a=storage hit=26000 miss=103800 ratio=0.20
a=accounts hit=10100 miss=9450 ratio=0.52

128 items cache. all levels:

bor-mainnet
a=accounts hit=1606275 total=2000000 ratio=0.80
a=code hit=5201420 total=7000000 ratio=0.74
a=storage hit=1793932 total=5000000 ratio=0.36

@awskii
Copy link
Member

awskii commented Aug 4, 2024

I was also thinking to use a little cash but inside of btree index instead of Domain

@AskAlexSharov AskAlexSharov requested a review from awskii August 5, 2024 06:41
@AskAlexSharov AskAlexSharov removed the request for review from awskii August 5, 2024 10:38
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 this pull request may close these issues.

2 participants