something between 100 millions and 1 billions, i guess.
the DB contain the result of my "collatz" code from 1 to 100 millions.

-- 
Ker2x

On Fri, Mar 26, 2010 at 11:40 AM, Tobias Ivarsson
<tobias.ivars...@neotechnology.com> wrote:
> If you have a large number of nodes it could be a truncation error from long
> to int somewhere, how many nodes to you estimate that you have?
>
> It is a bug so we will fix it, but if we know the approximate estimated size
> it would help in finding the cause.
>
> /Tobias
>
> On Fri, Mar 26, 2010 at 7:59 AM, Laurent Laborde <kerdez...@gmail.com>wrote:
>
>> my code do a :
>> System.out.println("Number of nodes : " +
>>
>> neo.getConfig().getNeoModule().getNodeManager().getNumberOfIdsInUse(Node.class));
>>
>> it print :
>> Number of nodes : -1
>>
>> why does it print -1 ?
>> how can i count node ?
>>
>> thank you :)
>>
>> --
>> Laurent "ker2x" Laborde
>> Sysadmin & DBA at http://www.over-blog.com/
>> _______________________________________________
>> Neo mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
>>
>
>
>
> --
> Tobias Ivarsson <tobias.ivars...@neotechnology.com>
> Hacker, Neo Technology
> www.neotechnology.com
> Cellphone: +46 706 534857
> _______________________________________________
> Neo mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>



-- 
Laurent "ker2x" Laborde
Sysadmin & DBA at http://www.over-blog.com/
_______________________________________________
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to