You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use a private snapshot of the state of input relations to implement set semantics (ignore or fail on duplicates). We should use DD's upsert operator instead, which should be faster and use less memory at least when the input arrangement ends up being reused by some of the rules.
The text was updated successfully, but these errors were encountered:
ryzhyk
changed the title
Use the DD upsert operator instead of maintaining input state in DD.
Use the DD upsert operator instead of maintaining input state in DDlog.
Oct 13, 2021
We currently use a private snapshot of the state of input relations to implement set semantics (ignore or fail on duplicates). We should use DD's
upsert
operator instead, which should be faster and use less memory at least when the input arrangement ends up being reused by some of the rules.The text was updated successfully, but these errors were encountered: