duckdb/duckdb
Fork: 1868 Star: 23454 (更新于 2024-10-16 17:46:47)
license: MIT
Language: C++ .
DuckDB is an analytical in-process SQL database management system
最后发布版本: v1.0.0 ( 2024-06-03 21:08:46)
DuckDB
DuckDB is a high-performance analytical database system. It is designed to be fast, reliable, portable, and easy to use. DuckDB provides a rich SQL dialect, with support far beyond basic SQL. DuckDB supports arbitrary and nested correlated subqueries, window functions, collations, complex types (arrays, structs, maps), and several extensions designed to make SQL easier to use.
DuckDB is available as a standalone CLI application and has clients for Python, R, Java, Wasm, etc., with deep integrations with packages such as pandas and dplyr.
For more information on using DuckDB, please refer to the DuckDB documentation.
Installation
If you want to install DuckDB, please see our installation page for instructions.
Data Import
For CSV files and Parquet files, data import is as simple as referencing the file in the FROM clause:
SELECT * FROM 'myfile.csv';
SELECT * FROM 'myfile.parquet';
Refer to our Data Import section for more information.
SQL Reference
The documentation contains a SQL introduction and reference.
Development
For development, DuckDB requires CMake, Python3 and a C++11
compliant compiler. Run make
in the root directory to compile the sources. For development, use make debug
to build a non-optimized debug version. You should run make unit
and make allunit
to verify that your version works properly after making changes. To test performance, you can run BUILD_BENCHMARK=1 BUILD_TPCH=1 make
and then perform several standard benchmarks from the root directory by executing ./build/release/benchmark/benchmark_runner
. The details of benchmarks are in our Benchmark Guide.
Please also refer to our Build Guide and Contribution Guide.
Support
See the Support Options page.
最近版本更新:(数据更新于 2024-09-09 00:29:19)
2024-06-03 21:08:46 v1.0.0
2024-05-22 21:30:48 v0.10.3
2024-04-17 21:50:44 v0.10.2
2024-03-19 00:02:49 v0.10.1
2024-02-13 21:10:49 v0.10.0
2023-11-14 16:32:21 v0.9.2
2023-10-11 18:28:05 v0.9.1
2023-09-26 17:57:36 v0.9.0
2023-06-13 16:32:08 v0.8.1
2023-05-17 17:30:13 v0.8.0
主题(topics):
analytics, database, embedded-database, olap, sql
duckdb/duckdb同语言 C++最近更新仓库
2024-11-05 00:53:40 PCSX2/pcsx2
2024-11-05 00:42:13 ClickHouse/ClickHouse
2024-11-04 21:49:30 notepad-plus-plus/notepad-plus-plus
2024-11-04 21:30:40 LizardByte/Sunshine
2024-11-03 22:31:09 MaaAssistantArknights/MaaAssistantArknights
2024-11-02 20:28:28 AaronFeng753/Waifu2x-Extension-GUI