forked from wulczer/saio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMETA.json
39 lines (39 loc) · 1.04 KB
/
META.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "saio",
"abstract": "A join order search plugin using simulated annealing.",
"description": "Provides an experimental planner module that uses a randomised algorithm to try to find the optimal join order.",
"version": "0.0.2",
"maintainer": [
"Jan Urbański <[email protected]>"
],
"license": "postgresql",
"provides": {
"saio": {
"abstract": "A join order search module",
"file": "src/saio_main.c",
"docfile": "doc/saio.md",
"version": "0.0.1"
}
},
"release_status": "unstable",
"resources": {
"bugtracker": {
"web": "http://github.com/wulczer/saio/issues/"
},
"repository": {
"url": "git://github.com/wulczer/saio.git",
"web": "http://github.com/wulczer/saio/",
"type": "git"
}
},
"generated_by": "Jan Urbański",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"join ordering",
"saio",
"simulated annealing"
]
}