aboutsummaryrefslogtreecommitdiffstats
path: root/skate/zipkey/batch.go
Commit message (Collapse)AuthorAgeFilesLines
* minor doc fixesMartin Czygan2021-07-211-3/+6
|
* update docsMartin Czygan2021-07-141-3/+4
|
* reduce: small tweaksMartin Czygan2021-07-131-3/+3
|
* batch: drop loggingMartin Czygan2021-07-101-4/+0
|
* batch: log batch sizeMartin Czygan2021-07-101-1/+1
|
* reduce: short circuit large groupsMartin Czygan2021-07-101-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 sizeMartin Czygan2021-07-091-1/+3
|
* update docsMartin Czygan2021-07-081-3/+3
|
* reduce: separate batch callsMartin Czygan2021-07-081-2/+7
|
* update docsMartin Czygan2021-07-071-3/+8
|
* batcher: do not pass struct fieldsMartin Czygan2021-07-051-4/+4
|
* zipkey: add batch testMartin Czygan2021-07-041-3/+7
|
* wip: batch reducersMartin Czygan2021-07-041-0/+69