Given a workspace that uses FeatureReader, with a Geodatabase feature class as the "initiator", does anyone have a suggestion for how to process one Geodatabase feature (from the initiator) at a time? I have a large geographic area currently as the initiator and the model goes on to process millions and millions of features from dozens of feature classes (via FeatureReader), and is a slug!
I am hoping that by clipping the data that represents my initiator in the above description, and finding a way to make workbench process only one feature at a time from a single geodatabase feature class, it can process the data in more timely manner. I have looked in to Workspace Runner but I can find any material on how to use it to process features from within the same feature class.
Thank you