Skip to content

Comment on SQLite Is All You Need

Comments

lobster.rs also started using sqlite, i've been using exclusively using sqlite for most of my projects.

apps appear much faster because db is on the same server

How are lobster.rs handling writes? Are they queuing them synchronously?

But like any message board it will get peak time hits

So lunchtime in America there will be multiple people posting comments at the same time

And Sqllite only allows one writer, so what happens if multiple people send their comments at once

So are they using ultra fast storage on the host or queues or other

SQLite with WAL on a standard NVMe drive will easily do thousand of writes per second.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.