I currently have a document of Elastic Search. My document has approximately 12000 fields.
I'll try to update partially.
Currently I am using Rest High level Client in Spring Framework.
-
Just Push all data to POST
-
Using partial update
Which can be faster in performance?