What kind of server should I use in order to work with database with table with milion rows in order to save time while operating on the database. Now operation like optimize table takes few hours which is quite bad. Other simple operations also takes many hours. What kind of server will be suitable for my needs? Now I use 2.4 Intel Core 2 Duo and 2 GB of SDRAM.
|
closed as not constructive by Ben Pilbrow, Caleb, SvW, Chris S♦, RobM May 8 '11 at 21:49
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
While more and faster processing cores will help in general for best database performance you need to focus on memory and IO capabilities. If you can buy as much memory as you can afford, ensure it's configured to run at its peak performance (usually by buying the right type and number of modules to match your server/CPUs). Then try to optimise your IO subsystem by using low-latency disks (such as SSDs/2.5" SAS) in a hardware RAID 10 arrays, if possible with a dedicated array just for your logs. I'm not aware of your budget, perhaps come back and tell us about what you're looking to spend and we can help. |
|||||||||||
|
|
You're very sparse on your details (operating system? version? budget?) but some general points that might help:
Other considerations:
|
|||
|