Add option to skip SHOW TABLE STATUS queries
Bug #1239588 reported by
Przemek
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MySQL Data Dumper |
New
|
Wishlist
|
Unassigned |
Bug Description
For many databases/tables querying SHOW TABLE STATUS per each db adds significant speed overhead. --skip-table-status option would be nice to have.
Changed in mydumper: | |
importance: | Undecided → Wishlist |
To post a comment you must log in.
I've made a patch of the mydumper.c code before compile it to override the use of "show table status". Insted, i'm using information_schema.
Tested on mydumper version 0.2.3