lance-format / lance-format/lance

Streaming blob writes

Open
#4,005 0 comments 2 reactions 1 assignee View on GitHub

@Xuanwo is already working on this.

Since Jun 19, 2025.

A-encoding enhancement
Dominant language
Rust
Stars
7.1k
Forks
852
Avg merge
3d 18h
Merged PRs (30d)
272

Description

The idea of large files is discussed more in https://github.com/lancedb/lance/discussions/3996

Regardless of what approach we take (inline, pointer, blob dataset, etc.) we should have a better API for writing blob data that supports streaming the blob in. For example, we could take an array of file objects and stream them one at a time, or a callback that is called with the non-blob part of the row and returns a byte stream of some kind.

We should be able to prototype that even today using approaches like the large_binary encoding in 2.0 which allows individual values to be written whenever.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.