Gabriel Roldan ( https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A54db8b09-1e64-436a-adac-248049585cee ) *created* an issue
GeoServer ( https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiZTU4OTg0NmMyODYyNDI1NjhkMTBlN2I2NDAzNmY5NWYiLCJwIjoiaiJ9 ) / Improvement ( https://osgeo-org.atlassian.net/browse/GEOS-11087?atlOrigin=eyJpIjoiZTU4OTg0NmMyODYyNDI1NjhkMTBlN2I2NDAzNmY5NWYiLCJwIjoiaiJ9 ) GEOS-11087 ( https://osgeo-org.atlassian.net/browse/GEOS-11087?atlOrigin=eyJpIjoiZTU4OTg0NmMyODYyNDI1NjhkMTBlN2I2NDAzNmY5NWYiLCJwIjoiaiJ9 ) Fix IsolatedCatalogFacade unnecessary performance overhead ( https://osgeo-org.atlassian.net/browse/GEOS-11087?atlOrigin=eyJpIjoiZTU4OTg0NmMyODYyNDI1NjhkMTBlN2I2NDAzNmY5NWYiLCJwIjoiaiJ9 ) Issue Type: Improvement Assignee: Gabriel Roldan ( https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A54db8b09-1e64-436a-adac-248049585cee ) Created: 31/Jul/23 4:28 PM Priority: Medium Reporter: Gabriel Roldan ( https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A54db8b09-1e64-436a-adac-248049585cee ) IsolatedCatalogFacade adds unnecessary overhead: * when the request is not an OWS request (signaled by Dispatcher.REQUEST.get() == null ) , it doesn’t need to filter out anything * count(Class, Filter) grabs an interator and counts its elements, can be avoided if * list(Class, Filter, Integer, Integer, SortBy...):CloseableIterator builds an ArrayList to return its iterator, when it should just filter the provided iterator ( https://osgeo-org.atlassian.net/browse/GEOS-11087#add-comment?atlOrigin=eyJpIjoiZTU4OTg0NmMyODYyNDI1NjhkMTBlN2I2NDAzNmY5NWYiLCJwIjoiaiJ9 ) Add Comment ( https://osgeo-org.atlassian.net/browse/GEOS-11087#add-comment?atlOrigin=eyJpIjoiZTU4OTg0NmMyODYyNDI1NjhkMTBlN2I2NDAzNmY5NWYiLCJwIjoiaiJ9 ) Get Jira notifications on your phone! Download the Jira Cloud app for Android ( https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail ) or iOS ( https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100233- sha1:da16c62 )
_______________________________________________ Geoserver-devel mailing list Geoserver-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-devel