Re: Poor performance on seq scan
От | Guillaume Cottenceau |
---|---|
Тема | Re: Poor performance on seq scan |
Дата | |
Msg-id | 87y7spw8v9.fsf@meuh.mnc.lan обсуждение исходный текст |
Ответ на | Re: Poor performance on seq scan (Laszlo Nagy <gandalf@designaproduct.biz>) |
Ответы |
Re: Poor performance on seq scan
|
Список | pgsql-performance |
Laszlo Nagy <gandalf 'at' designaproduct.biz> writes: > > Probably, but PostgreSQL doesn't know how to do that. Even if it > > did, it depends on how many matches there is. If you scan the index > > and then fetch the matching rows from the heap, you're doing random > > I/O to the heap. That becomes slower than scanning the heap > > sequentially if you're going to get more than a few hits. > I have 700 000 rows in the table, and usually there are less than 500 > hits. So probably using a "seq index scan" would be faster. :-) Now I You can confirm this idea by temporarily disabling sequential scans. Have a look at this chapter: http://www.postgresql.org/docs/7.4/interactive/runtime-config.html#RUNTIME-CONFIG-QUERY -- Guillaume Cottenceau Create your personal SMS or WAP Service - visit http://mobilefriends.ch/
В списке pgsql-performance по дате отправления: