ADMIN CLEAN TRASH

description

  1. This statement is used to clean up the trash data in the backend.
  2. Grammar:
  3. ADMIN CLEAN TRASH [ON ("BackendHost1:BackendHeartBeatPort1", "BackendHost2:BackendHeartBeatPort2", ...)];
  4. Explain:
  5. Take BackendHost:BackendHeartBeatPort to indicate the backend that needs to be cleaned up, and clean up all backends without adding the on limit.

example

  1. 1. Clean up the trash data of all be nodes.
  2. ADMIN CLEAN TRASH;
  3. 2. Clean up the trash data of '192.168.0.1:9050' and '192.168.0.2:9050'.
  4. ADMIN CLEAN TRASH ON ("192.168.0.1:9050","192.168.0.2:9050");

keyword

  1. ADMIN, CLEAN, TRASH