摘要: ############### 线上目录配置: [work@10.10.10.10 tidb-4000]$ tree . ├── bin │ └── tidb-server ├── conf │ ├── cluster.conf │ └── tidb.toml ├── log │ ├── tidb- 阅读全文
posted @ 2021-10-18 16:38 igoodful 阅读(1268) 评论(0) 推荐(0)
摘要: ############# "readpool.storage.use-unified-pool: true readpool.coprocessor.use-unified-pool: true storage.block-cache.capacity: ""32GB""" ####### ### 阅读全文
posted @ 2021-10-18 16:21 igoodful 阅读(260) 评论(0) 推荐(0)
摘要: ################ pd实例的目录结构建议配置为:/home/work/tidb/pd-port 复制代码 [work@xxxx pd-2379]$ tree -L 2 . ├── bin │ └── pd-server ├── conf │ ├── cluster.conf │ └─ 阅读全文
posted @ 2021-10-18 16:15 igoodful 阅读(799) 评论(0) 推荐(0)