Say I have a point feature class with 100K points that fall into 4 categories. This will be published into a map service that will be used by many clients.
Which one is better to reduce server load :
- publishing all 100K data and then filter it in web map by their categories
- filter the data by categories in arcgis pro and then publish it
thanks