You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the REST API is used to upload thousands of records it would be more efficient to do this in bulk to avoid the overhead of thousands of HTTP request. Using elasticsearch REST API as model, something like a POST <prefix>/_bulk endpoint would probably be the best way instead of overloading the POST <prefix>/ endpoint.
The text was updated successfully, but these errors were encountered:
When the REST API is used to upload thousands of records it would be more efficient to do this in bulk to avoid the overhead of thousands of HTTP request. Using elasticsearch REST API as model, something like a
POST <prefix>/_bulk
endpoint would probably be the best way instead of overloading thePOST <prefix>/
endpoint.The text was updated successfully, but these errors were encountered: