val-town / val-town-docs

Val Town Documentation
https://docs.val.town/
28 stars 25 forks source link

Concurrency guide #72

Open stevekrouse opened 9 months ago

stevekrouse commented 9 months ago

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