Skip to content

Commit 6504d97

Browse files
committed
NEWS.md: Mention pruning in the release notes
1 parent 705db27 commit 6504d97

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
- the behavior for `graphman prune` has changed: running just `graphman
6+
prune` will mark the subgraph for ongoing pruning in addition to
7+
performing an initial pruning. To avoid ongoing pruning, use `graphman
8+
prune --once` ([docs](./docs/implementation/pruning.md))
59
- the materialized views in the `info` schema (`table_sizes`, `subgraph_sizes`, and `chain_sizes`) that provide information about the size of various database objects are now automatically refreshed every 6 hours. [#4461](https://github.com/graphprotocol/graph-node/pull/4461)
610

711
### Fixes

0 commit comments

Comments
 (0)