We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64764c8 commit 8a16569Copy full SHA for 8a16569
CHANGELOG.md
@@ -14,6 +14,8 @@ If you were at `firehose-core` version `1.0.0` and are bumping to `1.1.0`, you s
14
15
* Tier2 jobs now write mapper outputs "as they progress", preventing memory usage spikes when saving them to disk.
16
* Tier2 jobs now limit writing and loading mapper output files to a maximum size of 8GiB by default.
17
+* Tier2 jobs now release existingExecOuts memory as blocks progress
18
+* Speed up DeleteByPrefix operations on all tiers (5x perf improvement on some heavy substreams)
19
* Added`SUBSTREAMS_OUTPUT_SIZE_LIMIT_PER_SEGMENT` (int) environment variable to control this new limit.
20
* Added `SUBSTREAMS_STORE_SIZE_LIMIT` (uint64) env var to allow overwriting the default 1GiB value
21
* Added `SUBSTREAMS_PRINT_STACK` (bool) env var to enable printing full stack traces when caught panic occurs
0 commit comments