in reply to Sun Solaris (SPARC processor) + Threads + performance/optimization

Ok, two comments:

On Solaris, or any other Unix, you will usually get better performance by forking than by using perl threads.

This is the wrong way to speed up a MySQL data load. You should be using LOAD DATA INFILE. There is also a fast parallel CSV loader in the Maatkit tools.

  • Comment on Re: Sun Solaris (SPARC processor) + Threads + performance/optimization