Conversation:
Notices
-
@clacke InnoDB has been bundled with MySQL ever since the Oracle acquisition of MySQL, since version 5.5.
And MariaDB has always used InnoDB by default (XtraDB until MariaDB 10.2 to be exact).
-
@clacke After the Oracle acquisition of InnoDB MySQL started a Falcon project to make a storage engine better than MyISAM independently from Oracle.
The project was scrubbed the moment Oracle acquired Sun.
-
> > The idea of implementing SQL on top of a key-value store isn’t unique to CockroachDB. This is essentially the design of MySQL on InnoDB…
@clacke Though I guess what they mean is that InnoDB stores data on drive in a KV fashion. But I don't know what in the InnoDB physical stucture can be compared to a key-value store, so the comparison is strange to me.