You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: storage-node/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
-**Optimizations:** The way data objects / data object ids are queried and processed during sync and cleanup has been optimized:
4
4
- Sync and cleanup services now process tasks in batches of configurable size (`--syncBatchSize`, `--cleanupBatchSize`) to avoid overflowing the memory.
5
5
- Synchronous operations like `sort` or `filter` on larger arrays of data objects have been optimized (for example, by replacing `.filter(Array.includes(...))` with `.filter(Set.has(...))`).
6
-
- Enforced a limit of max. results per single GraphQL query to `10,000` and max input arguments per query to `1,000`
6
+
- Enforced a limit of max. results per single GraphQL query to `10,000` and max input arguments per query to `1,000`.
7
7
- Added `--cleanupWorkersNumber` flag to limit the number of concurrent async requests during cleanup.
8
8
- A safety mechanism was added to avoid removing "deleted" objects for which a related `DataObjectDeleted` event cannot be found in storage squid.
0 commit comments