if you have a where clause in your select then you should try using an index if you're not.
Once you have the index setup you can check with explain to make sure the select is using the correct index.
Comment on Re: Need faster MySql data fetching with perl DBI