Story Details

  • Preview: Amazon S3 Tables and Lakehouse in DuckDB

    Posted: 2025-03-18 16:36:20

    DuckDB now offers preview support for querying data directly in Amazon S3 via a new extension. This allows users to create and query tables stored as Parquet, CSV, or JSON files on S3 without downloading data, leveraging S3's scalability and DuckDB's analytical capabilities. The extension utilizes the httpfs extension for access and supports various S3-specific features like AWS credentials and different regions. While still experimental, this functionality opens the door to building efficient "lakehouse" architectures directly on S3 using DuckDB.

    Summary of Comments ( 33 )
    https://news.ycombinator.com/item?id=43401421

    Hacker News commenters generally expressed excitement about DuckDB's new S3 integration, praising its speed, simplicity, and potential to disrupt the data lakehouse space. Several users shared their positive experiences using DuckDB, highlighting its performance advantages compared to other query engines like Presto and Athena. Some raised concerns about the potential vendor lock-in with S3, suggesting that supporting alternative storage solutions would be beneficial. Others discussed the limitations of Parquet files for analytical workloads, and how DuckDB might address those issues. A few commenters pointed out the importance of robust schema evolution and data governance features for enterprise adoption. The overall sentiment was very positive, with many seeing this as a significant step forward for data analysis on cloud storage.