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

Investigate BlobDB as storage for da blobs #645

Open
bacv opened this issue May 6, 2024 · 0 comments
Open

Investigate BlobDB as storage for da blobs #645

bacv opened this issue May 6, 2024 · 0 comments

Comments

@bacv
Copy link
Member

bacv commented May 6, 2024

At the moment attested chunks/blobs are supposed to be written and read from the files (da_blob_dir/app_id_hex/vid_hex).

Depending on the sizes of the blob it's worth investigating BlobDB where blobs could be stored as values and metadata app_id+index as keys.

Assuming the api is very similar to the RocksDB, BlobDB could be implemented as another storage service backend and swapped to in da related services.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant