Migrate to postgres #9

Open
opened 2026-05-05 15:48:34 +00:00 by hodlbod · 0 comments
Owner

The sqlite driver is going to suffer from write contention at some point, best to use a real database. We could keep a separate connection per tenant and keep sqlite too, but that would be hard to scale past 1000 tenants.

The sqlite driver is going to suffer from write contention at some point, best to use a real database. We could keep a separate connection per tenant and keep sqlite too, but that would be hard to scale past 1000 tenants.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coracle/zooid#9