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

Concurrency guide #72

Open
stevekrouse opened this issue Dec 20, 2023 · 0 comments
Open

Concurrency guide #72

stevekrouse opened this issue Dec 20, 2023 · 0 comments

Comments

@stevekrouse
Copy link
Contributor

Wherever blob storage is used as a table like data store, we should have a notice and a link to a guide about concurrency:

  1. Blob storage doesn't have it within one blob
  2. You can create a bunch of blobs with a key prefix and then get them all by listing them by prefix as a poor man's table
  3. You can use SQLite for proper ACID
@stevekrouse stevekrouse added this to Docs Dec 21, 2023
@stevekrouse stevekrouse moved this to Backlog in Docs Dec 21, 2023
@stevekrouse stevekrouse moved this from Backlog to Soon in Docs Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: Soon
Development

No branches or pull requests

1 participant