You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lib/logstorage: remove the code for tracking the number of unique fields inside blockStreamMerger
This code became obsolete after the commit 6a71921 ,
which guarantees that the number of unique fields in the stored blocks doesn't exceed maxColumnsPerBlock.
If the blockStreamMerger creates a block with bigger number of unique fields, then only rows
with less than maxColumnsPerBlock fields are written to the storage, while the rest of rows are skipped.
Updates #246
Updates #397
See also the commit 8dce4eb
0 commit comments