Heres some example data
Rows of this row key structure
$PipelineId--$PipelineRunTime
will be written less often but with much larger data, not that it would be anywhere close to going over the row limit of data. And rows of this structure $ContentID--$ContentType--$PipelineName
will be created much more often but with much less data
This is how I plan to query BT
- READ all
labels
for$PipelineName
and$PipelineRunTime
- IS
$ContentID
inlabels
for$PipelineName
at anyPipelineRunTime
? - READ
$ContentID
return alllabels
for any$PipelineName