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

Triggers distributed execution process #653

Open
Konard opened this issue Nov 29, 2022 · 0 comments
Open

Triggers distributed execution process #653

Konard opened this issue Nov 29, 2022 · 0 comments

Comments

@Konard
Copy link
Owner

Konard commented Nov 29, 2022

Triggers are transformations on the transaction log.

That means we can have multiple workers that have a reconstruction of the full links store (database).

Each of the workers can handle only part of triggers for each event, thus making it possible to infinitely parallelize execution of triggers.

After each event it is possible to create a snapshot of all data, that is distributed to all works using transaction log broadcast. After each worker done their part, all parts can be merged back to the transaction log.

This is special case of map-reduce method.

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