terminusdb-store
terminusdb-store copied to clipboard
a tokio-enabled data store for triple data
Hi! Recently I checked Profile-Guided Optimization (PGO) improvements on multiple projects. The results are [here](https://github.com/zamazan4ik/awesome-pgo/). Since PGO shows improvements for many workloads (including many [databases](https://github.com/zamazan4ik/awesome-pgo#databases) like SQLite), I think trying...
Implementation of the three-way-merge relative to the merge base as described in [Decentralized Collaborative Knowledge Management using Git](https://arxiv.org/abs/1805.03721). Essentially, any triple that existed in the merge base and has been...
Often database label (the name of a graph) needs to be a URI. However, this conflicts with the file system when directory store is used. The proposed solution is to...
Adding fixes to get rid of clippy warnings
We have two big storage format kinds, namely stringy and biginty. These are all saved in typed dicts in exactly the same format, and therefore can be extracted in exactly...
Layers are currently never deleted. We should have some sentinel process to delete unused layers.
Our current iterators drill down the entire layer stack to find triples, returning them in a stable order. This order is stable even if you do delta rollups, which allows...
A lot of the data structures are currently written around the idea that we're persisting layers directly to some persistent storage. The memory store is then implemented as a special...
This is an issue where we track ideas for names that we would like to consider changing. We may come back to this in the future to wrap them all...