I would like to know if anyone has personally benchmarked the new InnoDB with large data sets.
I don't use the latest version but I have implemented ISAM tables with over 20 million records. It's well indexed and I am able to pick out on a given condition, about 10K records in less than 10 seconds. But my issue is that it won't do to good with new inserts since the index has to be rebuilt.
I read that the new InnoDB engine is really fast with ACID Transactions.
BTW, the DB is going to be constantly read by many users and also new entries may coming in frequently.
Has anyone really tried this?