elasticsearch - is it safe that multi elastic search client create the same index at the same time? -


is safe multi elastic search client create same index @ same time?

an example using date index name, when new day came, many clients try write not exist index, , lead create new index.

i didn't found related information official documents.

the problem writing non existing index creates index(probably without mapping wish for). don't need worry creating index same name because won't happen.


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -