Skip to content

Commit

Permalink
Added impact of resetting projections base on gothub issue EventStore…
Browse files Browse the repository at this point in the history
  • Loading branch information
CindyLoMinChung committed Dec 23, 2024
1 parent d1bd648 commit 00b926c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/server/features/projections/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,3 +445,7 @@ to `true`.

**Default**: `false`

### Impact of resetting projections
Resetting a projection in EventStore will soft-delete the output streams associated with the projection. If 'TrackEmittedStreams' is enabled when the projection is created, it will also allow the projection subsystem to truncate all streams created by the projection.

The checkpoint will also be reset. This means that the projection will start processing events from the beginning of the event stream and not from the latest checkpoint.

0 comments on commit 00b926c

Please sign in to comment.