Re: Open a Transaction
От
Tom Lane
Тема
Re: Open a Transaction
Дата
Msg-id
27204.1170956067@sss.pgh.pa.us
Ответ на
Re: Open a Transaction (Ezequias Rodrigues da Rocha)
Список
Дерево обсуждения
Open a Transaction "Ezequias Rodrigues da Rocha" <ezequias.rocha@gmail.com>
Re: Open a Transaction Joe <dev@freedomcircle.net>
Re: Open a Transaction "Ezequias Rodrigues da Rocha" <ezequias.rocha@gmail.com>
Re: Open a Transaction Andrew Sullivan <ajs@crankycanuck.ca>
Re: Open a Transaction "Ezequias Rodrigues da Rocha" <ezequias.rocha@gmail.com>
Re: Open a Transaction Tom Lane <tgl@sss.pgh.pa.us>
"Ezequias Rodrigues da Rocha" writes: > Now the sql is OK but now I have the following error: > ERROR: stack depth limit exceeded > SQL state: 54001 > Hint: Increase the configuration parameter "max_stack_depth". > In the previous e-mail I hide the numbers of itens of my set > (in(234,12332,1232,....) actually I have more than 36000 subsets of my IN > statement. That's probably well past the point at which you should expect IN (list) to give reasonable performance. Instead consider putting the values into a temp table and writing a join or IN (subselect) against the temp table. regards, tom lane
В списке pgsql-sql по дате отправления