omnisketch
data structure for on-line agg of data into approximate sketch
Module:
Categories:
Overview
PIGSTY 3rd Party Extension: omnisketch : data structure for on-line agg of data into approximate sketch
Information
- Extension ID: 4640
- Extension Name:
omnisketch - Package Name:
omnisketch - Category:
FUNC - License: PostgreSQL
- Website: https://github.com/tvondra/omnisketch
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.0.2
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can not install to arbitrary schema
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- RPM Name:
omnisketch_$v* - RPM Ver :
1.0.2 - RPM Deps: N/A
- DEB Repo: PIGSTY
- DEB Name:
postgresql-$v-omnisketch - DEB Ver :
1.0.2 - DEB Deps: N/A
Availability
Installation
Install omnisketch via the pig CLI tool:
pig ext install omnisketch
Install omnisketch via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["omnisketch"]}' # -l <cls>
Install omnisketch RPM from YUM repo directly:
dnf install omnisketch_17*;
dnf install omnisketch_16*;
dnf install omnisketch_15*;
dnf install omnisketch_14*;
dnf install omnisketch_13*;
Install omnisketch DEB from APT repo directly:
apt install postgresql-17-omnisketch;
apt install postgresql-16-omnisketch;
apt install postgresql-15-omnisketch;
apt install postgresql-14-omnisketch;
apt install postgresql-13-omnisketch;
Create omnisketch extension on PostgreSQL cluster:
CREATE EXTENSION omnisketch;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.