async fn find_dynamic_options(
table_id: TableId,
region_options: &RegionOptions,
schema_metadata_manager: &SchemaMetadataManagerRef,
) -> Result<(CompactionOptions, TimeToLive)>Expand description
Finds compaction options and TTL together with a single metadata fetch to reduce RTT.