some implementation details are among the docs, like for TDB you can see here: https://jena.apache.org/documentation/tdb/architecture.html

Execution via ARQ can be found here: https://jena.apache.org/documentation/query/arq-query-eval.html

In general, I think Jena also follows the Volcano design for query evaluation which is quite common for databases in general.


More pointers and information is provided soon by Andy for sure ...

On 22.08.21 01:24, graham wrote:
Hi

I was wondering if there is any documentation, other than the code and comments, about how Jena stores data on disk (e.g. the RDF equivalents of things like record layouts, record linkages, etc)?

Also is there any similar documentation for how Jena executes queries (e.g. things like stream structure, buffering, operator parallelism, etc)?

thanks

graham

Reply via email to