Y
Hacker News
new
|
ask
|
show
|
jobs
by
solumunus
1180 days ago
Nonsense. For read heavy content sites Sqlite will obviously perform better.
1 comments
winrid
1180 days ago
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.
link
For purely sequential reads of data from disk, sure.