Re: [INTERFACES] What's that query limit again?

Поиск
Список
Период
Сортировка
От Peter T Mount
Тема Re: [INTERFACES] What's that query limit again?
Дата
Msg-id Pine.LNX.4.04.9902250929150.1260-100000@maidast.retep.org.uk
обсуждение исходный текст
Ответ на What's that query limit again?  (Matthew Hagerty <matthew@venux.net>)
Список pgsql-interfaces
On Thu, 25 Feb 1999, Matthew Hagerty wrote:

> Greetings,
>
> The query limit is 8K right?  What about the size of rows returned by a
> select?  If it is 8K too, then how might I be sure I can get all the
> results of a row that has several "text" fields?  The user may type more
> than 8K total across all the fields...
>
> I'm trying to avoid large objects.

There's two 8k limits, one the size of the query, the other the block size
in the table. The latter is changeable (at compile time) upto 32K with
varying levels of success.

The size of a returned result is only limited to the resources of the
server, and in some cases the client.

Peter

--
       Peter T Mount peter@retep.org.uk
      Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
 Java PDF Generator: http://www.retep.org.uk/pdf


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

Предыдущее
От: Matthew Hagerty
Дата:
Сообщение: What's that query limit again?
Следующее
От: markh@clockworkweb.com (Mark Himsley)
Дата:
Сообщение: Re: [INTERFACES] What's that query limit again?