-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMETA.json
More file actions
52 lines (52 loc) · 1.77 KB
/
Copy pathMETA.json
File metadata and controls
52 lines (52 loc) · 1.77 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "pgcolumnar",
"abstract": "Analytic column storage for PostgreSQL, built as a native table access method",
"description": "pgColumnar is a columnar storage table access method for PostgreSQL, written as a clean-room, MIT-licensed implementation. It reads and writes its own native format, PGCN v1, and supports chunk-group skipping from zone maps and bloom filters, vectorized aggregation, projections, retention, online compaction and reclustering, parallel bulk ingest and export, Apache Arrow and Parquet import and export, Apache Iceberg, and object storage.",
"version": "1.0.0-alpha.3",
"maintainer": [
"Joshua D. Drake <jd@commandprompt.com>"
],
"license": "mit",
"release_status": "unstable",
"provides": {
"pgcolumnar": {
"file": "pgcolumnar--1.0-alpha3.sql",
"docfile": "docs/index.md",
"version": "1.0.0-alpha.3",
"abstract": "Analytic column storage for PostgreSQL, built as a native table access method"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "15.0.0"
}
}
},
"resources": {
"homepage": "https://commandprompt.github.io/pgcolumnar/",
"bugtracker": {
"web": "https://github.com/commandprompt/pgcolumnar/issues"
},
"repository": {
"url": "https://github.com/commandprompt/pgcolumnar.git",
"web": "https://github.com/commandprompt/pgcolumnar",
"type": "git"
}
},
"generated_by": "Command Prompt, Inc.",
"tags": [
"columnar",
"analytics",
"table access method",
"olap",
"compression",
"parquet",
"arrow",
"iceberg"
],
"meta-spec": {
"version": "1.0.0",
"url": "https://pgxn.org/meta/spec.txt"
}
}