文件首頁
MySQL 8.4 參考手冊
相關文件 下載本手冊
PDF (美式信紙) - 39.9Mb
PDF (A4) - 40.0Mb
Man Pages (TGZ) - 258.5Kb
Man Pages (Zip) - 365.5Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


25.6.17.40 ndbinfo index_columns 表格

此表格提供關於 NDB 表格上索引的資訊。此處列出 index_columns 表格的欄位,以及簡短描述

  • table_id

    定義索引的 NDB 表格的唯一 ID

  • 包含此表格的資料庫名稱

    varchar(64)

  • table_name

    表格名稱

  • index_object_id

    此索引的物件 ID

  • index_name

    索引名稱;如果索引沒有命名,則使用索引中第一個欄位的名稱

  • index_type

    索引類型;通常為 3 (唯一雜湊索引) 或 6 (排序索引);值與 dict_obj_types 表格的 type_id 欄位中的值相同

  • status

    newchangedretrievedinvalidaltered 其中之一

  • columns

    組成索引的欄位清單,以逗號分隔