Skip to content

Concurrency guide #72

@stevekrouse

Description

@stevekrouse

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions