more index cleanups to optimise space
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-02-08 15:40:42 +11:00
parent a993aedf79
commit c66679a71f
13 changed files with 590 additions and 61 deletions

View File

@@ -1,9 +1,13 @@
CPE_OPTS='-settings /etc/dtms/vctp.yml'
MONTHLY_AGG_GO=0
DAILY_AGG_GO=0
# Optional explicit encryption key source (recommended for stable credential decryption across host changes):
# VCTP_ENCRYPTION_KEY=''
# PostgreSQL is experimental and disabled by default:
# VCTP_ENABLE_EXPERIMENTAL_POSTGRES=0
# Deprecated API endpoints are disabled by default:
# VCTP_ENABLE_LEGACY_API=0
# 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).