Skip to content

Temporary spaces for virtual tables on the storages

At the moment when we dispatch a query with virtual tables to the storage, we compile IR to an SQL with a long list of VALUES (), .. () that is a big problem for us (#280 (closed)). As a solution we would like to use ephemeral spaces (WIP) to create the space, populate it with data, use in the SQL and then delete.