Re: merge join killing performance
От
Matthew Wakeling
Тема
Re: merge join killing performance
Дата
Msg-id
alpine.DEB.2.00.1005182254110.1867@aragorn.flymine.org
Ответ на
merge join killing performance (Scott Marlowe)
Список
Дерево обсуждения
merge join killing performance Scott Marlowe <scott.marlowe@gmail.com>
Re: merge join killing performance Matthew Wakeling <matthew@flymine.org>
Re: merge join killing performance Tom Lane <tgl@sss.pgh.pa.us>
Re: merge join killing performance Scott Marlowe <scott.marlowe@gmail.com>
Re: merge join killing performance Scott Marlowe <scott.marlowe@gmail.com>
Re: merge join killing performance Scott Marlowe <scott.marlowe@gmail.com>
Re: merge join killing performance Matthew Wakeling <matthew@flymine.org>
Re: merge join killing performance Scott Marlowe <scott.marlowe@gmail.com>
Re: merge join killing performance Scott Marlowe <scott.marlowe@gmail.com>
Re: merge join killing performance Scott Marlowe <scott.marlowe@gmail.com>
Re: merge join killing performance Tom Lane <tgl@sss.pgh.pa.us>
Re: merge join killing performance Scott Marlowe <scott.marlowe@gmail.com>
Re: merge join killing performance Tom Lane <tgl@sss.pgh.pa.us>
Re: merge join killing performance Tom Lane <tgl@sss.pgh.pa.us>
Re: merge join killing performance Scott Marlowe <scott.marlowe@gmail.com>
Re: merge join killing performance Scott Marlowe <scott.marlowe@gmail.com>
On Tue, 18 May 2010, Scott Marlowe wrote: > Aggregate (cost=902.41..902.42 rows=1 width=4) > -> Merge Join (cost=869.97..902.40 rows=1 width=4) > Merge Cond: (f.eid = ev.eid) > -> Index Scan using files_eid_idx on files f > (cost=0.00..157830.39 rows=3769434 width=8) Okay, that's weird. How is the cost of the merge join only 902, when the cost of one of the branches 157830, when there is no LIMIT? Are the statistics up to date? Matthew -- As you approach the airport, you see a sign saying "Beware - low flying airplanes". There's not a lot you can do about that. Take your hat off? -- Michael Flanders
В списке pgsql-performance по дате отправления