I've got a geodatabase from which I am trying to read features based on an initiator intersect within a FeatureReader. The geodatabase contains polygons for a large area, and the initiators are areas I intend to spatially filter geodatabase features to and then write out as individual shapefiles for each area.
This is proving very slow, and i'm hoping someone can point me in the direction of a more efficient way to perform this operation?
Thanks