|
|
StringStore
Architecture for StringStore
Where to store the strings?
They could either live as RDF literals or be treated like binary content.
In the end we want both to be indexed and both to be versioned, so maybe putting content in the binary store is the better option - to keep the RDF model smaller in size, which makes versioning easier.
Option 1: Storing strings in RDF
Option 2: Storing strings in binstore (e.g. JCR)
Sign in to add a comment
