Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
bob1029
2mo ago
0 comments
Save
Share
This is mostly about thread communication. With SQLite you can guarantee no context switching. Postgres running on the same box gets you close but not all the way. It's still in a different process.
0 comments
1 comments · 1 top-level
top
newest
oldest
andersmurphy
2mo ago
This. Run an app on the same box as PG and you can easily be plagued by out of memory etc (as there's memory contention between the two processes).
j
/
k
navigate · click thread line to collapse