It says you still get the ACID from InnoDB in the article; I have no way to independently verify that, but since people are talking about the speed gains coming from bypassing the SQL parser it would make sense that InnoDB still sees the same basic queries and therefore has the same properties it usually does. InnoDB, despite its association with MySQL, does have ACID and transactions and stuff.
seunosewa|15 years ago
jerf|15 years ago
morgo|15 years ago
It still has durability against partially written writes via InnoDB's double write buffer - so it's more ACID than most NoSQL solutions.