Douglas McNaught <[EMAIL PROTECTED]> writes: > Yeah, but if you turn on query logging in that case you'll see the > bajillions of short queries, so you don't need the accurate snapshot > to diagnose that.
Query logging on a production OLTP machine? a) that would be a huge performance drain on the production system b) it would produce so much logging that it would take a significant amount of disk and i/o resources just to handle and c) you would need to implement special purpose tools just to make sense of these huge logs. -- greg ---------------------------(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