|
|
|
|
|
by chrisldgk
61 days ago
|
|
Per their own docs, D1 is primarily meant for things like Auth DBs that you have frequent read/write access to but that store limited amounts of data.
If you need more storage, running Postgres somewhere else and querying via Hyperdrive is probably what you want to do instead. |
|