참고 자료
DuckDB 고급 활용 핸드북의 공식 문서·릴리스 근거 모음
이 핸드북은 DuckDB 공식 문서와 공식 블로그를 1차 근거로 삼았습니다. 제품과 extension 변화가 빠르므로,
본문을 갱신할 때는 이 페이지의 링크와 updates.mdx를 함께 갱신합니다.
릴리스와 버전
| 주제 | 링크 | 확인한 내용 |
|---|---|---|
| DuckDB 1.5.0 | Announcing DuckDB 1.5.0 | current 1.5, 1.4 LTS 병행, 1.5 주요 기능 |
| DuckDB 1.4 LTS | Announcing DuckDB 1.4.0 LTS | 1.4 LTS 지원 기간, encryption, MERGE |
| Release calendar | Release Calendar | upcoming release, LTS policy, EOL |
| Release cycle | Release Cycle | semver, minor/patch, LTS maintenance |
파일·레이크
| 주제 | 링크 |
|---|---|
| CSV | CSV Import |
| JSON | JSON Overview |
| Multiple files | Reading Multiple Files |
| Parquet | Reading and Writing Parquet Files |
| Parquet tips | Parquet Tips |
| Hive partitioning | Hive Partitioning |
| Partitioned writes | Partitioned Writes |
| S3/httpfs | S3 API Support |
성능·운영
| 주제 | 링크 |
|---|---|
| Tuning | Tuning Workloads |
| File formats | Performance: File Formats |
| Indexing | Performance: Indexing |
| OOM | Out of Memory Errors |
| Limits | Limits |
| EXPLAIN ANALYZE | EXPLAIN ANALYZE |
| Concurrency | Concurrency |
| Security | Securing DuckDB |
| Securing extensions | Securing Extensions |
SQL·클라이언트
| 주제 | 링크 |
|---|---|
| Friendly SQL | Friendly SQL |
| Macro | CREATE MACRO |
| ASOF JOIN | AsOf Join |
| Python API | Python API |
| SQL on Pandas | SQL on Pandas |
| SQL on Arrow | SQL on Apache Arrow |
| Multiple Python threads | Multiple Python Threads |
| Ibis | Integration with Ibis |
생태계
| 주제 | 링크 |
|---|---|
| dbt-duckdb adapter | duckdb/dbt-duckdb |
| dbt + DuckDB local transformation | Fully Local Data Transformation with dbt and DuckDB |
| MotherDuck extension | MotherDuck Extension |
| MotherDuck dbt integration | dbt Core + MotherDuck Integration |
| Ibis DuckDB backend | Ibis DuckDB backend |
Lakehouse와 확장
| 주제 | 링크 |
|---|---|
| Core extensions | Core Extensions |
| Installing extensions | Installing Extensions |
| Extension versioning | Versioning of Extensions |
| Iceberg | Iceberg Extension |
| Delta | Delta Extension |
| DuckLake | DuckLake |