|
|
|
|
|
by ngrilly
3545 days ago
|
|
> use an inprocess database over https ie SQLite and Apache Why not, but you introduced a whole bunch of new issues. SQLite only supports a single writer at a time. This is a problem if you have a lot of users on the same tenant. This is also a problem when you need to create an index, for example, which is not a background operation. |
|
[1] https://www.sqlite.org/wal.html
[2] https://www.lite-engine.com/docs.html#caching