NativeStore and ID overflow #3331
-
Hello, NativeStore internally uses int-based IDs for references to values (literals, blank nodes, IRIs). Thank you and best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Theoretically, yes, but given that integer max is over 2 billion, and the scalability of the native store in practice tops out about around 500-700 million triples, there is little danger of hitting that overflow. Keep in mind that even very large datasets will (typically) contain a much smaller number of distinct values, as quite a lot of triples will reuse existing values (especially subjects and properties). |
Beta Was this translation helpful? Give feedback.
Theoretically, yes, but given that integer max is over 2 billion, and the scalability of the native store in practice tops out about around 500-700 million triples, there is little danger of hitting that overflow. Keep in mind that even very large datasets will (typically) contain a much smaller number of distinct values, as quite a lot of triples will reuse existing values (especially subjects and properties).