-
I use the https://github.com/antlr/grammars-v4/tree/master/sql/tsql grammar file to generate golang code to parse sqlserver statements, but when parsing complex statements, it takes a long time, and there is even no result. Is there any way to improve the execution efficiency? Tried using SLL, but still very slow. I've searched a lot on the Internet, but few people say this, and I haven't found an effective way to improve performance yet |
Beta Was this translation helpful? Give feedback.
Answered by
grzeng-go
Apr 28, 2022
Replies: 1 comment
-
After upgrading to version 4.10.1, the problem is solved |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
grzeng-go
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After upgrading to version 4.10.1, the problem is solved