If a style rule associated with a layer has a Min or Max Scale Denominator, will that affect the filter passed to the FeatureSource?
For example, if I have a layer containing every road in the country, I’m clearly going to wait too long for that to transfer from my data store to geoserver for rendering. It seems like it would make sense to limit the set of Features returned to GeoServer if many of those features (say, local/residential roads) were filtered out at the database, rather than in Geoserver.
If the filters are included, can someone point me in the direction of how to get at them so that I can leverage them when querying my custom data store?