On 04/11/13 12:22, Claude Warren wrote:
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


Good idea.

How would you see the change being made? (any transition process?)

        Andy

Reply via email to