Hi,
In a data processing pipeline, we need to detect all points that are inside a geometry. A single point query works well, but not if 10M data points are to be processed.
The idea is to cut the points into chunks of 1k and use them to run a DB query. As a result a list of points or ID’s would be enough for us, which are intersects a geometry.
Is there a solution with the current MongoDB version or can MongoDB be extended with it?
Regards
Olli