apecloud / myduckserver

MySQL & Postgres Analytics, Reimagined
184 stars 8 forks source link

Does it support MyISAM storage engine? #142

Closed snamper closed 4 days ago

snamper commented 1 week ago

It supplier MyISAM storage engine,sync is ok?

GaoYusong commented 1 week 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 week ago

@snamper 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.