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

  1. cdl_slot_record_capacity  =  No of shards * slotRecordCapacity
  2. cdl_index_record_capacity = No of shards * indexRecordCapacity
  3. cdl_slot_size_capacity    = No of shards * slotRecordsSizeCapacityInBytes

Hard Limit

  1. cdl_slot_record_capacity = No of shards * slotRecordCapacity * 105%
  2. cdl_index_record_capacity = No of shards * indexRecordCapacity * 105%
  3. cdl_slot_size_capacity = No of shards * slotRecordsSizeCapacityInBytes * 105%