public class WikibaseStyleStatementInlineUriHandler
extends com.bigdata.rdf.internal.InlineURIHandler
Attempts to inline statements as a BigInteger. The sign and the top bits
contain the entity id and the uuid portion lives in the bottom 128 bits.
Since storing unsigned integer takes up such an incredible amount of space
this is unused. It really really really really bloats the index. This class
is more here are as a word of warning and historical artifact than anything
useful.
While it might be tempting to just encode the whole statement as a uuid and
throw away the leading entity id that is a huge mistake because it causes the
statements to get scattered along the index which causes mighty right
amplification during loads and updates and probably doesn't help query
performance either.