You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.
ali1rathore edited this page Sep 10, 2018
·
1 revision
Grammar
CLEAR [ ALL ] OLAP INDEX SEGMENTS <snap-qube> OF <fact-table> [ LISTONLY ]
Description
Use to clear disk caches on executor hosts. When ALL is specified, will clear all cached files; otherwise only
files of older segments will be removed.
Examples
-- to clear older files
clear olap index segments snap_index on fact_table;
-- to clear all files
clear ALL olap index segments snap_index of fact_table