-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathMETA.json
35 lines (35 loc) · 1.25 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
{
"name": "imcs",
"abstract": "In-Memory Columnar Store",
"description": "IMCS provides columnar (vertical) store for PostgreSQL. It allows to reach 10-100 advantages in performance because of avoiding disk and MVCC overhead, vector operations, parallel execution and data skipping. IMCS providers a wide range of analytic operators.",
"version": "0.1.7",
"maintainer": ["Konstantin Kninzhik <knizhnik@garret.ru>"],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"release_status": "stable",
"provides": {
"imcs": {
"file": "imcs--1.1.sql",
"docfile": "user_guide.html",
"version": "0.1.7",
"abstract": "In-Memory Columnar Store"
}
},
"tags": ["columnar store", "vertical", "in-memory", "analytic", "OLAP", "IMCS", "timeseries"],
"resources": {
"repository": {
"url": "https://github.com/knizhnik/imcs.git",
"web": "https://github.com/knizhnik/imcs",
"type": "git"
},
"bugtracker": {
"web": "https://github.com/knizhnik/imcs/issues"
}
},
"generated_by": "Konstantin Knizhnik",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}