DuckDB
Script error: No such module "Draft topics".
Script error: No such module "AfC topic".
Developer(s) | Mark Raasveldt, Hannes Mühleisen, DuckDB Labs, and community. |
---|---|
Initial release | June 27, 2019 |
Stable release | 0.10.0[1]
/ February 13, 2024 |
Repository | github |
Written in | C++ |
Engine | |
Operating system | Linux, Microsoft Windows, macOS |
Available in | 14 languages[2] |
Type | OLAP RDBMS (embedded) |
License | MIT |
Website | duckdb |
Search DuckDB on Amazon.
DuckDB is an open-source, embeddable relational database management system (RDBMS) for analytical processing. It was initially developed at the Dutch National Research Institute for Mathematics and Computer Science (CWI) by Mark Raasveldt and Hannes Mühleisen.[3] Its development is continued by the spin-off company DuckDB Labs.[4]
DuckDB is linked as a library into a host application and runs embedded in the same process, which allows for fast data transfer between the application and the DBMS.[5] DuckDB provides bindings for many programming languages including C++ and Python.[6] To achieve good performance for analytical (OLAP) workloads, DuckDB relies on a columnar storage and vectorized query processing.[7]
References[edit]
- ↑ "Release DuckDB 0.10.0 "Fusca" · duckdb/duckdb". GitHub. Retrieved 2024-02-29.
- ↑ "Client APIs Overview - DuckDB". DuckDB. Retrieved 6 January 2024.
- ↑ Raasveldt, Mark; Mühleisen, Hannes (2019-06-25). "DuckDB: An Embeddable Analytical Database". Proceedings of the 2019 International Conference on Management of Data. ACM. pp. 1981–1984. doi:10.1145/3299869.3320212. ISBN 978-1-4503-5643-5. Unknown parameter
|s2cid=
ignored (help) Search this book on - ↑ "New CWI spin-off company DuckDB Labs: Solutions for fast database analytics". www.cwi.nl. Retrieved 2023-12-30.
- ↑ Clark, Lindsay. "DuckDB reaches version 0.5.0". www.theregister.com. Retrieved 2023-12-30.
- ↑ "Client APIs Overview - DuckDB". 2023-12-30. Archived from the original on 2023-12-30. Retrieved 2023-12-30.
- ↑ "Database of Databases — DuckDB". Database of Databases. 2023-09-21. Retrieved 2023-12-30.
External links[edit]
This article "DuckDB" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:DuckDB. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.