~mariusor/go-activitypub#281: 
Change sqlite storage to one file per actor

Currently we store all ActivityPub data in a single SQLite db.

This forces us to use a mutex sync before writes.

Creating a db file per actor seems to mitigate that issue a little, but we need to take into account if we need to be doing joins between these dbs.

Status
REPORTED
Submitter
~mariusor
Assigned to
No-one
Submitted
1 year, 5 months ago
Updated
1 year, 5 months ago
Labels
storage