TileDB icon indicating copy to clipboard operation
TileDB copied to clipboard

Default parameters for consolidate()

Open michael-imbeault opened this issue 4 years ago • 1 comments

When calling consolidate() directly not much happen, and almost no consolidation takes place. I think it has to do with default parameters making it impossible for consolidation to happen:

"sm.consolidation.step_min_frags" "4294967295"

When updated through manual configuration it works as expected and consolidates fragments together - I think a naive call to consolidate() should use defaults that are allowing consolidation as expected, and step_min_frags should have a much lower (1 or 2) default.

michael-imbeault avatar Jun 25 '20 11:06 michael-imbeault

Hi @michael-imbeault, thanks for the suggestion. I am going to transfer this one to TileDB-Inc/TileDB because the defaults are (currently) set there and we usually keep the defaults consistent across the APIs.

ihnorton avatar Jun 25 '20 12:06 ihnorton