POID generation for Realtime and Delayed Events
Hi Experts,
As of now for generating POID below logic is followed.
POID = 2^44 * num_days (for realtime partitions)
POID = 2^60 + num_days * 2^44 for delayed partitions.
Why the logic / formula is different for generating POID_ID for realtime and pipeline events ? Any technical reason behind this ?