5 links
tagged with all of: duckdb + performance
Click any tag below to further narrow down your results
Links
The article discusses advanced sorting techniques in DuckDB that enhance the performance of selective queries. It highlights the importance of efficient data retrieval and presents methods to optimize sorting for improved query execution speed. The innovations presented aim to benefit users dealing with large datasets and complex queries.
The article discusses the features and capabilities of DuckDB, a high-performance analytical database management system designed for data analytics. It highlights its integration with various data sources and its usability in data science workflows, emphasizing its efficiency and ease of use.
DuckDB 0.14.0 has been released, featuring significant enhancements and new functionalities aimed at improving performance and usability. Key updates include support for new data types, optimizations for query execution, and better integration with various programming environments. This release continues DuckDB's commitment to providing a powerful analytical database for data science and analytics tasks.
Sirius is a GPU-native SQL engine that integrates with existing databases like DuckDB using the Substrait query format, achieving approximately 10x speedup over CPU query engines for TPC-H workloads. It is designed for interactive analytics and supports various AWS EC2 instances, with detailed setup instructions for installation and performance testing. Sirius is currently in active development, with plans for additional features and support for more database systems.
The article discusses streaming patterns in DuckDB, highlighting its capabilities for handling large-scale data processing efficiently. It presents various approaches and techniques for optimizing data streaming and querying, emphasizing the importance of performance and scalability in modern data applications.