This is an automated email from the ASF dual-hosted git repository.

davisp pushed a change to branch 3.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from a4f240c  Port reduce_false.js and reduce_builtin.js to Elixir (#2541)
     new fbe5ba5  Simplify compaction state management
     new 1caf374  Implement compactor test suite
     new dabd4e2  Add multi-append functions to couch_file
     new 2c9477e  Optimize btree node writes
     new 1aef628  Optimize compactor to use multi-IO API
     new 123bf82  Update compaction progress during docid phases

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/couch/src/couch_bt_engine_compactor.erl        | 268 +++++++++++++----
 src/couch/src/couch_btree.erl                      |  28 +-
 src/couch/src/couch_emsort.erl                     | 102 +++++--
 src/couch/src/couch_file.erl                       | 162 ++++++++--
 .../test/eunit/couch_bt_engine_compactor_ev.erl    | 106 +++++++
 .../eunit/couch_bt_engine_compactor_ev_tests.erl   | 335 +++++++++++++++++++++
 6 files changed, 869 insertions(+), 132 deletions(-)
 create mode 100644 src/couch/test/eunit/couch_bt_engine_compactor_ev.erl
 create mode 100644 src/couch/test/eunit/couch_bt_engine_compactor_ev_tests.erl

Reply via email to