ldbc_snb_interactive_v1_impls VS benchgraph

Compare ldbc_snb_interactive_v1_impls vs benchgraph and see what are their differences.

ldbc_snb_interactive_v1_impls

Reference implementations for LDBC Social Network Benchmark's Interactive workload. (by ldbc)
snb
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ldbc_snb_interactive_v1_impls benchgraph
1 1
94 2
- -
7.1 4.8
5 months ago 15 days ago
Java TypeScript
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ldbc_snb_interactive_v1_impls

Posts with mentions or reviews of ldbc_snb_interactive_v1_impls. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-27.
  • Benchgraph Backstory: The Untapped Potential
    4 projects | dev.to | 27 Apr 2023
    At first, the plan was to use only the LDBC dataset and write different queries for the dataset, but LDBC has a set of well-designed queries that were specifically prepared to stress the database. Each query targets a special scenario, also called “chock point.” Not to be mistaken, they do not have deep graph traversal doing around 100 hops, but they are definitely more complex than the ones written for the Pokec dataset. There are two sets of queries for the LDBC SNB: interactive and business intelligence. LDBC provides a reference Cypher implementation for both of these queries for Neo4j. We took those queries, tweaked the data types, and made the queries work on Memgraph. Again, to be perfectly clear, this is NOT an official implementation of an LDBC Benchmark; this goes for both interactive and business intelligence queries. The queries were used as the basis for running the benchmark.

benchgraph

Posts with mentions or reviews of benchgraph. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-27.
  • Benchgraph Backstory: The Untapped Potential
    4 projects | dev.to | 27 Apr 2023
    During the run of a typical benchmark, you can run specific queries for a fixed period of time or take a chunk of queries, execute them, and measure elapsed time. Either way, you need a decent amount of queries (same query with different arguments), and for that, you need a bigger dataset. On top of that, testing performance on the more extensive scaled datasets is necessary. To put things into perspective for query requirements, on some of the queries that are being run, the database executes up to 300k queries or less, depending on the query complexity. For a detailed look into statistics, take a look at the benchmark.json file that holds all the results from the benchmarks. There you can see how many specific queries were executed per particular test.

What are some alternatives?

When comparing ldbc_snb_interactive_v1_impls and benchgraph you can also consider the following projects:

ldbc_snb_datagen_spark - Synthetic graph generator for the LDBC Social Network Benchmark, running on Spark

ldbc_snb_bi - Reference implementations for the LDBC Social Network Benchmark's Business Intelligence (BI) workload

ldbc_snb_datagen_hadoop - The Hadoop-based variant of the SNB Datagen