Skip to main content

Basic Configuration

Storage is the place where terediX will store the discovered data. You can add multiple storage engines in the configuration file. You can also add multiple storage engines.

If you add multiple storage engines, you must need to define default_engine

optiontypedescription
batch_sizenumberNumber of data to store in a single batch. You can increase the number to speed up the storage process.
enginesobjectList of storage engines. You can add multiple storage engines.
default_enginetextName of the default storage engine. If you add multiple storage engines, you must need to define default_engine

Supported Storage Engines

list of supported storage engines

storage enginedescription
postgresqlStore data in PostgreSQL database. You can use this storage engine to store data in PostgreSQL.