Re: [BUGS] [GENERAL] Partial indices...

2003-10-14 Thread Martijn van Oosterhout
That's very strange. However, since the tables in question are empty you could get strange results like this. How many rows does your real app have. Can you show the explain for each index on your real app? Hope this helps, On Fri, Oct 10, 2003 at 03:26:13PM -0400, Dmitry Tkach wrote: > Hi, every

Re: [BUGS] [GENERAL] Partial indices...

2003-10-11 Thread Tom Lane
Martijn van Oosterhout <[EMAIL PROTECTED]> writes: > That's very strange. Not really. In the dummy example, the two indexes are exactly the same size and so there is no reason for the planner to prefer one over the other. (Note that the two plans have exactly the same estimated cost.) In a real