fn parse_compact_options(
    type_str: &str,
    option: Option<&str>,
) -> Result<(Options, u32)>Expand description
Parses compaction strategy type. For strict_window or swcs strict window compaction is chosen,
otherwise choose regular (TWCS) compaction.