ReadConfig
ReadConfig
Config settings for a TileDB-VCF dataset.
Attributes
| Name | Type | Description |
|---|---|---|
| limit | int | Max number of records (rows) to read |
| region_partition | tuple | Region partition tuple (idx, num_partitions) |
| sample_partition | tuple | Samples partition tuple (idx, num_partitions) |
| sort_regions | bool | Whether or not to sort the regions to be read, default True |
| memory_budget_mb | int | Memory budget (MB) for buffer and internal allocations, default 2048MB |
| tiledb_config | List[str] | List of strings of format ‘option=value’ |
| buffer_percentage | int | Percentage of memory to dedicate to TileDB Query Buffers, default 25 |
| tiledb_tile_cache_percentage | int | Percentage of memory to dedicate to TileDB Tile Cache, default 10 |