冷熱數據分離所需要的插件
更新時間 2025-02-05 09:37:12
最近更新時間: 2025-02-05 09:37:12
分享文章
本頁介紹天翼云TeleDB數據庫冷熱數據分離需要的插件。
創建datalake_fdw
teledb=# create extension datalake_fdw;
CREATE EXTENSION
創建pax
teledb=# create extension pax;
CREATE EXTENSION
創建teledbx_mls
teledb=# create extension teledbx_mls;
CREATE EXTENSION
查看所創建的插件
teledb=# \dx
List of installed extensions
Name | Version | Schema | Description
--------------+---------+------------+----------------------------------------------
datalake_fdw | 1.0 | public | DATALAKE Foreign Data Wrapper for Cloudberry
pax | 1.0 | pg_catalog | pax access method
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
teledbx_core | 1.0 | public | core module of teledbx
teledbx_mls | 1.0 | public | teledbx multi level security
(5 rows)