This is a discussion on Advanced MySQL books?? within the MySQL forums, part of the Database Server Software category; --> Anyone know of any "advanced level" books on MySQL that you would recommend? Something that covers performance enhancements, partitioning, ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Anyone know of any "advanced level" books on MySQL that you would recommend? Something that covers performance enhancements, partitioning, etc? Online is great but sometimes I like to read computer books while on my lunch break at the park. (yes, mega nerd here) Thanks cbmeeks http://www.signaldev.com |
| |||
| On Thu, 07 Jun 2007 11:50:20 -0000, cbmeeks <cbmeeks@gmail.com> wrote: >Anyone know of any "advanced level" books on MySQL that you would >recommend? Something that covers performance enhancements, >partitioning, etc? > >Online is great but sometimes I like to read computer books while on >my lunch break at the park. (yes, mega nerd here) > >Thanks > >cbmeeks >http://www.signaldev.com I've begun being interested in databases in december, and I read these: SQL Tuning By Dan Tow O'Reilly The Art of SQL By Stéphane Faroult and Peter Robson O'Reilly I read others but these two cover a lot of advanced techniques. Though they are not focused on MySQL, they give good advices anyways. For MySQL only : MySQL Database Design and Tuning By Robert D. Schneider Sams Publishing |
| ||||
| cbmeeks <cbmeeks@gmail.com> wrote in news:1181217020.396039.206380 @p77g2000hsh.googlegroups.com: > Anyone know of any "advanced level" books on MySQL that you would > recommend? Something that covers performance enhancements, > partitioning, etc? > > Online is great but sometimes I like to read computer books while on > my lunch break at the park. (yes, mega nerd here) > > Thanks > > cbmeeks > http://www.signaldev.com > "Pro MySQL", Kruckenberg and Pipes... via APress (apress.com) should be just what you're looking for. right down to the nitty gritty of SQL, memory space, disk space, seek time, etc... even MySQL source code, theory and system architecture. |