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
*: allow compression type to be inferred from initial stats load
Currently, the compression type for a table is known when the SST is new
\- i.e. flushed, compacted, ingested. However, when opening an existing
DB, the compression types will show as "unknown".
Allow the async, background stats loading job that runs on DB open to
infer the compression type of existing tables by lifting the compression
field from `sstable.Properties` up into `sstable.CommonProperties`. This
allows `loadTableStats` to use the field and populate the
`manifest.TableStats` struct.
0 commit comments