From: Devrim Gunduz Date: Thu, 13 Feb 2025 11:02:19 +0000 (+0300) Subject: Add pg_strom link X-Git-Url: http://git.postgresql.org/gitweb/%7Burl%7D?a=commitdiff_plain;h=baf2d5024e7c0b19ecc6a2810db9bf84a84c4e0c;p=pgyum-website.git Add pg_strom link --- diff --git a/templates/pages/extensions.html b/templates/pages/extensions.html index 11cfdea..b009656 100644 --- a/templates/pages/extensions.html +++ b/templates/pages/extensions.html @@ -325,6 +325,7 @@ periods : Recreates the behavior defined in SQL:2016 (originally in SQL:2011) around periods and tables with SYSTEM VERSIONING
pg_background : Allows you to execute arbitrary SQL commands in background worker processes within PostgreSQL
pg_ivm : pg_ivm is a way to make materialized views up-to-date in which only incremental changes are computed and applied on views rather than recomputing the contents from scratch as REFRESH MATERIALIZED VIEW does
+ pg_strom : PG-Strom is designed to accelerate mostly batch and analytics workloads with utilization of GPU and NVME-SSD, and Apache Arrow columnar
pgvector : Open-source vector similarity search for Postgres
plproxy : Database partitioning system implemented as PL language
temporal_tables : Table that records the period of time when a row is valid