Skip to content

CDR Partitions

Yeti widely uses Postgresql partitioning mechanism for tables contains time series data like CDR History, Auth logs, RTP Statistics and API Logs

CDR Partitions database view allow to see details for partitioned tables.

Name
Partition name. Usually partition name contains date in some format
Parent table
Name of Parent table
Date From/Date To
Describes time interval allowed for this partition
Size
Size of partition without indexes
Total Size
Size of partition with indexes
Approximate Row Count
Estimated row count based on internal PostgreSQL statistics