parquet

Tag

Cards List
#parquet

Fast drilldown dashboards from a single Parquet file

Hacker News Top · 2d ago Cached

The article demonstrates a method for building fast drilldown dashboards from a single Parquet data cube using the Hyparquet JavaScript reader and HTTP range requests against object storage, eliminating the need for a traditional database.

0 favorites 0 likes
#parquet

Asynchronous I/O in DuckDB: Work, Thread, Work

Lobsters Hottest · 2026-07-31 Cached

DuckDB is introducing asynchronous I/O for Parquet and CSV files in v2.0, improving remote storage query performance by avoiding blocking worker threads during data fetches.

0 favorites 0 likes
#parquet

Paging Through a Parquet File in DuckDB: File_row_number or Offset?

Hacker News Top · 2026-07-30 Cached

DuckDB's file_row_number option for paging through Parquet files is 2.53x faster than using LIMIT/OFFSET, as it leverages row group metadata to skip irrelevant blocks, but the benefit depends on having many row groups.

0 favorites 0 likes
#parquet

A Fast Path for Fixed-Length Lists in Parquet

Lobsters Hottest · 2026-07-27 Cached

This blog post describes an optimization for Apache Parquet to efficiently store and decode fixed-length lists like vector embeddings, achieving decoding performance comparable to flat columns by bypassing Dremel reconstruction for fixed-size data pages.

0 favorites 0 likes
#parquet

Postgres data stored in Parquet on S3: LTAP architecture explained

Hacker News Top · 2026-07-01 Cached

Databricks introduces Lakebase LTAP architecture that stores Postgres data in Parquet on S3, enabling transactions and analytics on a single copy of data without CDC or mirroring.

0 favorites 0 likes
#parquet

You can't unit test for taste

Hacker News Top · 2026-06-24 Cached

A developer shares their experience building a points-of-interest feature for a running app using Geonames data, DuckDB, and AI assistance from Claude, encountering challenges with biases and hallucination.

0 favorites 0 likes
#parquet

@Greptime: We refreshed our deep-dive on Mito2, the storage engine inside GreptimeDB. LSM-tree write path. Columnar Parquet SSTs. …

X AI KOLs Following · 2026-06-22 Cached

GreptimeDB's Mito2 storage engine uses an LSM-tree design with columnar Parquet SSTs, three-level scan pruning, and TWCS compaction. The blog post provides a full walkthrough of its architecture.

0 favorites 0 likes
← Back to home

Submit Feedback