Currently graph.size() returns an int.  the maximum value for an int
is  2,147,483,647 (2.1 billion) though the model.size() returns a long.

Does it make sense to change the return type for graph.size() to long?

If not and a graph exceeds 2.1B triples should size just return
Integer.MAX_VALUE.

I ask as I am currently working on a project to load all of DBPedia (2.46
billion triples) into a graph.

Claude

-- 
I like: Like Like - The likeliest place on the web<http://like-like.xenei.com>
LinkedIn: http://www.linkedin.com/in/claudewarren

Reply via email to