ClickHouse/dbms/include/DB/Core/Defines.h

12 lines
307 B
C
Raw Normal View History

2011-10-31 06:37:12 +00:00
#pragma once
2010-05-21 19:52:50 +00:00
2012-03-09 15:46:52 +00:00
#define DBMS_NAME "ClickHouse"
#define DBMS_VERSION_MAJOR 0
#define DBMS_VERSION_MINOR 0
#define DEFAULT_BLOCK_SIZE 1048576
#define DEFAULT_MAX_QUERY_SIZE 1048576
#define SHOW_CHARS_ON_SYNTAX_ERROR 160L
#define DEFAULT_MAX_THREADS 8
2012-05-09 15:15:45 +00:00
#define DEFAULT_INTERACTIVE_DELAY 100000