-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
Wherever blob storage is used as a table like data store, we should have a notice and a link to a guide about concurrency:
- Blob storage doesn't have it within one blob
- 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
- You can use SQLite for proper ACID
Metadata
Metadata
Assignees
Labels
No labels