Skip to content

Conversation

@jackye1995
Copy link
Collaborator

@jackye1995 jackye1995 commented Dec 10, 2025

This PR adds support for count(*) with a column that is indexed:

  1. if the index is up to date, directly count rows using the index locally
  2. if the index is not up to date, do a split plan to distributedly count individual fragments, and have a single worker count the indexed fragments using the index

This could be extended to technically other use cases, will do it in follow up PRs

Pending merge of lance-format/lance#5447

@chatgpt-codex-connector
Copy link

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant