linghengqian commented on issue #18653: URL: https://github.com/apache/shardingsphere/issues/18653#issuecomment-1170085980
> previous change to version 3.17.1 , I still use jdk 1.8 and application start cost about 61.109 seconds - This is logically problematic because the minimum JDK baseline version for JOOQ 3.17.x is `17`, which is in https://blog.jooq.org/3-17-0-release-with-computed-columns-audit-columns-pattern-matching-reactive-transactions-and-kotlin-coroutine-support/ 's blog has been explained. - ShardingSphere's own SQL dialect translation module I remember was not finished in ShardingSphere `5.1.2`, so the default implementation of SQL dialect translation SPI is JOOQ, which is a really tricky problem. 🌝🌝 If there is a self-implement, it should actually be able to replace the default SPI implementation. - Or, add a switch within the Config configuration file to this module? Similar to `sql-translator-enabled`. But this module is part of the `database gateway`, and I'm not sure how to change it. -- 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]
