Have a feature class in GDB with million level features which store pipes with different diameters. I tried using FeatureLayer with definitionExpression to load them at different scale(small diameters in large scale,large diameters in small scale). The performance is not good. Response time for load this layer is about 10 seconds.
So I want to know what is the proper way to load it?