GitHub user Code-Fight added a comment to the discussion: [DISCUSS] [GSoC 2026] Proposal on Enhancing Multi-Database AT Mode Support for Apache Seata-Go
> 1. 选择go-ora更好。因为不用 CGO, Go 实现,性能调度更平滑,没 C/Go 切换的损耗。 > 2. 目前对Oracle parser的思路 > > * **SQL 预处理 (Normalization):**`arana-db/parser` 的基础上 先进入 `OracleNormalizer` > 函数。处理特别的Oracle语句。再调用现有的 `DoParser` > * 实现Oracle 的 `Dialect` > 重写分页逻辑:生成 Oracle 的嵌套分页查询 > 重写元数据查询:实现 GetTableMeta, > 重写回滚 SQL There will be an upgrade to arana-db/parser later on. You can keep an eye on this issue: https://github.com/apache/incubator-seata-go/issues/1104 这个issue会有相关性,涉及到parser,技术方案的部分要考虑 GitHub link: https://github.com/apache/incubator-seata-go/discussions/1110#discussioncomment-16710197 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
