Skip to content

Commit bd7b781

Browse files
committed
Test default size change
1 parent 2726a5e commit bd7b781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/include/duckdb/storage/storage_info.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ struct FileHandle;
2020
class QueryContext;
2121

2222
//! The standard row group size
23-
#define DEFAULT_ROW_GROUP_SIZE 122880ULL
23+
#define DEFAULT_ROW_GROUP_SIZE 16384ULL //122880ULL
2424
//! The definition of an invalid block
2525
#define INVALID_BLOCK (-1)
2626
//! The maximum block id is 2^62

0 commit comments

Comments
 (0)