Hello Everyone,
I currently have two different computer systems. One I will refer to as dev for Development and one and prod for production.
Both systems are running the same verson of MYSQL (5.0.51b) and MYSQL connector/net (5.0.9.0). I do not know the specifics of the hard drives in terms of performance.
The dev system is a single core machine running at 2.4GHZ with 1 gig of ram. The hd is a 30 gig that is fairly full.
The prod system is a intel dual core running at 2.4GHZ with 2 gigs of ram. It has a raid 1 array with 2 250 gig sata drives. The hd is fairly empty.
The main problem I am having is that the two systems do not have the same performance for inserts into the database. While neither has truely acceptable performance, at least the dev is within the performance range that I have been given.
The dev computer is able to manage about 1280 inserts in a minute. The production takes 2 minutes, and if replication is on then over 4 minutes. For a simple test I had the prod service connect to the dev database and the amount of time taken was under a minute.
I have not been able to locate any difference between the two different systems that would result in the production machine having worse performance then the older developmental machine.
A thread that is connected to this problem is located here: http://www.vbdotnetforums.com/showthread.php?t=27753. This was back when I thought the problem was my code and not something else.
I dont know if this will be related but the following article was used heavily during the set of the replication. http://dev.mysql.com/tech-resources/articles/advanced-mysql-replication.html
Aia
I currently have two different computer systems. One I will refer to as dev for Development and one and prod for production.
Both systems are running the same verson of MYSQL (5.0.51b) and MYSQL connector/net (5.0.9.0). I do not know the specifics of the hard drives in terms of performance.
The dev system is a single core machine running at 2.4GHZ with 1 gig of ram. The hd is a 30 gig that is fairly full.
The prod system is a intel dual core running at 2.4GHZ with 2 gigs of ram. It has a raid 1 array with 2 250 gig sata drives. The hd is fairly empty.
The main problem I am having is that the two systems do not have the same performance for inserts into the database. While neither has truely acceptable performance, at least the dev is within the performance range that I have been given.
The dev computer is able to manage about 1280 inserts in a minute. The production takes 2 minutes, and if replication is on then over 4 minutes. For a simple test I had the prod service connect to the dev database and the amount of time taken was under a minute.
I have not been able to locate any difference between the two different systems that would result in the production machine having worse performance then the older developmental machine.
A thread that is connected to this problem is located here: http://www.vbdotnetforums.com/showthread.php?t=27753. This was back when I thought the problem was my code and not something else.
I dont know if this will be related but the following article was used heavily during the set of the replication. http://dev.mysql.com/tech-resources/articles/advanced-mysql-replication.html
Aia
Last edited: