ClickHouse/dbms/include/DB/Core/Defines.h
2012-02-27 06:28:20 +00:00

7 lines
158 B
C

#pragma once
#define DEFAULT_BLOCK_SIZE 1048576
#define DEFAULT_MAX_QUERY_SIZE 1048576
#define SHOW_CHARS_ON_SYNTAX_ERROR 160L
#define DEFAULT_MAX_THREADS 8