Hi,
> henk de wit <henk53602@xxxxxxxxxxx> writes: > > For some reason the mailinglist software seems to block the email as soon as the planner details are in it, so I pasted those on pastebin.com: http://pastebin.com/T5JTwh5T > > You need a less horrid estimate for the join size. Possibly an ANALYZE > on the parent table (stream_store) would help. Well, what do you know! That did work indeed. Immediately after the ANALYZE on that parent table (taking only a few seconds) a fast plan was created and the query executed in ms again. Silly me, I should have tried that earlier. Thanks! Kind regards |