|
|
|
|
|
by dragonwriter
1897 days ago
|
|
> I'm not sure I understand why PostgreSQL would be "overkill" for something? Because its a separate server process and install rather than an embedded library. On disk, in memory, in CPU, in config and admin workload, and in pretty much every other conceivable way its heavier than SQLite. It offers a lot extra , too, but if you don’t need the extra that it offers, its overkill. > Also it's very easy to buy PostgreSQL from various DBaaS providers. Yes, it is. Which reduces some burdens and increases others. Nonlocality is a cost (also, paying for a DBaaS is a cost.) |
|