Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor doc fixes | Martin Czygan | 2021-07-21 | 1 | -3/+6 |
| | |||||
* | update docs | Martin Czygan | 2021-07-14 | 1 | -3/+4 |
| | |||||
* | reduce: small tweaks | Martin Czygan | 2021-07-13 | 1 | -3/+3 |
| | |||||
* | batch: drop logging | Martin Czygan | 2021-07-10 | 1 | -4/+0 |
| | |||||
* | batch: log batch size | Martin Czygan | 2021-07-10 | 1 | -1/+1 |
| | |||||
* | reduce: short circuit large groups | Martin Czygan | 2021-07-10 | 1 | -2/+12 |
| | | | | | | | | we saw a jump in memory usage, and it may be related to groups with thousands of elements; e.g. maybe some weird string, that appears too many times as key, e.g. 123/test; as a first measure, we sort circuit further batching; other mitigiation may to be limit groups size completely | ||||
* | reduce: move batch size | Martin Czygan | 2021-07-09 | 1 | -1/+3 |
| | |||||
* | update docs | Martin Czygan | 2021-07-08 | 1 | -3/+3 |
| | |||||
* | reduce: separate batch calls | Martin Czygan | 2021-07-08 | 1 | -2/+7 |
| | |||||
* | update docs | Martin Czygan | 2021-07-07 | 1 | -3/+8 |
| | |||||
* | batcher: do not pass struct fields | Martin Czygan | 2021-07-05 | 1 | -4/+4 |
| | |||||
* | zipkey: add batch test | Martin Czygan | 2021-07-04 | 1 | -3/+7 |
| | |||||
* | wip: batch reducers | Martin Czygan | 2021-07-04 | 1 | -0/+69 |