mirror of
https://github.com/lancedb/lancedb.git
synced 2026-05-15 11:00:41 +00:00
[Python] Do not return Table count for every add operation (#328)
`Table::count()` will be linearly slower with more fragments ingested.
This commit is contained in:
@@ -79,7 +79,6 @@ class RemoteTable(Table):
|
||||
content_type=ARROW_STREAM_CONTENT_TYPE,
|
||||
)
|
||||
)
|
||||
return len(data)
|
||||
|
||||
def search(
|
||||
self, query: Union[VEC, str], vector_column: str = VECTOR_COLUMN_NAME
|
||||
|
||||
Reference in New Issue
Block a user