-
Notifications
You must be signed in to change notification settings - Fork 618
Closed as not planned
Labels
Milestone
Description
Hi.
What is the rationale for making SQL parsing mandatory?
Event though parser is lightweight, it definitely adds latency especially in case of lengthy SQL, Adds up to ~100ms for each invocation of a complex query in my case
It would be great if there was a flag that could turn SQL parsing off (as it was in previous versions).
Thanks