Jonah Cohen a14b7873ee Enforce write buffer memory limit across column families
Summary:
Introduces a new class for managing write buffer memory across column
families.  We supplement ColumnFamilyOptions::write_buffer_size with
ColumnFamilyOptions::write_buffer, a shared pointer to a WriteBuffer
instance that enforces memory limits before flushing out to disk.

Test Plan: Added SharedWriteBuffer unit test to db_test.cc

Reviewers: sdong, rven, ljin, igor

Reviewed By: igor

Subscribers: tnovak, yhchiang, dhruba, xjin, MarkCallaghan, yoshinorim

Differential Revision: https://reviews.facebook.net/D22581
2014-12-02 12:09:20 -08:00
..
2014-11-20 23:33:00 -05:00
2014-10-10 09:55:40 -07:00
2014-06-20 10:23:02 +02:00
2014-10-27 12:11:16 -07:00
2014-03-20 13:42:45 -07:00
2014-11-14 10:20:51 -08:00
2014-09-18 13:32:44 -07:00