omnisketch

data structure for on-line agg of data into approximate sketch

Overview

PIGSTY 3rd Party Extension: omnisketch : data structure for on-line agg of data into approximate sketch

Information

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 EXTENSION DDL
  • 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

OS Arch PG17 PG16 PG15 PG14 PG13
el8 x86_64 omnisketch_17
PIGSTY 1.0.2
omnisketch_16
PIGSTY 1.0.2
omnisketch_15
PIGSTY 1.0.2
omnisketch_14
PIGSTY 1.0.2
omnisketch_13
PIGSTY 1.0.2
el8 aarch64 omnisketch_17
PIGSTY 1.0.2
omnisketch_16
PIGSTY 1.0.2
omnisketch_15
PIGSTY 1.0.2
omnisketch_14
PIGSTY 1.0.2
omnisketch_13
PIGSTY 1.0.2
el9 x86_64 omnisketch_17
PIGSTY 1.0.2
omnisketch_16
PIGSTY 1.0.2
omnisketch_15
PIGSTY 1.0.2
omnisketch_14
PIGSTY 1.0.2
omnisketch_13
PIGSTY 1.0.2
el9 aarch64 omnisketch_17
PIGSTY 1.0.2
omnisketch_16
PIGSTY 1.0.2
omnisketch_15
PIGSTY 1.0.2
omnisketch_14
PIGSTY 1.0.2
omnisketch_13
PIGSTY 1.0.2
d12 x86_64 postgresql-17-omnisketch
PIGSTY 1.0.2
postgresql-16-omnisketch
PIGSTY 1.0.2
postgresql-15-omnisketch
PIGSTY 1.0.2
postgresql-14-omnisketch
PIGSTY 1.0.2
postgresql-13-omnisketch
PIGSTY 1.0.2
d12 aarch64 postgresql-17-omnisketch
PIGSTY 1.0.2
postgresql-16-omnisketch
PIGSTY 1.0.2
postgresql-15-omnisketch
PIGSTY 1.0.2
postgresql-14-omnisketch
PIGSTY 1.0.2
postgresql-13-omnisketch
PIGSTY 1.0.2
u22 x86_64 postgresql-17-omnisketch
PIGSTY 1.0.2
postgresql-16-omnisketch
PIGSTY 1.0.2
postgresql-15-omnisketch
PIGSTY 1.0.2
postgresql-14-omnisketch
PIGSTY 1.0.2
postgresql-13-omnisketch
PIGSTY 1.0.2
u22 aarch64 postgresql-17-omnisketch
PIGSTY 1.0.2
postgresql-16-omnisketch
PIGSTY 1.0.2
postgresql-15-omnisketch
PIGSTY 1.0.2
postgresql-14-omnisketch
PIGSTY 1.0.2
postgresql-13-omnisketch
PIGSTY 1.0.2
u24 x86_64 postgresql-17-omnisketch
PIGSTY 1.0.2
postgresql-16-omnisketch
PIGSTY 1.0.2
postgresql-15-omnisketch
PIGSTY 1.0.2
postgresql-14-omnisketch
PIGSTY 1.0.2
postgresql-13-omnisketch
PIGSTY 1.0.2
u24 aarch64 postgresql-17-omnisketch
PIGSTY 1.0.2
postgresql-16-omnisketch
PIGSTY 1.0.2
postgresql-15-omnisketch
PIGSTY 1.0.2
postgresql-14-omnisketch
PIGSTY 1.0.2
postgresql-13-omnisketch
PIGSTY 1.0.2

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;




Last modified 2025-03-21: use global url (cc35107)