Configuration
The configuration file can be found in /data/dalmatinerfe/etc/dfe.conf. Most configuration variables are described in the file itself so this section will only cover the most important variables.
Configuration File
ddb_connection.max_read
ddb_connection.max_readWhen reading from DalmatinerDB this configuration defines what the biggest chunk of data is that's read in one go.
dqe.chunk
dqe.chunkThe query engine is streaming the chunks mean in what size stream chunks are read.
dqe.max_read
dqe.max_readLimits how large a query can be, this prevents large queries to kill the server.
idx.backend
idx.backendThe indexer backend, this can either be dqe_idx_pg or dqe_idx_ddb. If you plan on using dimensions the dqe_idx_pg is required.
idx.pg.backend_host
idx.pg.backend_hostSet this to the correct host for the postgres database.
Updated over 7 years ago
