github vaticle/typedb 1.8.4
Grakn Core 1.8.4

latest releases: 2.28.3, 2.28.3-rc0, 2.28.2-rc1...
3 years ago

Install & Run: http://dev.grakn.ai/docs/running-grakn/install-and-run

Highlight: up to 2x faster at writes!

New Features

  • Add new configs that speed up JanusGraph.
    To sharply improve the performance of Graql insert queries.
    We found a number of points in the JanusGraph internal code that were blocking the main thread for no apparent purpose. These configuration settings patch out those blocks - or rather, drastically reduce their blocking times.

Bugs Fixed

  • Fix to Schema Export so that rules are also exported.
    We complete the the schema export functionality, including missing rules in the printed schema when calling ./grakn export [keyspace] [filename].grakn

Code Refactors

  • changed all occurrences of "predicateVar" to "typeVar".
    Changed all occurrences of "predicateVar" to "typeVar". This is a more accurate description, since a predicate variable is impossible in first order logic
    This will make rewriting of the reasoner easier in the next few months.

Other Improvements

  • Bump VERSION to 1.8.4 for release.
    Bump VERSION to 1.8.4 for release

Don't miss a new typedb release

NewReleases is sending notifications on new releases.