Hacker News new | ask | show | jobs
by solumunus 1180 days ago
Nonsense. For read heavy content sites Sqlite will obviously perform better.
1 comments

That depends on the read patterns. Sqlite doesn't even support some features that will make very simple aggregations much faster on postgres, even with the same indexes.

For purely sequential reads of data from disk, sure.