If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > insert is slower when DataFile size increases

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-24-10, 10:42
oraz oraz is offline
Registered User
 
Join Date: Feb 2010
Posts: 5
insert is slower when DataFile size increases

Hi,
I have a noticed the following behavior...
when the DB is clean and fresh... our DB handles a very high rate of inserts (~1200 per second), butwith time, when the datafile (think thats the reason but might be any other thing... maybe indexes?) increases - the rate is going down. Right now the rate of inserts per second is around 500 per second (around 40% from the starting rate).
Does anyone has any idea why is that happen? How can I solve that problem?
Thanks,
Ori Raz
Reply With Quote
  #2 (permalink)  
Old 02-24-10, 10:47
dav1mo dav1mo is offline
Registered User
 
Join Date: Dec 2007
Location: Richmond, VA
Posts: 779
Is your data being inserted in order? Do you need to occasionally reorg the object?
Dave
Reply With Quote
  #3 (permalink)  
Old 02-24-10, 10:56
oraz oraz is offline
Registered User
 
Join Date: Feb 2010
Posts: 5
Thanks for the fast reply...
but in both cases my answer will be negative...
I insert the data with regular insert - no ordering.
There is no reorg on the object
once in a while (user request) there is a query to get info from table, but even without it the rate is going down...
Thanks,
Ori
Reply With Quote
  #4 (permalink)  
Old 02-24-10, 12:59
Kedare Kedare is offline
Registered User
 
Join Date: Oct 2009
Posts: 3
Hi !
What version of MySQL are you using , and what Storage Engine ?
Is it possible to post an EXPLAIN and if possible a SHOW PROFILE ALL of your queries ?

Thanks !
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On