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
In Flint 0.1, #57 added RECOVER INDEX JOB statement for index refresh job restart. There are other useful management statements still missing, such as show index refresh status and progress, stop index auto refresh etc.
What solution would you like?
SHOW INDEX JOB statement shows job info that may include:
a. Job status (refreshing or terminated)
b. Progress (how many files are refreshed)
c. Last update time (heartbeat timestamp)
CANCEL INDEX JOB statement terminates the refresh job (index data will be stale later). Example use includes:
a. Current index data is sufficient for user;
b. Gracefully stop the refresh job before internal deployment
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
In Flint 0.1, #57 added
RECOVER INDEX JOB
statement for index refresh job restart. There are other useful management statements still missing, such as show index refresh status and progress, stop index auto refresh etc.What solution would you like?
SHOW INDEX JOB
statement shows job info that may include:a. Job status (refreshing or terminated)
b. Progress (how many files are refreshed)
c. Last update time (heartbeat timestamp)
CANCEL INDEX JOB
statement terminates the refresh job (index data will be stale later). Example use includes:a. Current index data is sufficient for user;
b. Gracefully stop the refresh job before internal deployment
The text was updated successfully, but these errors were encountered: