-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA.json
34 lines (34 loc) · 1.01 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
{
"name": "lsm3",
"abstract": "LSM tree implemented using standard Postgres B-Tree indexes",
"description": "LSM3 provides fast inserts because of background index updates and improving index access locality.",
"version": "0.1.3",
"maintainer": ["Konstantin Kninzhik <[email protected]>"],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"provides": {
"lsm3": {
"file": "lsm3--1.0.sql",
"docfile": "README.md",
"version": "0.1.3",
"abstract": "LSM tree implemented using standard Postgres B-Tree indexes"
}
},
"tags": ["LSM", "Log-structured merge-tree"],
"resources": {
"repository": {
"url": "https://github.com/postgrespro/lsm3.git",
"web": "https://github.com/postgrespro/lsm3",
"type": "git"
},
"bugtracker": {
"web": "https://github.com/postgrespro/lsm3/issues"
}
},
"generated_by": "Konstantin Knizhnik",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
}
}