Category: container

In this article, I set up a Python script that allows us to calculate the similarity of an indexed field between all the documents of a MongoDB collection. In the process I parallelized the executions on four threads to improve performance. The script is detailed below, I hope it will be useful.

Related Articles