Update docs/en/operations/system-tables/replication_queue.md

Co-authored-by: tavplubix <tavplubix@gmail.com>
This commit is contained in:
sevirov 2021-04-21 19:30:04 +03:00 committed by GitHub
parent e6b73b8c4e
commit 176ca58e72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ Columns:
- `DROP_RANGE` — Delete the parts in the specified partition in the specified number range. - `DROP_RANGE` — Delete the parts in the specified partition in the specified number range.
- `CLEAR_COLUMN` — NOTE: Deprecated. Drop specific column from specified partition. - `CLEAR_COLUMN` — NOTE: Deprecated. Drop specific column from specified partition.
- `CLEAR_INDEX` — NOTE: Deprecated. Drop specific index from specified partition. - `CLEAR_INDEX` — NOTE: Deprecated. Drop specific index from specified partition.
- `REPLACE_RANGE` — Drop a certain range of partitions and replace them with new ones. - `REPLACE_RANGE` — Drop a certain range of parts and replace them with new ones.
- `MUTATE_PART` — Apply one or several mutations to the part. - `MUTATE_PART` — Apply one or several mutations to the part.
- `ALTER_METADATA` — Apply alter modification according to global /metadata and /columns paths. - `ALTER_METADATA` — Apply alter modification according to global /metadata and /columns paths.