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 -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

Command prompt result in label. Python 2.7 -