JDBCConfigΒΆ
The JDBCConfig module
enhances the scalability performance of the GeoServer Catalog.
It allows externalising the storage of the Catalog configuration objects (such as workspaces, stores, layers) to a Relational Database Management System,
rather than using xml files in the GeoServer data directory. This way the Catalog can support access to unlimited numbers of those configuration objects efficiently.
Previous: Importer JDBC storage
Next: Installing JDBCConfig