Domanda

Vorrei sapere se qualcuno ha personalmente benchmark la nuova InnoDB con grandi insiemi di dati.

Io non uso la versione più recente, ma ho implementato le tabelle ISAM con oltre 20 milioni di dischi. E 'ben indicizzato e sono in grado di scegliere in una determinata condizione, circa 10K record in meno di 10 secondi. Ma il mio problema è che non farà per bene con i nuovi inserti in quanto l'indice deve essere ricostruito.

Ho letto che il nuovo motore InnoDB è veramente veloce con transazioni ACID.

A proposito, il DB sta per essere costantemente letto da molti utenti e anche nuove voci possono venire in frequentemente.

Qualcuno ha davvero provato questo?

È stato utile?

Soluzione

I've never used the innodb plugin as I've always found the standard innodb engine to be perfectly perfomant, especially for reads. Not sure why people think myisam is more performant than innodb - it's a conundrum wrapped in an enigma.

Previous answers

More interesting stuff

Altri suggerimenti

Percona just had a session on InnoDB in 5.5 at their last seminar. You can download the slides for "Migrating From MyISAM to InnoDB" here (http://www.percona.com/live/nyc-2011/schedule/sessions/).

They have fixed a lot of things in 5.5 that increase performance and resolve a lot of issues so it can better take advantage of the hardware. Performance is still highly reliant on memory allocation though.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top