Do not group adjacent stripes by default as it's pointless on SSDs

This commit is contained in:
Vitaliy Filippov
2020-10-02 10:17:54 +03:00
parent 9f2a948712
commit aa2a0ee00f
3 changed files with 11 additions and 4 deletions
-1
View File
@@ -8,7 +8,6 @@
#define MIN_BLOCK_SIZE 4*1024
#define MAX_BLOCK_SIZE 128*1024*1024
#define DEFAULT_BLOCK_SIZE 128*1024
#define DEFAULT_DISK_ALIGNMENT 4096
#define DEFAULT_BITMAP_GRANULARITY 4096
#define DEFAULT_CLIENT_DIRTY_LIMIT 32*1024*1024