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
In #147 we added support for prepared statements, but that was done planning the query twice in DuckDB, once during planning to get the the column types of the result and once during execution. While this works, it's clearly suboptimal performance wise, and it's something we should change eventually.
The text was updated successfully, but these errors were encountered:
In #147 we added support for prepared statements, but that was done planning the query twice in DuckDB, once during planning to get the the column types of the result and once during execution. While this works, it's clearly suboptimal performance wise, and it's something we should change eventually.
The text was updated successfully, but these errors were encountered: