Re: pgsql: Tweak order of operations in BitmapHeapNext() to avoid the case
От
Gregory Stark
Тема
Re: pgsql: Tweak order of operations in BitmapHeapNext() to avoid the case
Дата
Msg-id
87ab9wl9x2.fsf@oxford.xeocode.com
Ответ на
pgsql: Tweak order of operations in BitmapHeapNext() to avoid the case (tgl@postgresql.org (Tom Lane))
Список
Дерево обсуждения
Re: pgsql: Tweak order of operations in BitmapHeapNext() to avoid the case Tom Lane <tgl@sss.pgh.pa.us>
tgl@postgresql.org (Tom Lane) writes: > Log Message: > ----------- > Tweak order of operations in BitmapHeapNext() to avoid the case of prefetching > the same page we are nanoseconds away from reading for real. There should be > something left to do on the current page before we consider issuing a prefetch. Doesn't this break things if, say, there's precisely one tuple on every page? You'll keep raising the prefetch_target but never actually prefetch anything. -- Gregory Stark EnterpriseDB http://www.enterprisedb.com Get trained by Bruce Momjian - ask me about EnterpriseDB's PostgreSQL training!
В списке pgsql-hackers по дате отправления