| От | Tom Lane |
|---|---|
| Тема | Re: Max query limit in 7.1? With TOAST? |
| Дата | |
| Msg-id | 2265.982249930@sss.pgh.pa.us обсуждение |
| Ответ на | Max query limit in 7.1? With TOAST? (Lincoln Yeoh <lyeoh@pop.jaring.my>) |
| Список | pgsql-general |
Lincoln Yeoh <lyeoh@pop.jaring.my> writes:
> What is the max query size for 7.1?
There's no specific upper limit, and has not been since 7.0.
The reason mysql's crashme test crashes when run against recent Postgres
releases is that it tries to determine the max query string length by
experiment. Unfortunately, the Perl code they use to do this is more
of a memory hog than the backend itself, and so the Perl process runs
out of memory first. I have MAXDSIZ set to 128Mb, and I see the Perl
process die with a malloc() failure when the backend is still well under
100Mb. Not sure what query string length it's testing at that point,
but presumably on the order of ten meg...
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера