Y
Hacker News
new
|
ask
|
show
|
jobs
by
adekmm
4067 days ago
I use covering indexes for most queries. It works Great for reads, and still write performance is better in postgres (on Linux).
https://wiki.postgresql.org/wiki/Index-only_scans
1 comments
ssmoot
4066 days ago
That's not really anything to do with sorting. At least not covering indexes as I'm familiar with them.
link