From f77d4c8a3b850666438124bf647c0c2fe0143e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=B7=E6=88=90=E4=BC=9F?= Date: Tue, 10 Dec 2024 15:42:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/deploy/das.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/deploy/das.md b/docs/deploy/das.md index ea15c1d5..51469e3b 100644 --- a/docs/deploy/das.md +++ b/docs/deploy/das.md @@ -75,6 +75,8 @@ cd patch ``` > PS. 此脚本会更改TDEngine的默认数据目录为/das/data/tddata +> +> ### TDEngine3启动顺序 @@ -85,6 +87,17 @@ systemctl start taosd systemctl start taosadapter ``` +### 数据库创建 + +执行taos进入命令行,执行sql创建数据库 + +```sql +create DATABASE `das` BUFFER 64 CACHESIZE 8 CACHEMODEL 'both' COMP 2 KEEP 1098 +PAGES 512 PAGESIZE 8 VGROUPS 16 +``` + + + ### TDEngine3停止顺序 ```shell