Re: maximum size limit for a query string?

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: maximum size limit for a query string?
Дата
Msg-id BANLkTim_ZRqDqZtG3o+QsXq=uyngenkN0Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: maximum size limit for a query string?  (Vibhor Kumar <vibhor.kumar@enterprisedb.com>)
Ответы Re: maximum size limit for a query string?
Список pgsql-general
Hello

no, it means some different.

we tested a SQL about 20MB with success.

The maximum of varlena is 1GB - so it is necessary to be possible send
a query longer 1GB. But you need a free RAM 3-5x larger then query
size.

Regards

Pavel Stehule


2011/6/7 Vibhor Kumar <vibhor.kumar@enterprisedb.com>:
>
> On Jun 7, 2011, at 4:09 PM, AI Rumman wrote:
>
>> Is there any maximum size limit for a query string in Postgresql 9.0.1?
>> If yes, what is it ?.
>
>
> track_activity_query_size parameter.
> http://www.postgresql.org/docs/9.0/static/runtime-config-statistics.html
>
> Thanks & Regards,
> Vibhor Kumar
> EnterpriseDB Corporation
> The Enterprise PostgreSQL Company
> vibhor.kumar@enterprisedb.com
> Blog:http://vibhorkumar.wordpress.com
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

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

Предыдущее
От: Vibhor Kumar
Дата:
Сообщение: Re: maximum size limit for a query string?
Следующее
От: Condor
Дата:
Сообщение: Re: How to log query's from servers?