Add pg_strom link
authorDevrim Gunduz <[email protected]>
Thu, 13 Feb 2025 11:02:19 +0000 (14:02 +0300)
committerDevrim Gunduz <[email protected]>
Thu, 13 Feb 2025 11:02:19 +0000 (14:02 +0300)
templates/pages/extensions.html

index 11cfdeaa0c1f4d7badcdfc435a222a394bc96108..b00965671548ce2d71426ff2356af39383945d3a 100644 (file)
                <a href="/extensions/periods">periods</a> :<code> Recreates the behavior defined in SQL:2016 (originally in SQL:2011) around periods and tables with SYSTEM VERSIONING</code> <br>
                <a href="/extensions/pg_background">pg_background</a> :<code> Allows you to execute arbitrary SQL commands in background worker processes within PostgreSQL</code> <br>
                <a href="/extensions/pg_ivm">pg_ivm</a> :<code> 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</code> <br>
+               <a href="/extensions/pg_strom">pg_strom</a> :<code> PG-Strom is designed to accelerate mostly batch and analytics workloads with utilization of GPU and NVME-SSD, and Apache Arrow columnar</code><br>
                <a href="/extensions/pgvector">pgvector</a> :<code> Open-source vector similarity search for Postgres</code> <br>
                <a href="/extensions/plproxy">plproxy</a> :<code> Database partitioning system implemented as PL language</code> <br>
                <a href="/extensions/temporal_tables">temporal_tables</a> :<code> Table that records the period of time when a row is valid</code> <br>