hanfei1991 / microcosm

a mini bench expreriment for a task runtime scheduler
8 stars 6 forks source link

go-mysql-server is hard to use for backend DB #390

Closed maxshuang closed 2 years ago

maxshuang commented 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

amyangfei commented 2 years ago

closed by #391