wren-engine
wren-engine copied to clipboard
Optimize DuckdbClient#describe
Describe only need table schema, while we execute whole sql, this. brings redundant performance overhead
To solve this, we could:
- add limit 1 for each sql
- use describe stmt and convert duckdb type to pg type