» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with Maintenance + optimization

Web Design Company NJ | Web Development NJ | Search Engine Optimization

Web Design Company based in New Jersey offer creative designs, web development and search engine optimization services including web strategy and maintenance. Alteraweb’s web strategic process set you on the right successive path.

Atom'o'run

How to check and optimize MySQL tables in parallel

I wanted to point out something that might not be obvious from the name: MySQL Parallel Dump can be used as a generic wrapper to discover tables and databases, and fork off worker processes to do something to them in parallel. That "something" can easily be invoking mysqlcheck -- or any other program. This makes it really easy for you to do multi-threaded whatever-you-need-to-do on MySQL tables. Here's how.

MySQL: Planet MySQL