Miles Keaton <[EMAIL PROTECTED]> writes: > What surprised me the most is that the subset, even in the original > database, gave search results MUCH faster than the full table!
The subset table's going to be physically much smaller, so it could just be that this reflects smaller I/O load. Hard to tell without a lot more detail about what case you were testing. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html