| От | Tom Lane |
|---|---|
| Тема | Re: postgres slower on nested queries |
| Дата | |
| Msg-id | 8435.1173215891@sss.pgh.pa.us обсуждение |
| Ответ на | Re: postgres slower on nested queries (Richard Huxton <dev@archonet.com>) |
| Ответы |
Re: postgres slower on nested queries
|
| Список | pgsql-general |
Richard Huxton <dev@archonet.com> writes:
> Alexander Elgert wrote:
>> I found the postgres version VERY slow, so a decided to fetch
> Define VERY - it took what, milliseconds to do this? Seconds? Hours?
I think he's complaining that the standards-conformant view in Postgres
is slower than the specialized SHOW command in mysql. For an
apples-to-apples comparison, select directly from the system catalogs
--- the information_schema views are definitely slower, because they
have to enforce various spec restrictions (eg that you can't see info
about tables you don't have access to).
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера