Hi,

Adding a literal (with average size around ~400 bytes if the numbers
are correct) should not result in such a big difference of injection
times.

Could you give some more information regarding setup so we can track
down the cause of this. Good things to know would be:

o java version and jvm switches/configuration (heap size, gc settings etc)
o amount of RAM on the machine
o neo4j kernel version (1.1-SNAPSHOT or 1.0?)
o configuration passed into the neo4j kernel if any
o size of the different store files in the neo4j db directory (after
injection of data)

Regards,
Johan

On Fri, May 7, 2010 at 10:26 AM, Mattias Persson
<matt...@neotechnology.com> wrote:
> I'm not sure why it's taking such a long time, it shouldn't be that slow.
> I'll see if I can get time to look into that... but I don't know when
> exactly. Have you ran it through a profiler yourself? I think that's a good
> idea since I'm a little locked up right now :)
>
> Maybe the answer is obvious once I can look at such an output from a
> profiler!
>
> 2010/5/6 Lyudmila L. Balakireva <lu...@lanl.gov>
>
>> Hi,
>>
>> I am testing the neo4j with dbpedia data.  When I am loading   triples in
>> the form (URI,URI,URI)
>> the speed is good ( 10 mln in 2 min). The loading URI,URI,LITERAL is very
>> slow.   The Literal is mainly  chunks of text.
>> For example  shortabstract_en.nt with  2943434 records took 6.4 hrs to
>> load. The file size is  1194900107.
>>
>> Is it possible to optimize the loading of literals or it is better to
>> store abstracts somewhere else and keep pointer to some verbose text  in
>> neo4j?
>> What is  casing the dramatic difference in loading of the  verbose
>> literals?
>>
>> Thanks, Luda
_______________________________________________
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to