Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: avoid materializing ProductValue in CommittedState::merge #2013

Open
Centril opened this issue Nov 27, 2024 · 1 comment
Open

perf: avoid materializing ProductValue in CommittedState::merge #2013

Centril opened this issue Nov 27, 2024 · 1 comment
Assignees

Comments

@Centril
Copy link
Contributor

Centril commented Nov 27, 2024

Instead:

  1. return a list of RowRefs pointing into the committed state,
  2. return a Table of all the deleted rows.

Hand these to the commitlog which will convert to bsatn and subscriptions engine, which can work with bflatn directly.

@Centril
Copy link
Contributor Author

Centril commented Nov 27, 2024

This is a prerequisite of #2014

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

No branches or pull requests

1 participant