lance-format/lance

feat: bytes read and bytes write mectirc for per lance scanner and writer

Open

#3,570 opened on Mar 20, 2025

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Rust (695 forks)github user discovery
help wanted

Repository metrics

Stars
 (6,582 stars)
PR merge metrics
 (Avg merge 6d 1h) (219 merged PRs in 30d)

Description

When we scan the lance dataset, it's better to provide the read metrics, especially for the io bytes and IOPS metric.

The Spark web UI has some task-level metrics, for example, the input bytes. But now Lance can't provide it.

Image

The same metrics are required when we write a lance dataset.

Contributor guide