Hacker News new | ask | show | jobs
by stefanos82 234 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

1 comments

Thing is if you design your app to have a single writer you can probably get higher throughput than multiple writers in concurrency mode.