Re: difference in query performance due to the inclusion of a polygon geometry field
В списке pgsql-general по дате отправления:
| От | John R Pierce |
|---|---|
| Тема | Re: difference in query performance due to the inclusion of a polygon geometry field |
| Дата | |
| Msg-id | 50B89B64.8050600@hogranch.com обсуждение исходный текст |
| Ответ на | difference in query performance due to the inclusion of a polygon geometry field (ivan marchesini <ivan.marchesini@gmail.com>) |
| Список | pgsql-general |
On 11/30/12 3:28 AM, ivan marchesini wrote: > Without the geometric field it takes around 86 ms !! > With the geometric field it takes around 14000 ms !! > > These are the EXPLAIN ANALYSE results obtained when we perform the query > without the geometric field: > ____________________________ > ... > "Total runtime: 3.285 ms" > __________________________ > > > These are the EXPLAIN ANALYSE results obtained when we perform the query > with the geometric field: > ___________________________ > .... > "Total runtime: 3.355 ms" > __________________________ your examples don't seem to match your description. both are within 100 microseconds. I will say, sorting, formatting, and sending 200K * 1400 rows is going to take a lot longer than 133 bytes * 1400 rows, if I can believe the output of the explain analyzes. -- john r pierce N 37, W 122 santa cruz ca mid-left coast
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера