val-town-docs icon indicating copy to clipboard operation
val-town-docs copied to clipboard

Concurrency guide

Open stevekrouse opened this issue 1 year ago • 0 comments
trafficstars

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 avatar Dec 20 '23 20:12 stevekrouse