|
|
|
|
|
by ghusbands
619 days ago
|
|
> This (index ordering resulting in useless indices) is not true, at least not in newer versions of Postgres (I just tried with 15). > While the query will take much longer (for me, it was about 47 msec vs 0.6 msec for 2,000,000 rows), it still uses the index. I'd argue that something being 78x slower can make it pretty useless, but it is indeed at least used, in some cases. |
|