ArcticDB icon indicating copy to clipboard operation
ArcticDB copied to clipboard

Get description post-processing does too many IO operations

Open willdealtry opened this issue 1 year ago • 0 comments
trafficstars

The post-processing for get_description_batch does a lot of individual IO operations, which kind of defeats the point of doing batch operations at all. We should ensure that we return the appropriate data from the initial C++ calls and any post-processing is in-memory only: https://github.com/man-group/ArcticDB/blob/master/python/arcticdb/version_store/_store.py#L2494

willdealtry avatar May 07 '24 11:05 willdealtry