index.rst 512 B

123456789101112131415
  1. .. _community_jdbcconfig:
  2. JDBCConfig
  3. ==========
  4. The ``JDBCConfig module`` enhances the scalability performance of the GeoServer Catalog.
  5. It allows externalising the storage of the Catalog configuration objects (such as workspaces, stores, layers) to a Relational Database Management System,
  6. rather than using xml files in the :ref:`datadir`. This way the Catalog can support access to unlimited numbers of those configuration objects efficiently.
  7. .. toctree::
  8. :maxdepth: 2
  9. installing
  10. configuration