Proposal: Extend IndexContent with size_bytes, created_at, index_details, and more
#7114
wjones127
started this conversation in
Lance Namespace Format
Replies: 1 comment
-
|
I love this idea. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
ListTableIndicesreturnsIndexContentwith onlyindex_name,index_uuid,columns, andstatus. Consumers needing an index's type, size, or row count had to follow up with oneDescribeTableIndexStatscall per index — an N+1.I propose to add the metadata that
describe_indicesexposes cheaply from the manifest toIndexContent:index_typeIVF_PQ,BTREEtype_urlnum_indexed_rowssize_bytesnum_segmentscreated_atindex_versionindex_detailsAll fields are optional for backwards compatibility with older servers.
Beta Was this translation helpful? Give feedback.
All reactions