{ "name": "pg_local_cache", "abstract": "Transaction-aware cache for PostgreSQL primary-key reads", "description": "pg_local_cache keeps hot whole rows in bounded PostgreSQL shared memory for explicit SQL mget and RESP reads. PostgreSQL remains authoritative, and writes publish transaction-aware invalidation fences before commit visibility.", "version": "2.0.1", "maintainer": [ "Maksim Bronnikov" ], "license": "mit", "release_status": "stable", "prereqs": { "runtime": { "requires": { "PostgreSQL": ">= 14.0.0, < 19.0.0" } } }, "provides": { "pg_local_cache": { "abstract": "Transaction-aware cache for SQL mget and RESP primary-key reads", "file": "sql/pg_local_cache--2.0.1.sql", "docfile": "README.md", "version": "2.0.1" } }, "resources": { "homepage": "https://profundium.github.io/pg_local_cache/", "bugtracker": { "web": "https://github.com/profundium/pg_local_cache/issues" }, "repository": { "url": "https://github.com/profundium/pg_local_cache.git", "web": "https://github.com/profundium/pg_local_cache", "type": "git" } }, "generated_by": "pg_local_cache maintainers", "meta-spec": { "version": "1.0.0", "url": "https://pgxn.org/meta/spec.txt" }, "tags": [ "cache", "performance", "shared-memory", "primary-key", "transactions", "sql", "postgresql" ], "no_index": { "directory": [ ".github", "assets", "docker", "scripts", "tests" ] } }