DUCKDB 0.10.0 RELEASE ADDS SQLITE OPTION

The latest version of DuckDB 0.10.0 has been released, presenting a new database management system that combines SQLite features with advanced capabilities for executing analytical queries. The project is open-source and distributed under the MIT license, with ongoing development continuing to explore experimental issues as the storage format evolves.

DuckDB offers an expanded SQL dialect, supporting complex types and correlating sub-queries. It also allows for concurrent query execution, handling requests from CSV and Parquet files, and offers support for importing from PostgreSQL.

In addition to the SQLite shell code, DuckDB incorporates components from PostgreSQL, MonetDB, and its own implementations to enhance database performance. The latest release includes several improvements, such as enhanced data analysis in CSV format, support for fixed-size lists, and connectivity to MySQL, PostgreSQL, and SQLite databases.

Key changes in the new release include increased performance for data analysis in CSV files, support for fixed-size lists, enhanced database connectivity to external systems, and the ability to add comments to database objects.

  • Significantly improved performance for data analysis in CSV format.
  • Added support for fixed-size lists.
  • Enhanced database connectivity to MySQL, PostgreSQL, and SQLite.
  • Added support for adding comments to database objects.
/Reports, release notes, official announcements.