find_dynamic_options

Function find_dynamic_options 

Source
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.