Tom Lane <[EMAIL PROTECTED]> writes: > In any case, this discussion is predicated on the assumption that the > operations involving the bitmap are a significant fraction of the total > time, which I think is quite uncertain. Until we build it and profile > it, we won't know that.
The other thought I had was that it would be difficult to tell when to follow this path. Since the main case where it wins is when the individual indexes aren't very selective but the combination is very selective, and we don't have inter-column correlation statistics ... -- greg ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match