{ "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.1", "maintainer": ["Konstantin Kninzhik "], "license": { "PostgreSQL": "http://www.postgresql.org/about/licence" }, "release_status": "testing", "prereqs": { "runtime": { "requires": { "plpgsql": 0, "PostgreSQL": "9.2.0" }, "recommends": { "PostgreSQL": "9.3.0" } } }, "provides": { "imcs": { "file": "imcs--1.1.sql", "docfile": "user_guide.html", "version": "0.1.0", "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" } }