we want to handle a large amount of Things in Ditto. So my question: Is there a way to bulk create/read/update/delete? I wrote a test updating 10.000 features of Things in Ditto and this took >2min. I think this mainly is a result of issuing 10.000 HTTP Requests rather than the MongoDB performance - bulk operations would fix this.
Thanks in advance
Thomas
Eclipse Ditto does currently not support bulk updates. If this is a requirement for you I'd suggest to open an issue in the Eclipse Ditto repository, where this can be discussed.
If you'd like to get rid of the overhead for 10.000 Handshakes (each http request) you could also switch the protocol and either use websockets or the connectivity API of Eclipse Ditto. This should already provide a performance improvement.