| От | Louis-David Mitterrand |
|---|---|
| Тема | query pegs beta4 |
| Дата | |
| Msg-id | 20071215173043.GA24162@apartia.fr обсуждение |
| Ответы |
Re: query pegs beta4
|
| Список | pgsql-general |
This new query of mine pegs beta4, it doesn't return and CPU is at 100%:
select l.id_location,l.name,
a.city
from location l, address a, show_date x, show s, show s2
where (l.id_address = a.id_address
and x.id_location = l.id_location
and s.id_show = x.id_show
and s2.show_type = s.show_type and s2.id_show = 305)
or l.id_location = 172;
The tables are not big, at most a few hundred elements each, if that.
Maybe the query itself is flawed, I haven't tried it on other versions
of postgres.
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера