You can adjust the max feature limit on a layer by request basis .... keep in mind some file formats need all the content before they can start returning a result (GeoPackage for example) ad thus may timeout. Other formats like GML can start producing content immediately, and won't time out.
It also matters how the client is processing the data. Clients that can stream (an XML pull parser for example) can start processing immediately and would not run into a list. Clients that load everything into memory may become resource constrained. -- Jody Garnett On Nov 16, 2023 at 8:01:03 AM, Vikram D E <vikram.es...@fleetroute.com> wrote: > Hi all, > > is there an upper limit on how many features a WFS request can return ? > > I was trying to request more than 300000 features through OpenLayers in > my application, the request is successful with a 200 code, but the > response is empty. The request takes around 30 seconds to process as > expected.. I tried the same request through postman and it just crashed > the application after the 200 success response.. > > Any help would be appreciated :) > > Regards, > > Vikram > > > > _______________________________________________ > Geoserver-users mailing list > > Please make sure you read the following two resources before posting to > this list: > - Earning your support instead of buying it, but Ian Turton: > http://www.ianturton.com/talks/foss4g.html#/ > - The GeoServer user list posting guidelines: > http://geoserver.org/comm/userlist-guidelines.html > > If you want to request a feature or an improvement, also see this: > https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer > > > Geoserver-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-users >
_______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users