rocksdb/port/win
Dmitri Smirnov 6fbc4f9f3e Implement smart buffer management.
introduce a new DBOption random_access_max_buffer_size to limit
  the size of the random access buffer used for unbuffered access.
  Implement read ahead buffering when enabled.
  To that effect propagate compaction_readahead_size and the new option
  to the env options to make it available for the implementation.
  Add Hint() override so SetupForCompaction() call would call Hint()
  readahead can now be setup from both Hint() and EnableReadAhead()
  Add new option random_access_max_buffer_size support
  db_bench, options_helper to make it string parsable
  and the unit test.
2015-10-27 14:44:16 -07:00
..
env_win.cc Implement smart buffer management. 2015-10-27 14:44:16 -07:00
port_win.cc Fixing mutex to not use unique_lock 2015-10-12 15:41:20 -07:00
port_win.h move debug variable under ifndef 2015-10-13 14:28:11 -07:00
win_logger.cc Remove usage of C runtime API that has file handle limitation 2015-08-26 18:51:18 -07:00
win_logger.h Remove usage of C runtime API that has file handle limitation 2015-08-26 18:51:18 -07:00