You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/11/15 17:07:27 UTC

[GitHub] [pulsar] merlimat commented on pull request #12776: [metadata] Add RocksdbMetadataStore

merlimat commented on pull request #12776:
URL: https://github.com/apache/pulsar/pull/12776#issuecomment-969120940


   > RocksDB is only local, so you could use this mostly only for Pulsar Standalone.
   
   Yes, that's the only point of it.
   
   > Why should I use RocksDB and not ZooKeeper for Pulsar Standalone ?
   > Starting RocksDB vs Starting ZooKeeper is not a big difference.
   
   Not really, there is a *huge* difference in performance and, much more important, in resources usage.
   
   Pulsar in Standalone mode is not a distributed system, so it doesn't need any of the feature that ZK provides.
   
   
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org