| От | Peter Eisentraut |
|---|---|
| Тема | Re: Index scan startup time |
| Дата | |
| Msg-id | 200603301459.03011.peter_e@gmx.net обсуждение исходный текст |
| Ответ на | Re: Index scan startup time ("Steinar H. Gunderson" <sgunderson@bigfoot.com>) |
| Ответы |
Re: Index scan startup time
|
| Список | pgsql-performance |
Am Donnerstag, 30. März 2006 14:31 schrieb Steinar H. Gunderson: > Well, it's logical enough; it scans along activity_id until it finds one > with state=10000 or state=10001. You obviously have a _lot_ of records with > low activity_id and state none of these two, so Postgres needs to scan all > those records before it founds 100 it can output. This is the “startup > cost” you're seeing. The startup cost is the cost until the plan is set up to start outputting rows. It is not the time until the first row is found. -- Peter Eisentraut http://developer.postgresql.org/~petere/
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера