[PERFORMANCE] Insights: fseek OR read_cluster?

Поиск
Список
Период
Сортировка
От Antonio Rodriges
Тема [PERFORMANCE] Insights: fseek OR read_cluster?
Дата
Msg-id CAPrLoNeyDqHwsm80iVTDeUg8-pa+pG6D43K8O1_rG2o9KHBGLw@mail.gmail.com
обсуждение исходный текст
Список pgsql-performance
Hello,

It is interesting how PostgreSQL reads the tablefiie.
Whether its indexes store/use filesystem clusters locations containing
required data (so it can issue a low level cluster read) or it just
fseeks inside a file?

Thank you

В списке pgsql-performance по дате отправления:

Предыдущее
От: Antonio Rodriges
Дата:
Сообщение: Re: [PERFORMANCE] Insights: fseek OR read_cluster?
Следующее
От: Timothy Garnett
Дата:
Сообщение: Performance Anomaly with "col in (A,B)" vs. "col = A OR col = B" ver. 9.0.3