Closed maxshuang closed 2 years ago
go-mysql-server claims to be the 100% mysql-compatible in-memory DB. But it has follow drawbacks: (1) too many mysql feature not implement (2) don't support unqiue index yet (3) concurrent transaction may trigger some data-race in server
closed by #391
go-mysql-server claims to be the 100% mysql-compatible in-memory DB. But it has follow drawbacks: (1) too many mysql feature not implement (2) don't support unqiue index yet (3) concurrent transaction may trigger some data-race in server