Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 375 Bytes

File metadata and controls

14 lines (10 loc) · 375 Bytes

Project Tracker

Last updated: 2025-12-24

MotherDuck performance plan (duckdb-sqlalchemy)

Data movement performance

  • Optimize _bulk_insert_via_register (avoid copies)
  • Add COPY from parquet/csv examples
  • Explore appender/chunked ingest improvements

Observability

  • Example: DuckDB logging/profiling
  • Lightweight query tagging guidance