开表是一种更新内存中表的元信息的操作,当表上的索引失效等情况下,需要重新开表。
ALTER TABLE table_name REOPEN;
table_name:表名
table_name
对表person_info重新开表。
ALTER TABLE person_info REOPEN;