"sm.check_coord_dups"
"true"
sm.dedup_coords
is false
. If true
, an error will be thrown if there are cells with duplicate coordinates during sparse fragment writes. If false
and there are duplicates, the duplicates will be written without errors."sm.check_coord_oob"
"true"
true
, an error will be thrown if there are cells with coordinates lying outside the array domain during sparse fragment writes."sm.check_global_order"
"true"
true
, an error will be thrown if the coordinates are not in the global order. Applicable only to sparse writes in the global order."sm.consolidation.amplification"
"1.0"
"sm.consolidation.buffer_size"
"50000000"
"sm.consolidation.step_max_frags"
"4294967295"
"sm.consolidation.step_min_frags"
"4294967295"
"sm.consolidation.step_size_ratio"
"0"
"sm.consolidation.steps"
"4294967295"
"sm.consolidation.mode"
"fragments"
fragments
(consolidate all fragments), fragment_meta
(consolidate only fragment metadata footers to a single file), or array_meta
(consolidate array metadata only)."sm.vacuum.mode"
"fragments"
fragments
(remove consolidated fragments), fragment_meta
(remove only consolidated fragment metadata), or array_meta
(remove consolidated array metadata files)."sm.dedup_coords"
"false"
true
, cells with duplicate coordinates will be removed during sparse fragment writes. Note that ties during deduplication are broken arbitrarily."sm.enable_signal_handlers"
"true"
"sm.memory_budget"
"5GB"
"sm.memory_budget_var"
"10GB"
"sm.mem.malloc_trim"
"true"
"sm.mem.total_budget"
"10GB"
"sm.mem.reader.sparse_global_order.ratio_coords"
0.5
"sm.mem.reader.sparse_global_order.ratio_query_condition"
0.25