weaviate/weaviate-python-client

Limit amount of succesfully added UUID that are kept in batching

Closed this issue · 0 comments

When we add objects with batch, we safe the UUIDs of succesfully added objects to be able to show them later. This will cause large memory allocations for very long running batch-sessions.

We need to somehow limit how many UUIDs we safe