Files
vctp2/src/vctp.default
Nathan Coad c66679a71f
All checks were successful
continuous-integration/drone/push Build is passing
more index cleanups to optimise space
2026-02-08 15:40:42 +11:00

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).