Search found 1 match

by cis_dev
Fri 26 Mar 2010 13:50
Forum: dotConnect for MySQL
Topic: Performance issue when using data adapter
Replies: 3
Views: 1625

Performance issue when using data adapter

Is there a way to turn off the execution of the SHOW TABLE STATUS and SHOW VARIABLES LIKE commands that run every time a query is executed against tables with auto_increment columns?

We are seeing a pretty significant performance issue due to these 'extra' queries running.