Giter Club home page Giter Club logo

Comments (3)

anuchak avatar anuchak commented on September 25, 2024

I ran the queries on Neo4j v5.2.0 to confirm the results, it is taking too much time for path length 30 so I had to reduce it to length 2 and 3.
The current master branch's results don't match results from Neo4j.

Neo4j execution:
Screenshot from 2023-08-02 14-44-11

Current master branch results:
Screenshot from 2023-08-02 14-46-16

My branch results (nTkS scheduler):
Screenshot from 2023-08-02 14-55-03

from kuzu.

anuchak avatar anuchak commented on September 25, 2024

Queries run on LDBC-100, difference in the results:

Neo4j | Kuzu (master branch) | Kuzu (nTkS)

Query: MATCH (a:Person)-[r:knows* SHORTEST 1..2]->(b:Person) WHERE a.ID = 94 RETURN count(*);

2070 | 2071 | 2070

Query: MATCH (a:Person)-[r:knows* SHORTEST 1..2]->(b:Person) WHERE a.ID = 933 RETURN count(*);

4763 | 4765 | 4763

Query: MATCH (a:Person)-[r:knows* SHORTEST 1..3]->(b:Person) WHERE a.ID = 94 RETURN count(*);

66396 | 66428 | 66396

from kuzu.

WWW0030 avatar WWW0030 commented on September 25, 2024

Reran the queries and the results are now matching between kuzu and neo4j

image

Will put in a PR to re-enable queries

from kuzu.

Related Issues (20)

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.