gpt4 book ai didi

Elasticsearch中Mysql导入数据状态

转载 作者:行者123 更新时间:2023-11-29 21:26:28 27 4
gpt4 key购买 nike

我在我的应用程序中使用 Elasticsearch ,我的数据库有大约 150k 条记录。因此,当从mysql导入数据到我的应用程序时,至少需要20分钟。如何检查在elasticsearch中成功导入的mysql中的所有数据? Elasticsearch 中有没有命令来检查这个?

最佳答案

您可以使用elastisearch中的Count API来检查记录数。这就是发出curl请求的方式

例如:curl -XGET ' http://localhost:9200/my_index/_count '

这是您将得到的响应,count 中的值将是记录数。

{"count":12963,"_shards":{"total":1,"成功":1,"失败":0}}

欲了解更多信息,您可以查看此链接:https://www.elastic.co/guide/en/elasticsearch/reference/current/search-count.html

关于Elasticsearch中Mysql导入数据状态,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35480685/

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