linghengqian commented on issue #30926: URL: https://github.com/apache/shardingsphere/issues/30926#issuecomment-2241101290
> I suggest removing the support for Derby and H2, and only keep HSQLDB. > After all, memory databases do not need to be aware by users, and there is not much need to support more than one memory database. - Even so, we can't completely eliminate the use of h2database in shardingsphere. Because the master branch uses h2database's mysql mode to simulate the use of mysql, and there is also dialect parsing of h2database's mysql mode. From my point of view, it is unlikely to choose a complete replacement instead of providing an alternative. Of course, hsqldb also provides a mysql compatibility mode, namely https://hsqldb.org/doc/2.0/guide/compatibility-chapt.html . But I would say that this still looks like a lot of work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
