The first stable release of the DuckDB database management system
After six years of development, DuckDB 1.0 has been released, positioned as an SQLite alternative for analytical queries. DuckDB combines properties of SQLite such as compactness, the ability to connect as an embedded library, storage of the database in a single file, and a user-friendly CLI interface, with features and optimizations for executing analytical queries that cover a significant portion of stored data, such as performing aggregation of all content […]
