What size i must download

2010-03-21 Thread Alex
i type bzr branch lp:mysql-server and now 986582KB downloaded What size of repo i must download with this command ? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql?unsub=arch...@jab.org

Re: What size i must download

2010-03-21 Thread Hiromichi Watari
Alex, You need to follow the directions given in the section titled Installing from the Development Source Tree in the manual with the following change. bzr init-repo --trees --1.9 mysql-server Hope this helps, Hiromichi --- On Sun, 3/21/10, Alex ppps...@gmail.com wrote: From: Alex

RE: MySQL Encryption

2010-03-21 Thread John Daisley
Mike, Encrypted filesystems can seriously impact performance of MySQL. Its an entirely different issue to MySQL encryption but one would hope that, if you are going to go to all the trouble of using two part keys and the strongest encryption available in your database, you would also take as

RE: MySQL Encryption

2010-03-21 Thread mos
At 03:21 PM 3/21/2010, John Daisley wrote: Mike, Encrypted filesystems can seriously impact performance of MySQL. Its an entirely different issue to MySQL encryption but one would hope that, if you are going to go to all the trouble of using two part keys and the strongest encryption

Re: MySQL Encryption

2010-03-21 Thread John Daisley
On Sun, Mar 21, 2010 at 9:49 PM, mos mo...@fastmail.fm wrote: At 03:21 PM 3/21/2010, John Daisley wrote: Mike, Encrypted filesystems can seriously impact performance of MySQL. Its an entirely different issue to MySQL encryption but one would hope that, if you are going to go to all the

some problem of InnoDB performance optimization

2010-03-21 Thread Timo
Hi everyone: I read the presentation about InnodDB performance optimization what Heikki Tuuri written in april23 2007. But now I have some sentences don't know how to understanding. Can you help me? Overly long queries (transactions in general) are bad for performance as a lot of unpurged

Re: Best Configuration on Production Server

2010-03-21 Thread Abdul Mohid Khan
Hi Gavin, Same setup i am using in both production server and test environment. But the Problem is in test environment one operation is taking 5ms ... but in production(better h/w configuration) 50 ms The Operation which i am talking about is consist of one select, 2 insertion (MyISM)