An error occurred fetching the project authors.
- 23 Feb, 2021 1 commit
-
-
Jan Provaznik authored
If number of epic ids we pass to BulkEpicAggregateLoader reaches a limit (~200), then postgres uses a different plan for the query which is much slower. To avoid this situation, we get this metadata in two phases: 1. get epic ids for epics and its descendants (we use pluck because this query is recursive and find_each wouldn't help here) 2. we iterate in batches and get metadata for each of batch
-
- 09 Mar, 2020 3 commits
-
-
charlieablett authored
-Don't even add up the direct sums until we're ready to calculate everything - Modify tests - Make constants consistent COUNT_FACET is just COUNT - Add limit to db call
-
charlieablett authored
- Rename immediate to direct - Another matcher for calculated as well as direct sums - Remove unneeded constant methods - Test epic node state - Simplify epic tree load methods - Combine epic children and direct total assembly
-
charlieablett authored
- Remove utility classes - Store more state in EpicNode
-