During ingestion the relation between Data Set and Data Stream is set on Data...
During ingestion the relation between Data Set and Data Stream is set on Data Ingestion Line. This seemed enough for small Data Sets (few thousands of Data Streams). With large Data Sets this is inefficient as getting list of Data Streams for a Data Set takes sometimes tens of minutes. Thus we needed a faster way to loop up: which is an explicitl relation over set category and proper MySQL indexing. This commit is a trade-off between cost of storage (i.e. a category) compared to scalability and performance of a system.
Showing
Please register or sign in to comment