|
|
|
|
|
by koakuma-chan
473 days ago
|
|
If you think this is a good fit for your case, you should embed SQLite in your application and shard your application. An embedded SQLite is faster and uses less memory than a PostgreSQL running as a separate process and possibly on a different machine. |
|