Skip to content

Commit 8265ae5

Browse files
committed
book: clarify datalog/datafrog differences
1 parent cd5641c commit 8265ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/rules/loans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The datalog rules below are considered the "naive" implementation, as it compute
6464

6565
Some trivial differences exist with the implementation:
6666
- the use of the `;` alternative operator in the rules
67-
- the use of worst-case optimal joins in the implementation
67+
- some API limitations about joins in the implementation, sometimes requiring intermediate steps per join (and these can sometimes be shared between different rules)
6868

6969
### Subsets between origins
7070

0 commit comments

Comments
 (0)