I have 3 millions points that I have to find in what districts they are localized. There is almost 200 districts to test. I am using the pointOnAreaOverlayer because it is faster than the spatialRelator.
However, it still takes a lot of time. I wonder if using the bounding box of districts in a first POAO and then a listExploder on all matchs and finally a second POAO with a GroupBy on the districts that BBOX matched, to test in what district the point is really localized could be faster?
This strategy would be similar to how spatial query are done in database when using the spatial index. Doest the POAO already use such strategy internally?
Any info about that? For now my tests are not really promising...



