apecloud / myduckserver

MySQL Analytics, Reimagined
105 stars 4 forks source link

Does it support MyISAM storage engine? #142

Open snamper opened 2 days ago

snamper commented 2 days ago

It supplier MyISAM storage engine,sync is ok?

GaoYusong commented 2 days ago

While we haven’t tested the MyISAM storage engine, MyDuckServer relies solely on binlog for synchronization, so it should work in theory. If you run into any issues, please feel free to open an issue, and we’ll address it promptly.

VWagen1989 commented 1 day ago

I've tested the replication on MyISAM. Both snapshot and incremental replication work. I think you can try this. And please don't forget to open issues for the problems you met in your trial.