cch123 / blog_comment

comments of xargin.com
8 stars 0 forks source link

谈一谈es的优势和限制 #263

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

谈一谈es的优势和限制

http://xargin.com/some-things-about-es/

itcuihao commented 2 years ago

执行批量导入es数据后,_count会不准,需要过十几秒,这是为啥呢?想记录实际的导入成功量,是不是只能从bulk返回中记录了?

cch123 commented 1 year ago

执行批量导入es数据后,_count会不准,需要过十几秒,这是为啥呢?想记录实际的导入成功量,是不是只能从bulk返回中记录了?

有个 refresh_interval 的参数,如果设置了几十秒,查数据会有几十秒的延迟的