[Doc] Add 'nei cun' (memory) keyword to best practice overview (#63028)
Signed-off-by: Dan Roscigno <dan@roscigno.com> Signed-off-by: DanRoscigno <dan@roscigno.com>
This commit is contained in:
parent
9a5c49824b
commit
b60400ee56
|
|
@ -1,3 +1,8 @@
|
|||
---
|
||||
displayed_sidebar: docs
|
||||
keywords: ['shen ji ri zhi']
|
||||
---
|
||||
|
||||
在部署和操作StarRocks时,理解并正确使用日志系统对于故障排除、性能分析和系统调优至关重要。本文详细介绍了StarRocks的Frontend(FE)和Backend(BE或CN)组件的日志文件类型、典型内容、配置方法以及日志滚动和保留策略。
|
||||
|
||||
本文档中的信息基于StarRocks版本3.5.x。
|
||||
|
|
@ -270,4 +275,4 @@ enable_query_cost_prediction = false // 默认禁用
|
|||
此日志主要记录BE/CN节点在数据导入过程中遇到的各种错误、被拒记录和ETL问题。用户可以通过`http://be_ip:be_port/api/get_log_file`获取导入错误的主要原因。日志文件存储在`${STARROCKS_HOME}/storage/error_log`目录中。
|
||||
|
||||
#### 配置
|
||||
- `load_error_log_reserve_hours`: 错误日志文件保留时间。默认是48小时,意味着日志文件将在创建48小时后删除。
|
||||
- `load_error_log_reserve_hours`: 错误日志文件保留时间。默认是48小时,意味着日志文件将在创建48小时后删除。
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
sidebar_position: 1
|
||||
sidebar_label: '概述'
|
||||
keywords: ['S3 API', 'reduce cost', 'efficiency', 'efficient', 'performance']
|
||||
keywords: ['nei cun', 'S3 API', 'reduce cost', 'efficiency', 'efficient', 'performance']
|
||||
---
|
||||
|
||||
# 最佳实践
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
displayed_sidebar: docs
|
||||
keywords: ['cun chu']
|
||||
---
|
||||
|
||||
# 架构
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
displayed_sidebar: docs
|
||||
sidebar_position: 20
|
||||
toc_max_heading_level: 2
|
||||
keywords: ['huan cun']
|
||||
---
|
||||
|
||||
# Data Cache
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
displayed_sidebar: docs
|
||||
sidebar_position: 10
|
||||
keywords: ['huan cun']
|
||||
---
|
||||
|
||||
# Query Cache
|
||||
|
|
|
|||
Loading…
Reference in New Issue