#586 [TBASE-1330]

This commit is contained in:
slguan 2019-12-21 15:04:06 +08:00
parent b70170018a
commit bba2bbf1ab
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ extern "C" {
/* /*
* There is a bug in function taosAllocateId. * There is a bug in function taosAllocateId.
* When "create database tables 1" is executed, the wrong sid is assigned, so the minimum value is set to 1. * When "create database tables 1" is executed, the wrong sid is assigned, so the minimum value is set to 2.
*/ */
#define TSDB_MIN_TABLES_PER_VNODE 2 #define TSDB_MIN_TABLES_PER_VNODE 2
#define TSDB_MAX_TABLES_PER_VNODE 220000 #define TSDB_MAX_TABLES_PER_VNODE 220000