devinbost commented on issue #4012: Adding upsert functionality
URL: https://github.com/apache/pulsar/pull/4012#issuecomment-481868321
 
 
   I wrote a Java method to performance test the process of creating components 
with the Pulsar Java Admin API, and it's orders of magnitude faster. (I was 
running Pulsar standalone locally in a docker container, but it's still 
indicative of the speedup.) Here's what I got:
   
   - Creation of 1000 tenants executed in 6411 milliseconds.
   - It then took an additional 48 milliseconds to get the results.
   
   So, it definitely appears that we can use the REST API to implement bulk 
operations because that performance is acceptable.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to