SHOW TRASH

description

This statement is used to view trash used capacity on some backends.

  1. Syntax:
  2. SHOW TRASH [ON "BackendHost:BackendHeartBeatPort"];
  3. Explain:
  4. 1. Backend The format is BackendHost:BackendHeartBeatPort of the node.
  5. 2. TrashUsedCapacity Indicates that the trash data of the node occupies space.

example

  1. 1. View the space occupied by trash data of all be nodes.
  2. SHOW TRASH;
  3. 2. Check the space occupied by trash data of '192.168.0.1:9050'(The specific disk information will be displayed).
  4. SHOW TRASH ON "192.168.0.1:9050";

keyword

  1. SHOW, TRASH