You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a number of things we can do to start improving on SQL generation speed:
Investigate speeding up the ANTLR parser. Repeated calls to parse are expensive for larger queries.
Investigate the how to make use of pickled query ASTs.
Trave through the SQL generation flow for all types of SQL generated (node, measures, metrics) and make sure that we're not making any extraneous calls.
The text was updated successfully, but these errors were encountered:
There are a number of things we can do to start improving on SQL generation speed:
parse
are expensive for larger queries.The text was updated successfully, but these errors were encountered: