[Geoserver-users] What is a rough upper limit of displaying vector data simultaneously on geoserver?

Hi,
I am interested in building a web gis portal using geoserver. The portal
will be accessible by different users, who will be able through a treeview
to see different layers. Each layer will have a combination of different
geometries appeared on the map panel.
The data will be stored in a postgis db.
My question is related with the limits of geoserver concerning:
the maximum ammount of features can serve without getting slow.
I've read there are a set of configurations (Java Runtime Environment,
correct projections) to be made beforehead.
Also clustering strategies and feature generalization strategies can be
followed but I would like to know what would be a rough upper limit of
displaying different vector data simultaneously without using any of the
above mentioned strategies.
Also is there a maximum ammount of layers you can make in geoserver?

Thank you
Dimitris

--
View this message in context: http://osgeo-org.1560.x6.nabble.com/What-is-a-rough-upper-limit-of-displaying-vector-data-simultaneously-on-geoserver-tp5173525.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

On Tue, Nov 18, 2014 at 1:13 PM, dkarakostis86 <dkarakostis@anonymised.com>
wrote:

Hi,
I am interested in building a web gis portal using geoserver. The portal
will be accessible by different users, who will be able through a treeview
to see different layers. Each layer will have a combination of different
geometries appeared on the map panel.
The data will be stored in a postgis db.
My question is related with the limits of geoserver concerning:
the maximum ammount of features can serve without getting slow.
I've read there are a set of configurations (Java Runtime Environment,
correct projections) to be made beforehead.

Yes and no, those are the ones that you should do last. See this
presentation
for the stuff that actually matters (preparing data and styles):
http://demo.geo-solutions.it/share/foss4g2013/gs_steroids_sgiannec_foss4g2013_01.03.pdf

About the question, how much data before it gets slow, it not only depends
on the data volume, but also how you style it, the data source, and so on.

We often say that if you put more than 1000
items in a map, people won't be able to discern them, the map won't be
readable, so normally one tries to stay below that limit.
Well, unless you're only concerned in showing the distribution of the items,
and not much in having the single item be visible, in that case you can
go higher, up to some hundreds of thousands I guess.

On my old corei7 first generation I can render the full detailed set of
roads in Texas
(almost 6 million roads) in less than 30 seconds. Fast, it is not, but it's
not useful either...

Also is there a maximum ammount of layers you can make in geoserver?

No, there is no limit, but the more layers you pile up, the more time it
will
take to render them, the harder it will get to read the resulting map

Cheers
Andrea

--

GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

*AVVERTENZE AI SENSI DEL D.Lgs. 196/2003*

Le informazioni contenute in questo messaggio di posta elettronica e/o
nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il
loro utilizzo è consentito esclusivamente al destinatario del messaggio,
per le finalità indicate nel messaggio stesso. Qualora riceviate questo
messaggio senza esserne il destinatario, Vi preghiamo cortesemente di
darcene notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso,
divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od
utilizzarlo per finalità diverse, costituisce comportamento contrario ai
principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for
the attention and use of the named addressee(s) and may be confidential or
proprietary in nature or covered by the provisions of privacy act
(Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection
Code).Any use not in accord with its purpose, any disclosure, reproduction,
copying, distribution, or either dissemination, either whole or partial, is
strictly forbidden except previous formal approval of the named
addressee(s). If you are not the intended recipient, please contact
immediately the sender by telephone, fax or e-mail and delete the
information in this message that has been received in error. The sender
does not give any warranty or accept liability as the content, accuracy or
completeness of sent messages and accepts no responsibility for changes
made after they were sent or for other risks which arise as a result of
e-mail transmission, viruses, etc.

-------------------------------------------------------

Hi Adrea,

thanks a lot for the answer.

Dimitris

···

On Tue, Nov 18, 2014 at 3:37 PM, geowolf [via OSGeo.org] <[hidden email]> wrote:


Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk


Geoserver-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/geoserver-users


If you reply to this email, your message will be added to the discussion below:
http://osgeo-org.1560.x6.nabble.com/What-is-a-rough-upper-limit-of-displaying-vector-data-simultaneously-on-geoserver-tp5173525p5173538.html
To unsubscribe from What is a rough upper limit of displaying vector data simultaneously on geoserver?, click here.
NAML

On Tue, Nov 18, 2014 at 1:13 PM, dkarakostis86 <[hidden email]> wrote:

Hi,
I am interested in building a web gis portal using geoserver. The portal
will be accessible by different users, who will be able through a treeview
to see different layers. Each layer will have a combination of different
geometries appeared on the map panel.
The data will be stored in a postgis db.
My question is related with the limits of geoserver concerning:
the maximum ammount of features can serve without getting slow.
I’ve read there are a set of configurations (Java Runtime Environment,
correct projections) to be made beforehead.

Yes and no, those are the ones that you should do last. See this presentation
for the stuff that actually matters (preparing data and styles):
http://demo.geo-solutions.it/share/foss4g2013/gs_steroids_sgiannec_foss4g2013_01.03.pdf

About the question, how much data before it gets slow, it not only depends
on the data volume, but also how you style it, the data source, and so on.

We often say that if you put more than 1000
items in a map, people won’t be able to discern them, the map won’t be
readable, so normally one tries to stay below that limit.
Well, unless you’re only concerned in showing the distribution of the items,
and not much in having the single item be visible, in that case you can
go higher, up to some hundreds of thousands I guess.

On my old corei7 first generation I can render the full detailed set of roads in Texas
(almost 6 million roads) in less than 30 seconds. Fast, it is not, but it’s not useful either…

Also is there a maximum ammount of layers you can make in geoserver?

No, there is no limit, but the more layers you pile up, the more time it will
take to render them, the harder it will get to read the resulting map

Cheers
Andrea

==

GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.

==

Ing. Andrea Aime

@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax:
+39 0584 1660272
mob:
+39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

AVVERTENZE AI SENSI DEL D.Lgs. 196/2003

Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.

The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy’s New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.