CDL Maximum Capacity
You can define the maximum capacity per shard in CDL using the following parameters:
slotRecordCapacity (Default value: 1M/shard)
-
indexRecordCapacity (Default value: 10M/shard)
-
slotRecordsSizeCapacityInBytes (Default value: 5GB/shard)
Note | You cannot change the default capacity per shard. |
Based on the following calculations, the CDL determines the maximum capacity:
Soft Limit
-
cdl_slot_record_capacity = No of shards * slotRecordCapacity
-
cdl_index_record_capacity = No of shards * indexRecordCapacity
-
cdl_slot_size_capacity = No of shards * slotRecordsSizeCapacityInBytes
Hard Limit
-
cdl_slot_record_capacity = No of shards * slotRecordCapacity * 105%
-
cdl_index_record_capacity = No of shards * indexRecordCapacity * 105%
-
cdl_slot_size_capacity = No of shards * slotRecordsSizeCapacityInBytes * 105%