hi,
i need an advice. well i'm using perl to filter some large txt data.and the perl is working perfectly. so when i filter those data i import it into mysql and than use mysql to search for things connected to some other data. and now the problems start. the mysql is good for storing data but it cracks when there is a little bit demanding query to execute. so now i'm pist, because i created the whole perl infrastructure around it and that crappy program takes an eternity to run one query. for example it takes 30 min to run the same query on mssql but it takes 7 h to run it on mysql. so now i'm asking for an advice what to do. the program i'm writing should be very portable and fast. form my perspective i could do everything in perl, but i'm scared it will only extend the processing time. what to do ? all advices are more than welcome. thank you robert