Skip to content

Configuration

Silvan Heller edited this page Mar 7, 2023 · 5 revisions

Configuration of Cottontail DB is done by means of a single configuration file. Have a look at config.json in the project directory to get an idea of how the file is structured. It's basically a JSON with several configuration objects, where each object holds multiple parameters.

The list of config parameters along with the defaults is kept and documented in the org.vitrivr.cottontail.config.Config class.

Clone this wiki locally