GeoServer supports a comprehensive ecosystem of geospatial databases, file formats, and cloud storage backends. Configure, scale, and serve your spatial data with enterprise-grade reliability.
Native integrations, optimized connectors, and format converters.
The gold standard for spatial databases. Full ACID compliance, advanced indexing, and native geometry/geometry operations.
Open, standards-based, file format for vector, raster, and attribute data. Ideal for mobile sync and offline workflows.
Legacy but ubiquitous. Supported for ingestion and WMS/WFS publishing. Note: limited to ~2GB and no spatial indexing.
Cloud-optimized georeferenced imagery. Supports overviews, internal pyramids, and efficient partial tile reads.
NoSQL geospatial queries with 2dsphere indexes. Excellent for high-velocity telemetry and location history data.
Full-text spatial search and log analytics. Supports geo_point, geo_shape, and geohash aggregation workflows.
Connect a new data store via the Admin Dashboard or declarative YAML. All connections are encrypted by default and support connection pooling.
Add New StoreBenchmarks based on 10M feature datasets and 4k tile requests/sec.
| Store Type | Vector Support | Raster Support | Transactionality | Performance Tier |
|---|---|---|---|---|
| PostgreSQL / PostGIS | Full (GEOS/JTS) | RASTER extension | ACID (WFS-T) | Tier 1 (Optimized) |
| GeoPackage | Full | Internal Raster | SQLite (Limited) | Tier 1 |
| Shapefile | Basic (SHP/DBF) | None | None (Read-Only) | Tier 2 |
| Cloud-Optimized GeoTIFF | None | Full (TIFF/COG) | None | Tier 1 |
| MongoDB | GeoJSON | None | Native | Tier 2 |
| Elasticsearch | GeoPoint/GeoShape | None | Near-Realtime | Tier 2 |
Common questions about data store configuration and limits.
Yes. GeoServer supports workspaces containing multiple stores. Each store can have its own credentials, schema, and publishing rules.
Tier 1 stores have native spatial indexing, connection pooling, and optimized tile caching. Tier 2 stores rely on external indexing or plugin-level emulation.
No. All core connectors (PostGIS, GeoPackage, Shapefile, GeoTIFF) are included. Enterprise plugins (MongoDB, Elasticsearch, S3) require a Professional or Enterprise plan.
GeoServer automatically generates overviews, uses tile caches (GeoWebCache), and supports partial reads for COG formats to minimize memory usage.