Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYS-5319] Don't allocate buffer for WALs in CloudFileSystem (#274)
Summary: Each WAL file by default allocates 64KB buffer in which it holds pending writes. Our use of RocksDB-Cloud doesn't utilize WALs, so this memory is wasted. This PR sets the buffer size to 0 in CloudFileSystemImpl::OptimizeForLogWrite. Test Plan: db_cloud_test Reviewers:
- Loading branch information