liangyepianzhou opened a new issue #11765:
URL: https://github.com/apache/pulsar/issues/11765


   **Is your feature request related to a problem? Please describe.**
   Add perf test for transaction.
   **Describe the solution you'd like**
   A transaction mainly includes the production and consumption of messages. So 
we can use a transaction including production and consumption as a unit, 
randomly abort and commit.
   
   The performance indicators are:
   - Total number of transactions Number of transactions per second
   - Total number of messages Number of messages per transaction Number of 
messages per second
   - The ratio of abort/commit
   
   **Describe alternatives you've considered**
   Separate production and consumption, so that each transaction only contains 
production or consumption, read-only write-only or read-write
   
   


-- 
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-unsubscr...@pulsar.apache.org

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


Reply via email to