TerminusDB Internals: Mutation in a Graph Database
terminusdb.com
TerminusDB Internals: Mutation in a Graph Database
1–7 of 7 posts
Re: TerminusDB Internals: Mutation in a Graph Database
#2Re: TerminusDB Internals: Mutation in a Graph Database
#3This is my account of how we took the idea of succinct data structures, and added mutability, thereby getting something which allows for git-like functionality, but also fast query and compact memory footprint.
Re: TerminusDB Internals: Mutation in a Graph Database
#4This is my account of how we took the idea of succinct data structures, and added mutability, thereby getting something which allows for git-like functionality, but also fast query and compact memory footprint.
Re: TerminusDB Internals: Mutation in a Graph Database
#5Re: TerminusDB Internals: Mutation in a Graph Database
#6This is my account of how we took the idea of succinct data structures, and added mutability, thereby getting something which allows for git-like functionality, but also fast query and compact memory footprint.
How good is the overall speed?
Re: TerminusDB Internals: Mutation in a Graph Database
#7TerminusDB is written in Prolog, pretty cool. See eg https://github.com/terminusdb/terminusdb/blob/main/src/core/...