|
|
|
|
|
by brendanyounger
876 days ago
|
|
I greatly respect what Stu and Rich have done to make Datomic. However, they made an explicit design decision to not include a query optimizer and execute the clauses as they were written. This is usually fine since the author has some idea of what the best order is, but there are O(2^k) different permutations of clauses so doing it by hand will fail at some point (if you want the optimal ordering). |
|