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

Storage restore optimization #8

Open
mrdotb opened this issue Sep 5, 2024 · 0 comments
Open

Storage restore optimization #8

mrdotb opened this issue Sep 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mrdotb
Copy link
Owner

mrdotb commented Sep 5, 2024

I have an idea to speed up the storage restoration process. Instead of storing the error fingerprint in the thread title, we could create a dedicated thread and use a text message or blob to store a mapping between the fingerprint and thread ID.

Each message can hold up to 2,000 characters, which should provide ample space for storing the mappings. On startup, we can parse these messages and load the mappings directly into our GenServer.

@mrdotb mrdotb added the enhancement New feature or request label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant