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.
Fields:
- 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
Not pricese count row count based on internal Postgresql statistics