Configuration - single-nodeΒΆ
To configure FalconDB, edit startJvmCommand properties inside core-microservice.tar.gz/conf/conf.yml file.
log-directorydefines path to the logs of the microservice. By default,${application-instance-logs-path}.http-portdefines port on which the microservice will be started. By default,${application-instance-port-1}.read-lock-time-in-millisdefines expire time for read lock in milliseconds. By default,1200000.flush-data-on-storage-time-in-millisdefines how often database should be flushed (data from memory put into the database file, so it's state is permanent) in milliseconds. By default,60000.barriers-default-expire-time-in-millisdefines default expire time for barriers in milliseconds. By default,600000.path-data-base-directorydefines path where the database directory is or will be created. By default,${node-manager-path}/storage/falcon-db/${application-id}/database.file.path-data-base-backup-directorydefines path to the directory, which stores database backup files. By default,${node-manager-path}/storage/falcon-db/${application-id}/backup.path-files-directorydefines path to the directory, which stores files saved to the database. By default,${node-manager-path}/storage/falcon-db/${application-id}/files.path-health-check-filedefines path to the health check file. By default,${node-manager-path}/storage/falcon-db/${application-id}/health-check/health-check.file.path-permit-for-delete-tables-filedefines path to the files, which will contains UID, which holds permit to delete database tables. By default,${node-manager-path}/storage/falcon-db/${application-id}/uid/uid.file.data-base-size-in-mbdefines size of the database in MB. By default,2048.compute-database-size-in-memory-on-storage-errordefines if the database size should be computed on storage error. By default,false.run-db-garbage-collectordefines if the database garbage collector should be run. By default,false.file-max-write-chunk-sizedefines max size of a chunk to be written to the file in database. By default,262144.file-max-read-chunk-sizedefines max size of a chunk, which will be read from the file in database. By default,262144.is-restore-database-if-error-occurred- defines if the database will be restore on error. By default,true.