Wes <[EMAIL PROTECTED]> writes: > Any ideas on how I might I reconfigure to mitigate the issue? Separating > the most offending indexes to separate drives probably isn't an option.
What are you using for vacuum_mem? A larger value should reduce the number of times we have to scan the indexes of a large table. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match