Commit 67bd156
Fix migration issue discovered when restoring an OpenCRVS instace with a large number of records (#9398)
* Reduce record aggregation query memory usage by not grouping all records into a single array
* Update CHANGELOG.md
---------
Co-authored-by: Riku Rouvila <[email protected]>1 parent e031ba5 commit 67bd156
File tree
2 files changed
+4
-13
lines changed- packages/search/src/features/records
2 files changed
+4
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
| 431 | + | |
| 432 | + | |
444 | 433 | | |
445 | 434 | | |
446 | 435 | | |
| |||
0 commit comments