The Merge Service
The merge service (Table API) helps improve query performance by consolidating small time partitions into larger, more efficient ones. The service compacts data using the following rules by default, these should be sufficient for the vast majority of cases.
Primary Timestamp / Creation Date | < 1Hr | 1-24 Hrs | 1-30 Days |
|
---|---|---|---|---|
< 1 Hr | Max 1 GB or 5Min | Max 2 GB or 1Hr | Max 2 GB or 1 Hr | Max 2 GB or 1 Hr |
1-24 Hrs | Max 2 GB or 1Hr | Max 4 GB or 1 Day | Max 4 GB or 1 Day | |
| Max 4 GB or 1 Day | Max 8 GB or 1 Month |
Settings
Name | Description | Default |
---|---|---|
enabled | activates merge service | true |
Deprecated Settings
The following settings are deprecated and may still appear in the API's.
Name | Description | Default |
---|---|---|
partition_duration_minutes | deprecated | 15 |
input_aggregation | deprecated | 250000000 |
max_candidates | deprecated | 100 |
max_partitions_per_candidate | deprecated | 10 |
min_age_mins | deprecated | 1 |
max_age_mins | deprecated | 262800 |
Updated 22 days ago
Did this page help you?