|
|
|
|
|
by anovick
531 days ago
|
|
SQL (and RDBMS in general) has its limitations, particularly with regards to recursive operations. An extended Datalog[1] can provide performance optimizations not available to RDBMS. [1]: https://dl.acm.org/doi/10.1145/3639271 |
|