摘要: 1. 插入数据 现在我们如果有大量的文档(例如10000000万条文档)需要写入es 的某条索引中,该怎么办呢? 1.1 顺序插入 import time from elasticsearch import Elasticsearch es = Elasticsearch() def timer(f 阅读全文
posted @ 2020-09-14 22:57 Hubery_Jun 阅读(11716) 评论(0) 推荐(0)