Re: Nested loops are killing throughput

Поиск
Список
Период
Сортировка
От CG
Тема Re: Nested loops are killing throughput
Дата
Msg-id 20060920181042.41071.qmail@web37901.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Re: Nested loops are killing throughput  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
>Is that the one off gborg?  It's broken because the equality function is
>marked volatile, and so the planner is afraid to try to use it for
>merging or hashing.  (It's also not marked strict, which means you can
>trivially crash the backend by passing it a null ...)

Tom, you are a genius. I changed the supporting functions and started getting what I expected. 
You were right on the money and saved my bacon.
I don't say it often enough: Thanks!


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

Предыдущее
От: "Aaron Bono"
Дата:
Сообщение: Re: Dividing results from two tables with different time frames
Следующее
От: "Aaron Bono"
Дата:
Сообщение: Re: Need a SQL to create sets of hobbies