Re: [PERFORM] severe performance issue with planner (fwd)

2004-03-18 Thread Eric Brown
I also tried this (printf1 in irc suggested "folding" the joins) : SELECT w8.wid, w8.variant, w8.num_variants, sum_text(w8.unicode) as unicodes, sum_text(w8.pinyin) as pinyins FROM (words as w8 JOIN (words as w7 JOIN (words as w6 JOIN (words as w5 JOIN (words as w4 JOIN (words as w3 JOIN (words as

[PERFORM] severe performance issue with planner

2004-03-11 Thread Eric Brown
First let me explain the situation: I came into the #postgresql irc channel talking about this problem, and someone advised me to use this mailing list (so i'm not just wasting your time i hope). I'm not sure how to describe the problem fully, so I'll start by explaining what my database does,