Re: [HACKERS] still Query Limits to 8K ?

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] still Query Limits to 8K ?
Дата
Msg-id 364C8B52.D9E73FB1@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] still Query Limits to 8K ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> One thing I do not know is whether we'd start to run into any 
> hard-wired limits in the parser/planner/executor with very large 
> (complex) queries ... Thomas, would the parser go down if you handed 
> it a SELECT with a few thousand OR clauses?

I'm not recalling any specific limitation here. And if there is one,
then we should parameterize it so it is easy to find and easy to pump
up.

> I'd be willing to fix libpq and the backend as far as the parser input
> buffer, if someone else will take responsibility for looking at any
> hard-wired limits that might exist downstream of that.

Sure, parameterize everything (if it isn't done already) and then we can
try pumping it up and see what breaks. I'll push on any problems we find
deeper inside the backend.
                     - Tom


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

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] More CORBA and PostgreSQL
Следующее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] shmem limits and redolog