Integer-to-integer key/value store for analytic workloads.
pgext.cloud · Source code · Documentation · License text · Control file · PGXN
| Package | istore |
|---|---|
| Version | 0.1.12 |
| PostgreSQL versions | 10 · 11 · 12 · 13 · 14 · 15 · 16 |
| Repository | Unspecified |
| Extension type | Standard |
| Project status | Active |
| Requires CREATE EXTENSION | Yes |
| Requires preload | No |
| Trusted | No |
| Relocatable | Yes |
| Stars | 35 |
| Latest commit | 2025-03-14 |
| Latest release | 2023-11-21 |
| Catalogue updated | 2026-08-30 |
| hstore | data type for storing sets of (key, value) pairs |
| pgkv | Redis-like key-value store for PostgreSQL using JSONB-backed PL/pgSQL functions |
| pair | A key/value pair data type for PostgreSQL |
| kv_fdw | Foreign data wrapper for key-value storage backed by RocksDB/VidarDB. |
| pg_consul | C++ PostgreSQL extension exposing SQL functions for Consul status, catalog, and key-value APIs. |
| hstore_ops | Alternative GIN operator classes for hstore, optimized for smaller indexes and faster containment queries. |
| lsm | RocksDB foreign data wrapper for PostgreSQL |
| hstore_hash_ops | PostgreSQL hstore GIN operator classes: hash and exact pair indexes |