Skip to content

Comment on Show HN: Honker – Postgres NOTIFY/LISTEN Semantics for SQLite

Comments

Very cool. Is the bottleneck under load mostly SQLite write throughput, or the WAL notification layer?

writes and claim/ack flow. really depends on your journal mode and synchrnous mode as well.

notifs are extremely cheap, either in the old stat(2) mode or the new PRAGMA page_version (see my update on feeback comment). Some other comments mentioned that stat(2) is about 1µs.

AboutSource Built by g1lg1l

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