Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-04 | OTP-8402 Transactions could be left hanging if a node went down when | Dan Gudmundsson | |
invoking mnesia:sync_transaction/[1,2]. Thanks Igor Ribeiro Sucupira. | |||
2010-02-03 | Merge branch 'is/mnesia-send-compressed' into ccase/r13b04_dev | Erlang/OTP | |
* is/mnesia-send-compressed: Add option to compress data when copying tables between Mnesia nodes OTP-8406 Igor Ribeiro Sucupira added the option to compress data when copying tables between Mnesia nodes. | |||
2010-02-02 | Add option to compress data when copying tables between Mnesia nodes | Igor Ribeiro Sucupira | |
Optionally using data compression for copying Mnesia tables allows the system to be tuned to eliminate network bottlenecks from deployments where enough CPU is available to use zlib. With this patch, running erl -mnesia send_compressed <level> will enable compression for sending tables between nodes. The compression level can be any integer in [0, 9], with 0 (the default) meaning no compression (exactly the previous behaviour) and 9 being the highest compression level. To set any non-zero compression level at the sender, both nodes must have the updated Mnesia modules (the receiver will work according to the sender's configuration). | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |