热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

usejustscrollinGETserach

Finallyremoves

Finally removes

1
scan

, per https://github.com/taskrabbit/elasticsearch-dump/pull/202

该提问来源于开源项目:elasticsearch-dump/elasticsearch-dump

Yep, we knew that this behavior would slow down in ES 2, and then be greatly improved in ES 3/5, where they optimized that sort specifically.



A great PR to add would be to determine the

1
--input

version of elasticsearch and decide how to handle that sort. I'm also not personally sure if we need a sort at all... and it the use of




1
scroll

on its own will maintain the sort. For elasticdump, we only need it to guarantee offsets via

1
skip

, so perhaps we can ignore the sort if there is no

1
--skip

option.


   



推荐阅读
author-avatar
泡泡
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有