返回顶部 paly-小飞机
  2022年4月23日
摘要: 1.清除内存缓存(慎用) > sync > sync > sync > echo 1 > /proc/sys/vm/drop_caches > echo 2 > /proc/sys/vm/drop_caches > echo 3 > /proc/sys/vm/drop_caches 2.关闭系统防火 阅读全文
posted @ 2022-04-23 16:07 cglmj 阅读(32) 评论(0) 推荐(0)
摘要: 1.添加表字段索引 -- 删除已存的索引 drop index if exists public.tableA_id_index; -- 添加新索引 create index tableA_id_index on public.tableA (id); 2.数据库完整备份 操作环境:windows系 阅读全文
posted @ 2022-04-23 15:42 cglmj 阅读(159) 评论(0) 推荐(0)