moar verbose comment [ci skip]
This commit is contained in:
parent
7bd6a450a0
commit
d1a82d288d
1 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
||||||
# NOTE: this migration will remove a lot of unused rows. It is highly suggested
|
# NOTE: this migration will remove a lot of unused rows. It is highly suggested
|
||||||
# that you run `OPTIMIZE TABLE share_visibilities` after this
|
# that you run `OPTIMIZE TABLE share_visibilities` after this
|
||||||
|
# `OPTIMIZE NO_WRITE_TO_BINLOG TABLE share_visibilities;` will run faster but has a greater chance of corrupting data
|
||||||
|
# and will only work on an unsharded database (which should be the case for everyone right now)
|
||||||
|
# you probably want to backup your db before you do any of this.
|
||||||
|
|
||||||
|
|
||||||
# migration is complete.
|
# migration is complete.
|
||||||
#
|
#
|
||||||
# caution: you may want to take your pod offline during the OPTIMIZE command.
|
# caution: you may want to take your pod offline during the OPTIMIZE command.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue