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

Avoid nonsense with forward/backward joins #9

Open
visemet opened this issue Jul 17, 2013 · 0 comments
Open

Avoid nonsense with forward/backward joins #9

visemet opened this issue Jul 17, 2013 · 0 comments
Labels
Milestone

Comments

@visemet
Copy link
Owner

visemet commented Jul 17, 2013

Keep track of the two relations and perform the following operations.

  1. Perform a join between the received diff and the stored relation (yielding a diff)
  2. Emit this diff to all subscribers
  3. Apply the received diff to the (other) stored relation
visemet pushed a commit that referenced this issue Aug 5, 2013
Once #9 and #11 happen, new tests will be made.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant