Hi
does anybody know of a good alternative to the spatial filter? Due to the volume of data involved it doesn't seem feasible to use the spatial filter but I can't really see an alternative. Unfortunately I have around 3 million polygons to pass through a filter of around 1 million polygons. I have used a feature reader to break up the data into manageable chunks, which makes the workspace run at a reasonable speed but this requires me to rerun it multiple times with each chunk. I was hoping to be able to run it in one go. Using a workspace runner has also helped with processing, but again, still not feasible to run it in one go.