File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
user-security/authentication Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# 聚合函数详解
22
33## 功能概述
4+
45SQL聚合函数用于对一组数据执行计算并返回单一结果,主要用于数据统计和数据分析。
56
67## 函数列表
Original file line number Diff line number Diff line change @@ -116,5 +116,5 @@ Datalayers 支持的压缩算法包括:
116116选择合适的压缩算法需根据工作负载特性:
117117
118118- 对于 ** 高性能实时分析** 场景,推荐使用 LZ4_RAW 或 SNAPPY。
119- - 对于 ** 存储效率优先** 的场景 ,推荐使用 ZSTD。
120- - 对于 ** 冷数据存储** 场景,建议使用 BROTLI。
119+ - 对于 ** 存储效率优先** 场景 ,推荐使用 ZSTD。
120+ - 对于 ** 冷数据存储** 场景,推荐使用 BROTLI。
Original file line number Diff line number Diff line change 11# 静态认证
22
33## 概述
4+
45静态认证通过预配置的用户名和密码进行身份验证。此模式仅提供基本的连接认证功能,不具备权限控制能力。认证成功的用户将获得系统最高权限。
56
67## 配置说明
@@ -26,6 +27,7 @@ jwt_secret = "871b3c2d706d875e9c6389fb2457d957"
2627```
2728
2829::: tip
29- - 静态认证模式下,通过认证的用户将拥有系统完整权限
30- - 将配置文件中 ``` server.auth.type ``` 设置为 ` static ` 或删除该配置项可启用静态认证
30+
31+ - 静态认证模式下,通过认证的用户将拥有系统最高权限
32+ - 将配置文件中 ` server.auth.type ` 设置为 ` static ` 启用静态认证
3133:::
You can’t perform that action at this time.
0 commit comments