We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2726a5e commit bd7b781Copy full SHA for bd7b781
1 file changed
src/include/duckdb/storage/storage_info.hpp
@@ -20,7 +20,7 @@ struct FileHandle;
20
class QueryContext;
21
22
//! The standard row group size
23
-#define DEFAULT_ROW_GROUP_SIZE 122880ULL
+#define DEFAULT_ROW_GROUP_SIZE 16384ULL //122880ULL
24
//! The definition of an invalid block
25
#define INVALID_BLOCK (-1)
26
//! The maximum block id is 2^62
0 commit comments