←back to thread

369 points HunOL | 1 comments | | HN request time: 0.249s | source
Show context
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 #
1. 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.