Antonis Papaioannou

Results 2 issues of Antonis Papaioannou

There is an error when trying to use mongodb driver: AttributeError: 'module' object has no attribute 'Connection' You have to use MongoClient instead of Connection (pymongo changed api). You have...

I expected to use the scaleFactor parameter to increase the size of db. Instead, looking into the source code (util/scaleparameters.py), I surprisingly found out that the scaleFactor parameter is used...