REALTIME tables segment size can be controlled using realtime.segment.flush.threshold.segment.size (say "100M")
We don't have any similar configuration for OFFLINE tables which can be used during Realtime to Offline table conversion.
There is a configuration maxNumRecordsPerSegment with which we can indirectly achieve desired size. However, having a direct size based control will be really helpful and straight forward.
REALTIME tables segment size can be controlled using
realtime.segment.flush.threshold.segment.size(say "100M")We don't have any similar configuration for OFFLINE tables which can be used during Realtime to Offline table conversion.
There is a configuration
maxNumRecordsPerSegmentwith which we can indirectly achieve desired size. However, having a direct size based control will be really helpful and straight forward.