github vaticle/typedb 2.1.1
TypeDB 2.1.1

latest releases: 2.28.0, 2.28.0-rc0, 2.27.0...
2 years ago

Install & Run: http://docs.vaticle.com/docs/running-typedb/install-and-run

New Features

Bugs Fixed

  • Unifiers include type requirements for all variables
    To ensure that answers are correctly filtered when only some of a rule's output are valid answers to the parent concludable, we must include type requirements on both thing and type variables in the unifier. This PR refactors and includes required types for all mapped variables in a unifier.

Code Refactors

  • Simplify resolver answer cache execution flow
    We improve the readability of the reasoner cache. This has been motivated by the need to easily reason when the reasoner will reiterate. In doing so we improve efficiency by omitting initialisation of a data traversal where cache subsumption can tell us that it is unnecessary to do so.

Other Improvements

Don't miss a new typedb release

NewReleases is sending notifications on new releases.