weaverbird icon indicating copy to clipboard operation
weaverbird copied to clipboard

SQL translation should not require querying the database

Open davinov opened this issue 3 years ago • 0 comments

An SQL translation today is quite costly as it need to make some intermediate requests, mainly to get column names to be added to the select clause. We could remove this need by guessing which columns will be available after each step. the the translation will be completly done locally, and that would be way cheaper.

davinov avatar Jan 07 '22 10:01 davinov