not directly related to the article, but might be useful to some people:
I recently used pymongoarrow to speed up data extraction from mongo in python as the deserialization from bson to python is super slow. Using pymongoarrow helped achieve nice speed improvements (average 3x to 5x)
I recently used pymongoarrow to speed up data extraction from mongo in python as the deserialization from bson to python is super slow. Using pymongoarrow helped achieve nice speed improvements (average 3x to 5x)