会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
_johnson
博客园
首页
新随笔
联系
订阅
管理
03 2023 档案
ES 单索引大表拆分
摘要:使用reindex 命令进行拆分,具体流程如下: //1.查询原表,拿到表结构 GET big_data/_search //3.调整刷新策略 PUT sm_data_1/_settings {"refresh_interval": "1s"} //5.同步数据 POST _reindex?wait
阅读全文
posted @
2023-03-14 14:32
Johnson_wang
阅读(243)
评论(0)
推荐(0)
公告