←back to thread

353 points HunOL | 2 comments | | HN request time: 0.528s | source
1. stefanos82 ◴[] No.45781682[source]
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

replies(1): >>45788878 #
2. andersmurphy ◴[] No.45788878[source]
Thing is if you design your app to have a single writer you can probably get higher throughput than multiple writers in concurrency mode.