Skip to content

Skip persistence component registration option#9961

Open
awln-temporal wants to merge 1 commit intomainfrom
chasm-skip-persistence-if-unchanged
Open

Skip persistence component registration option#9961
awln-temporal wants to merge 1 commit intomainfrom
chasm-skip-persistence-if-unchanged

Conversation

@awln-temporal
Copy link
Copy Markdown
Contributor

What changed?

Skip persistence component registration option.

Why?

Optimize node persistence if mutable context was accessed, but no node data has changed. This implementation currently does a Proto.Equal comparison between the old and new snapshot, and runs once during CloseTransaction.

How did you test it?

  • built
  • run locally and tested manually
  • covered by existing tests
  • added new unit test(s)
  • added new functional test(s)

@awln-temporal awln-temporal requested a review from a team as a code owner April 15, 2026 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant