Skip to content

Commit d2b179f

Browse files
committed
Add META.json file
1 parent 2e03da3 commit d2b179f

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

Diff for: META.json

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "VOPS",
3+
"abstract": "Vectorized Operations",
4+
"description": "Vectorized executor and tile storage based on Postgres used defined types and operators. Provides 10x times speedup on TPC-H Q1",
5+
"version": "2.0.1",
6+
"maintainer": ["Konstantin Kninzhik <[email protected]>"],
7+
"license": {
8+
"PostgreSQL": "http://www.postgresql.org/about/licence"
9+
},
10+
"release_status": "stable",
11+
"provides": {
12+
"vops": {
13+
"file": "vops--1.0.sql",
14+
"docfile": "README.md",
15+
"version": "2.0.1",
16+
"abstract": "Vectorized Operations"
17+
}
18+
},
19+
"tags": ["columnar store", "vertical", "analytic", "OLAP", "VOPS", "timeseries", "TPC-H", "vectorized executor", "vectorized operations"],
20+
"resources": {
21+
"repository": {
22+
"url": "https://github.com/postgrespro/vops.git",
23+
"web": "https://github.com/postgrespro/vops",
24+
"type": "git"
25+
},
26+
"bugtracker": {
27+
"web": "https://github.com/postgrespro/vops/issues"
28+
}
29+
},
30+
"generated_by": "Konstantin Knizhnik",
31+
"meta-spec": {
32+
"version": "1.0.0",
33+
"url": "http://pgxn.org/meta/spec.txt"
34+
}
35+
}

0 commit comments

Comments
 (0)