← Back to context Comment by nchmy 5 hours ago How about pg on Unix socket? 2 comments nchmy Reply eurleif 2 hours ago Running 100,000 `SELECT 1` queries: PostgreSQL (localhost): 2.84 seconds PostgreSQL (Unix socket): 1.93 seconds SQLite (in-memory): 0.07 seconds SQLite (tempfile): 0.06 seconds (https://gist.github.com/leifkb/b940b8cdd8e0432cc58670bbc0c33...) nchmy 1 hour ago seems about right
eurleif 2 hours ago Running 100,000 `SELECT 1` queries: PostgreSQL (localhost): 2.84 seconds PostgreSQL (Unix socket): 1.93 seconds SQLite (in-memory): 0.07 seconds SQLite (tempfile): 0.06 seconds (https://gist.github.com/leifkb/b940b8cdd8e0432cc58670bbc0c33...) nchmy 1 hour ago seems about right
(https://gist.github.com/leifkb/b940b8cdd8e0432cc58670bbc0c33...)
seems about right