Home
About
Download
Documentation
Community
Developers
Support
Donate
Your account
Quick Links
Community
Contributors
Mailing Lists
IRC
Local User Groups
Events
International Sites
Re: Poor query plan across OR operator
From:
Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
To:
Mark Hills <Mark(dot)Hills(at)framestore(dot)com>
Cc:
pgsql-performance(at)postgresql(dot)org
Subject:
Re: Poor query plan across OR operator
Date:
2010-01-26 16:10:36
Message-ID:
2f4958ff1001260810y1571cb29y3f5fc625999e2715@mail.gmail.com
Views:
Raw Message
|
Whole Thread
|
Download mbox
|
Resend email
Thread:
2010-01-26 16:00:40 from Mark Hills <Mark(dot)Hills(at)framestore(dot)com>
2010-01-26 16:10:36 from Grzegorz Jaśkiewicz <gryzman(at)gmail(dot)com>
2010-01-26 16:41:54 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-01-26 19:35:07 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-01-26 20:48:28 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-01-26 21:05:02 from "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
Lists:
pgsql-performance
just create index on both columns:
CREATE INDEX foo_i ON foo(bar1, bar2);
HTH
In response to
Poor query plan across OR operator
at 2010-01-26 16:00:40 from Mark Hills
Browse pgsql-performance by date
From
Date
Subject
Next Message
Tom Lane
2010-01-26 16:41:54
Re: Poor query plan across OR operator
Previous Message
Mark Hills
2010-01-26 16:00:40
Poor query plan across OR operator