Stefan,
We are going to release first version of implementation of new relations in
graphdb which is sometimes 20x (that is true) times faster than current one.
Aslo data structure is used in this relations was tested by Kai Londenberg
and he confirmed
https://groups.google.com/forum/#!searchin/orient-database/sbtreebansai/orient-database/ltNElAF0H_o/uQOwqAliUH8Jthat
even on millions of relations there is no performance degradation.

I attached also early benchmarks, that is benchmark of import or Wikipedia
data in OrientDB.

Firs line amount of records, second line time spent for insertion of 100
000 records.

Full benchmark which we will run during 12 hours will be published at
Monday (ridbag is new impl ridset is old impl).


About your question in case of more than 50 links (roughly speaking) these
links are stored in separate data structure so you  should not worry about
oversize.


On Fri, Jan 24, 2014 at 1:21 PM, <ste...@activitystream.com> wrote:

> Hi,
>
> I have a potential use case where I have a very high number of edges
> (millions) for a document and I'm wondering if I should change them to
> one-directional links from the other site.
>
> Is there a practical limit to the number of edges for a vertex? (not
> theoretical)
> This is not a common case so I wonder if I should leave the oversize
> attribute at 2 or increase the default.
>
> Regards,
>   -Stefán
>
>
>
>
> On Friday, 24 January 2014 09:28:08 UTC, Andrey Lomakin wrote:
>
>> Hi Stefan,
>> It affects edge creation so better do not set it to 0
>>
>>
>>
>> On Fri, Jan 24, 2014 at 10:49 AM, <ste...@activitystream.com> wrote:
>>
>>> Hi,
>>>
>>> I'm persisting vertexes as append-only which will not be altered.
>>>  In some cases edges might be added later for that that document (ACL).
>>>
>>> Is it good for me to set oversize=0 or does that in any way affect the
>>> creation of the new edges?
>>>
>>> Regards,
>>>  - Stefan
>>>
>>> --
>>>
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "OrientDB" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to orient-databa...@googlegroups.com.
>>>
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>
>>
>> --
>> Best regards,
>> Andrey Lomakin.
>>
>> Orient Technologies
>> the Company behind OrientDB
>>
>>   --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "OrientDB" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to orient-database+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Best regards,
Andrey Lomakin.

Orient Technologies
the Company behind OrientDB

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
NumRecords,timeForLast100000Records(ms)
100000,47253
200000,43958
300000,46107
400000,48085
500000,49418
600000,51253
700000,53553
800000,53286
900000,56010
1000000,55289
1100000,59541
1200000,57625
1300000,61908
1400000,56377
1500000,60197
1600000,65489
1700000,64426
1800000,66461
1900000,70900
2000000,57842
2100000,64334
2200000,62981
2300000,72936
2400000,62439
2500000,65348
2600000,66146
2700000,80882
2800000,479465
2900000,561867
3000000,430317
3100000,442900
3200000,539006
3300000,67560
3400000,69867
3500000,74155
3600000,70768
3700000,70585
3800000,76804
3900000,75076
4000000,78726
4100000,80337
4200000,71217
NumRecords,timeForLast100000Records(ms)
100000,28605
200000,27213
300000,27908
400000,29414
500000,29457
600000,28992
700000,30161
800000,29746
900000,30064
1000000,31218
1100000,30585
1200000,31143
1300000,31271
1400000,31356
1500000,31103
1600000,32615
1700000,31276
1800000,32142
1900000,32974
2000000,31927
2100000,33189
2200000,32858
2300000,33183
2400000,32291
2500000,33524
2600000,33895
2700000,34387
2800000,34989
2900000,34735
3000000,34439
3100000,34018
3200000,33643
3300000,32402
3400000,33803
3500000,34257
3600000,34482
3700000,34398
3800000,34130
3900000,34383
4000000,34763
4100000,36516
4200000,34455
4300000,34323

Reply via email to