-
Notifications
You must be signed in to change notification settings - Fork 102
next update #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
next update #19
Conversation
krowinski
commented
Nov 26, 2016
- Documentation update
- MySQLRepository and BinLogSocketConnect extract to interfaces
- BinLogSocketConnect exception set as const
- register slave use now hostname and port to be correct display in "SHOW SLAVE HOSTS"
- dbname removed from configuration as is no more in use
- added foreign keys info to events
Hi, The original query for foreign keys information from this commit: b3k@d390cc0 is quite faster (30-50x, tested on database with ~ 1200 tables). It's a little bit more complicated, but it's worth from performance POV. I suggest to change it to original form with subquery. P.S. It would be nice next time to ask for pull request, not to copy the code. We're in the middle of developing and deploying our own tool and this is why we didn't try to merge it right now. Thx |
* Documentation update * MySQLRepository and BinLogSocketConnect extract to interfaces * BinLogSocketConnect exception set as const * register slave use now hostname and port to be correct display in "SHOW SLAVE HOSTS" * dbname removed from configuration as is no more in use * added foreign keys info to events