Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
データベース内のテキストインデックスに関する統計情報を返します。
sa_text_index_stats( )
sa_text_index_stats システムプロシージャーは、データベース内のテキストインデックスごとに統計情報を表示するときに使用します。次の表に、sa_text_index_stats から返される情報を示します。
IMMEDIATE REFRESH テキストインデックスの場合、pending_length、deleted_length、last_refresh の値は 0 です。
MANUAL REFRESH テキストインデックスの場合、doc_length、pending_length、deleted_length を使用して、テキストインデックスを再表示するかどうかや、実行する再表示の種類 (再構築か増分か) を決定できます。
DBA 権限。
なし。
次の文は、データベース内のテキストインデックスごとに統計情報を返します。
CALL sa_text_index_stats( );