This commit is contained in:
zyyang 2020-12-14 13:26:35 +08:00
parent 97a2838324
commit e3f2788327
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,8 @@ public class TaosDemoCommandLineRunner implements CommandLineRunner {
long start = System.currentTimeMillis();
if (config.doCreateTable) {
superTableService.create(superTableMeta);
if (config.autoCreateTable)
return;
// 批量建子表
subTableService.createSubTable(subTableMetaList, config.numOfThreadsForCreate);
}