Re: disk I/O problems and Solutions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



I would second what another poster stated, to look at DB/RAM 
optimizations. If possible, you should have enough RAM in the system to 
hold your entire DB in memory - and your db software should be setup to 
take advantage of that memory.

Since you stated that your system is only having trouble at writes, 
doing batch inserts, I would look at how you are doing these batch 
inserts and see if you can optimize this by using techniques to delay 
key writes or adjust locking mechanisms on the insert. Some databases 
have special insert from file or bulk insert operations that are much 
faster than running many single row inserts - be sure you are taking 
advantage of these methods.

--Blake
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux