| ▲ | stefanos82 6 days ago | |
When hctree [1] becomes stable in SQLite, it will be the only database I will be using lol! I presume the `hc` part in project's code name should be High Concurrency. [1] https://sqlite.org/hctree/doc/hctree/doc/hctree/index.html | ||
| ▲ | andersmurphy 5 days ago | parent [-] | |
Thing is if you design your app to have a single writer you can probably get higher throughput than multiple writers in concurrency mode. | ||