i am about to generate a near table. the input is a metric CRS and the output distance unit is set to meters, the method is set to "Geodesic" - in order to get non-projected distances. the origins are about 6.7 mio points all over Europe, near features are about 30 mio polygons. everything is spatially indext - of course. and a search radius is set to a pretty low value of 1500m ...
everything works fine, so far on sub-samples. but the performance is deeply disappointing with the 6.7mio points and definitely not up to any reasonable standard.
especially when considering that the machine is a i9-13900K, 24 core, 128 GB RAM device.
according to the windows ressourcemonitor.app exactly 3 % of the cpu performance are used to do my calculations. ... three percent !
are there any ideas for workarounds, multithread settings or anything like this to incerase performance ?
best robert