Re: query reboot pgsql 9.5.1
| От | Alvaro Herrera |
|---|---|
| Тема | Re: query reboot pgsql 9.5.1 |
| Дата | |
| Msg-id | 20160304214911.GA744265@alvherre.pgsql обсуждение исходный текст |
| Ответ на | Re: query reboot pgsql 9.5.1 (Felipe de Jesús Molina Bravo <fjmolinabravo@gmail.com>) |
| Ответы |
Re: query reboot pgsql 9.5.1
|
| Список | pgsql-general |
Felipe de Jesús Molina Bravo wrote: > pba=# \i tablas.sql > DROP TABLE > SELECT 120130 > CREATE INDEX > CREATE INDEX > CREATE INDEX > DROP TABLE > SELECT 91932 > CREATE INDEX > CREATE INDEX > pba=# EXPLAIN (ANALYZE, TIMING, BUFFERS) SELECT idprodxintegrar FROM _gc_tb > a LEFT join _gc_cat b on ( b.arama <@ a.arama and a.arama <@ b.arama ) > ; > Terminado (killed) It used up so much memory that the OOM-killer terminated it. That wouldn't happen with the plan you previously showed, so please do the same without the ANALYZE option to see what plan is it trying to execute. -- Álvaro Herrera http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
В списке pgsql-general по дате отправления: