gpt4 book ai didi

elasticsearch - 使用pyes,如何让elasticsearch选择索引ID?

转载 作者:行者123 更新时间:2023-12-03 02:05:30 24 4
gpt4 key购买 nike

以下是我的索引方式:

   conn = ES(['127.0.0.1:9200'],bulk_size=bulk_count)
conn.index(tj,data['index'],data['type'],str(uuid4()),bulk=True)

我正在使用uuid,但出于性能原因,宁愿让ES选择索引ID。如何在pyes中实现它,以便ES将自动创建索引ID?

谢谢

最佳答案

如果未设置ID,elasticsearch将自动为该文档生成一个ID。它将是UUID-1,出于性能方面的考虑会更好。

证明链接:
1. https://www.elastic.co/guide/en/elasticsearch/guide/current/indexing-performance.html#_other
2. http://blog.mikemccandless.com/2014/05/choosing-fast-unique-identifier-uuid.html

因此,最好的选择-使用零填充的顺序ID。

关于elasticsearch - 使用pyes,如何让elasticsearch选择索引ID?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27140850/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com