Comment on Using MySQL as a NoSQL - A story for exceeding 750,000 qps on a commodity serverparentComments−morgo15yYes, InnoDB was standalone. But it had it's own SQL parser and things like Stored Procedures as well ;) It was rudimentary, but I don't know if KVS is the best description.How MySQL and InnoDB talk is very much a K<->V / row based relationship.
Comments
Yes, InnoDB was standalone. But it had it's own SQL parser and things like Stored Procedures as well ;) It was rudimentary, but I don't know if KVS is the best description.
How MySQL and InnoDB talk is very much a K<->V / row based relationship.