Git Product home page Git Product logo

Comments (1)

sarovios avatar sarovios commented on July 17, 2024

Hi,

Hello, for the SIW performance of the paper, first I don't see why you did the log of time in ms.
You could simply put the time in s for each block

As we note in the paper we used log of time for better representation, i.e. to allow the range of execution time to be displayed without small values being compressed down into bottom of the graph.

Second, the diagrams are not linear in the log scale. they are almost constant, and the time is a bit dropping (and does not mean that the actual execution time should grow exponentially with the graph size).

That was the outcome for the CW which is linear and not SIW.

After I re-executed your benchmarks, I saw that the time to insert 1000 edge drop a bit the more blocks are inserted, this is due to the fact that the nodes are already created in the graph and/or cached, so the average block insert speed gets a bit faster with time, but according to my observation, it's quite consistent constant speed: in the beginning 1000 edges insert cost 5260 ms, because potentially all the nodes in the 1000 edges need to be created.
Later on, after a million insert, the 1000 edges insert cost 2222 ms, because potentially all nodes are already cached/created,

That's correct. Also you need to take into account the cold cache effect of each database.

Thanks for your interest.
Cheers.

from graphdb-benchmarks.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.