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

Irmin-pack: add stats for reads in suffix/prefix #1958

Open
icristescu opened this issue Jul 5, 2022 · 1 comment
Open

Irmin-pack: add stats for reads in suffix/prefix #1958

icristescu opened this issue Jul 5, 2022 · 1 comment
Labels
feature/layered-store Related to the Layered Store

Comments

@icristescu
Copy link
Contributor

In the dispatcher we have two types of reads - in the prefix or in the suffix. We should add stats to track those.

Also in the pack_store, we can read sometimes try to read gced objects, for instance when trying to find them. This can also be tracked by a counter.

@icristescu icristescu added the feature/layered-store Related to the Layered Store label Jul 5, 2022
@samoht
Copy link
Member

samoht commented Jul 7, 2022

That might be useful to verify the assumption that Tezos should read very rarely in the prefix - but not a blocker for the initial release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/layered-store Related to the Layered Store
Projects
None yet
Development

No branches or pull requests

2 participants