This is a read-only copy of the MariaDB Knowledgebase generated on 2024-11-15. For the latest, interactive version please visit https://mariadb.com/kb/.

ColumnStoreシステムデータベース

3つのシステムデータベースがMariaDB内に運用目的で生成されます。

  • calpontsys : ColumnStoreテーブルのメタデータを管理します。
  • infinidb_querystats : クエリパフォーマンス情報を管理します。詳細はColumnStoreにおけるクエリの分析を参照してください。
  • infinidb_vtable : クエリ実行の一部である一時テーブルの作成に使用されます。ColumnStoreクエリを実行するすべてのユーザーは、このデータベース上で、一時テーブルオプションを作成する必要があります。詳細についてはデータベースユーザー管理をご確認ください。
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.