Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rbench
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stefan Braß
rbench
Commits
cea378cf
Commit
cea378cf
authored
5 years ago
by
Stefan Braß
Browse files
Options
Downloads
Patches
Plain Diff
New Benchmarks
parent
eddf8fc4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
db/benchmarks.sql
+40
-24
40 additions, 24 deletions
db/benchmarks.sql
with
40 additions
and
24 deletions
db/benchmarks.sql
+
40
−
24
View file @
cea378cf
...
...
@@ -2,7 +2,7 @@
-- Project: ddbench - Deductive System and Database Benchmarks
-- Filename: db/benchmarks.sql
-- Purpose: Database for Benchmark Runs: List of Benchmarks
-- Last Change: 0
6.02
.2019
-- Last Change: 0
4.10
.2019
-- Language: SQL (Tested with PostgreSQL)
-- Author: Stefan Brass
-- EMail: brass@informatik.uni-halle.de
...
...
@@ -38,66 +38,82 @@
INSERT
INTO
BENCHMARK
VALUES
(
'
dblp
'
,
1
,
'
dblp
'
,
'
DBLP Benchmark
'
);
'
tcff
'
,
1
,
'
tc
'
,
'
Transitive Closure Benchmark without Query Bindings
'
);
INSERT
INTO
BENCHMARK
VALUES
(
'
j1axy'
,
2
,
'
j1
'
,
'T
he Join1 Benchmark, Query a(X,Y)
'
);
'
tcbf'
,
2
,
'
tc
'
,
'T
ransitive Closure Benchmark with the First Argument Bound
'
);
INSERT
INTO
BENCHMARK
VALUES
(
'
j1axyd'
,
3
,
'
j1
'
,
'T
he Join1 Benchmark (without duplicate elimination)
'
);
'
tcbfs'
,
3
,
'
tc
'
,
'T
ransitive Closure Benchmark, First Argument Bound, with SLDMagic
'
);
INSERT
INTO
BENCHMARK
VALUES
(
'tcf
f
'
,
4
,
'tc'
,
'Transitive Closure Benchmark with
out Query Bindings
'
);
'tcf
b
'
,
4
,
'tc'
,
'Transitive Closure Benchmark with
the Second Argument Bound
'
);
INSERT
INTO
BENCHMARK
VALUES
(
'
tcbf
'
,
5
,
'tc'
,
'
Tra
nsiti
ve Closure Benchmark with the First Argument Bound
'
);
'
path2
'
,
5
,
'tc'
,
'
Path co
nsi
s
ti
ng of two edges
'
);
INSERT
INTO
BENCHMARK
VALUES
(
'
tcbfs
'
,
6
,
'tc'
,
'
Tra
nsiti
ve Closure Benchmark, First Argument Bound, with SLDMagic
'
);
'
path3F
'
,
6
,
'tc'
,
'
Path co
nsi
s
ti
ng of three edges (flat version: join of all three)
'
);
INSERT
INTO
BENCHMARK
VALUES
(
'
tcfb
'
,
7
,
'tc'
,
'
Tra
nsiti
ve Closure Benchmark with the Second Argument Bound
'
);
'
path3L
'
,
7
,
'tc'
,
'
Path co
nsi
s
ti
ng of three edges (left nested join)
'
);
INSERT
INTO
BENCHMARK
VALUES
(
'sgff'
,
8
,
'tc'
,
'path3R'
,
8
,
'tc'
,
'Path consisting of three edges (right nested join)'
);
INSERT
INTO
BENCHMARK
VALUES
(
'sgff'
,
9
,
'tc'
,
'Same Generation Benchmark without Query Bindings'
);
INSERT
INTO
BENCHMARK
VALUES
(
'sgbf'
,
9
,
'tc'
,
'sgbf'
,
10
,
'tc'
,
'Same Generation Benchmark with First Argument Bound'
);
INSERT
INTO
BENCHMARK
VALUES
(
'sgfb'
,
1
0
,
'tc'
,
'sgfb'
,
1
1
,
'tc'
,
'Same Generation Benchmark with Second Argument Bound'
);
INSERT
INTO
BENCHMARK
VALUES
(
'wine'
,
11
,
'wine'
,
'j1axy'
,
12
,
'j1'
,
'The Join1 Benchmark, Query a(X,Y)'
);
INSERT
INTO
BENCHMARK
VALUES
(
'j1axyd'
,
13
,
'j1'
,
'The Join1 Benchmark (without duplicate elimination)'
);
INSERT
INTO
BENCHMARK
VALUES
(
'dblp'
,
14
,
'dblp'
,
'DBLP Benchmark'
);
INSERT
INTO
BENCHMARK
VALUES
(
'wine'
,
15
,
'wine'
,
'Wine Ontology Benchmark'
);
INSERT
INTO
BENCHMARK
VALUES
(
'win'
,
12
,
'tc'
,
'win'
,
16
,
'tc'
,
'win WFS Benchmark'
);
INSERT
INTO
BENCHMARK
VALUES
(
'loadd'
,
13
,
'dblp'
,
'loadd'
,
17
,
'dblp'
,
'Test of Loader for DBLP Data'
);
INSERT
INTO
BENCHMARK
VALUES
(
'loadt'
,
14
,
'tc'
,
'loadt'
,
18
,
'tc'
,
'Test of Loader for Transitive Closure'
);
INSERT
INTO
BENCHMARK
VALUES
(
'set1'
,
15
,
NULL
,
'set1'
,
19
,
NULL
,
'Test of Set Insertion and Lookup (One Column)'
);
INSERT
INTO
BENCHMARK
VALUES
(
'set2'
,
16
,
NULL
,
'set2'
,
20
,
NULL
,
'Test of Set Insertion and Lookup (Two Columns)'
);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment