摘要:
一、直接删除大Key的风险 DEL命令在删除单个集合类型的Key时,命令的时间复杂度是O(M),其中M是集合类型Key包含的元素个数。 DEL keyTime complexity: O(N) where N is the number of keys that will be removed. W 阅读全文
摘要:
InnoDB: Corrupted page [page id: space=0, page number=0] of datafile './ibdata1' could not be found in the doublewrite buffer. 具体信息如下图: 结论,如果磁盘空间没忙,那么 阅读全文