All checks were successful
continuous-integration/drone/push Build is passing
14 lines
635 B
Plaintext
14 lines
635 B
Plaintext
CPE_OPTS='-settings /etc/dtms/vctp.yml'
|
|
|
|
# Aggregation engine selection (default: Go paths enabled).
|
|
# DAILY_AGG_GO=1:
|
|
# Use the Go fan-out/reduce daily aggregation path.
|
|
# MONTHLY_AGG_GO=1:
|
|
# Use the Go monthly aggregation path for both monthly modes
|
|
# (hourly or daily source tables, controlled by settings.monthly_aggregation_granularity).
|
|
# Set either option to 0 to prefer the SQL implementation for that layer.
|
|
# If a Go aggregation run fails, vCTP automatically falls back to SQL for that run.
|
|
DAILY_AGG_GO=1
|
|
MONTHLY_AGG_GO=1
|
|
# Additional runtime behavior is configured in the YAML file (`/etc/dtms/vctp.yml` by default).
|