On 22/02/12 19:01, Marcel Ferrante wrote:
The question is:
1.has this model a good performance ?
2.how store this using Jena SDB?
You should consider using use SDB through the API. This would mean yo
don't have to worry about the internal details. Maybe even store the
details in a separate store and use SPARQL to access it (e.g. Fuseki as
database layer).
The new documentation is incomplete (dont have an explanation for each
field, datatype, and how works) :
The G/S/P/O are ids (Id or Hash, depending on choice) in to the node table.
http://incubator.apache.org/jena/documentation/sdb/database_layouts.html
The exact layout details can be found in the source code for the
particular database you wish to use. slight variation for differnt
engines.
Andy