emqx / mria

Asynchronously replicated Mnesia-like database for Erlang/Elixir
https://www.emqx.com
Apache License 2.0
120 stars 23 forks source link

feat: wrap mria ro_transaction with maybe_middleman/3 #134

Closed SergeTupchiy closed 1 year ago

SergeTupchiy commented 1 year ago

This will improve mria:r_transaction/2 performance when a caller process has a long message queue.

Closes: EMQX-9213

thalesmg commented 1 year ago

Maybe we could add a test like mria_SUITE:t_middleman?