-
Notifications
You must be signed in to change notification settings - Fork 23
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
can we remove verification when reading from caches #145
Comments
seems like a legitimate optimization - assuming that blobs are verified before insertion to cache |
feel free to assign to me if no one else is interested |
@epociask why were they improperly transformed? Bug in our client? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Noticed that GET requests on my local devnet are taking ~500ms to complete when using a redis cache
Have not profiled but my guess is that verification is taking most of this time.
@bxue-l2 suggested that we might be able to remove the verification done everytime we read from the cache. When verification is enabled, we verify responses from the disperser before populating the redis cache, so it seems redundant to verify blobs queried from redis?
@epociask wdyt?
The text was updated successfully, but these errors were encountered: