ClickHouse/dbms/include/DB/Core/Defines.h
2010-05-21 19:52:50 +00:00

7 lines
100 B
C

#ifndef DBMS_CORE_DEFINES_H
#define DBMS_CORE_DEFINES_H
#define DEFAULT_BLOCK_SIZE 1048576
#endif