Skip to content

Commit

Permalink
move to administration
Browse files Browse the repository at this point in the history
  • Loading branch information
nicecui committed Jan 24, 2025
1 parent 72df3eb commit b4241ad
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/user-guide/administration/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ This document addresses strategies and practices used in the administration of G
* Cluster Failover for GreptimeDB by [Setting Remote WAL](./remote-wal/quick-start.md)
* [Monitoring metrics](/user-guide/administration/monitoring/export-metrics.md) and [Tracing](/user-guide/administration/monitoring/tracing.md) for GreptimeDB
* [Performance Tuning Tips](/user-guide/administration/performance-tuning-tips.md)
* Read [Design Your Table Schema](./design-table.md) to learn how to design your table schema in GreptimeDB for optimal performance and query efficiency
* [Upgrade](/user-guide/administration/upgrade.md) GreptimeDB to a new version
* Get the [runtime information](/user-guide/administration/runtime-info.md) of the cluster
1 change: 0 additions & 1 deletion docs/user-guide/concepts/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ description: Provides an overview of GreptimeDB, including its features, data mo

- [Why GreptimeDB](./why-greptimedb.md): This document outlines the features and benefits of GreptimeDB, including its unified design for metrics, logs, and events; Cloud-Native and flexible architecture that allows for deployment in various environments, from embedded to cloud. GreptimeDB is also cost-effective, high-performance, and user-friendly.
- [Data Model](./data-model.md): This document describes the data model of GreptimeDB, including table schema, time index constraint, etc.
- [Design Your Table Schema](./design-table.md): This document describes how to design your table schema in GreptimeDB for optimal performance and query efficiency.
- [Architecture](./architecture.md): Get the cloud-native architecture of GreptimeDB.
- [Storage Location](./storage-location.md): This document describes the storage location of GreptimeDB, including local disk, HDFS, and cloud object storage such as S3, Azure Blob Storage, etc.
- [Key Concepts](./key-concepts.md): This document describes the key concepts of GreptimeDB, including table, time index, table region and data types.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ description: 介绍 GreptimeDB 管理中的策略和实践,包括安装、容
* 通过[设置 Remote WAL](./remote-wal/quick-start.md) 实现 GreptimeDB 的集群容灾
* GreptimeDB 的[监控指标](/user-guide/administration/monitoring/export-metrics.md)[链路追踪](/user-guide/administration/monitoring/tracing.md)
* [性能调优技巧](/user-guide/administration/performance-tuning-tips.md)
* 查看[数据建模指南](./design-table.md)了解常见场景下的表结构设计方式。
* [升级](/user-guide/administration/upgrade.md) GreptimeDB 到新版本
* 获取集群的[运行时信息](/user-guide/administration/runtime-info.md)
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ description: 概述 GreptimeDB 的特点和优势,并提供相关文档链接

- [Why GreptimeDB](./why-greptimedb.md):介绍了 GreptimeDB 的特点和优势,包括其对指标、日志和事件数据的统一设计,云原生和灵活架构允许在各种环境中部署,从嵌入式到云平台等。GreptimeDB 还具有成本优势、高性能和用户友好等特点。
- [数据模型](./data-model.md):介绍了 GreptimeDB 的数据模型,包括表的模式、索引列等。
- [数据建模指南](./design-table.md): 介绍了常见场景下的表结构设计方式。
- [基础架构](./architecture.md):获取 GreptimeDB 的云原生架构。
- [存储位置](./storage-location.md):介绍了 GreptimeDB 的存储位置,包括本地磁盘、HDFS 、AWS S3 和阿里云 OSS 等云对象存储。
- [核心概念](./key-concepts.md):介绍了 GreptimeDB 的核心概念,包括表、时间索引约束、表Region 和数据类型等。
Expand Down
2 changes: 1 addition & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const sidebars: SidebarsConfig = {
'user-guide/concepts/overview',
'user-guide/concepts/why-greptimedb',
'user-guide/concepts/data-model',
'user-guide/concepts/design-table',
'user-guide/concepts/architecture',
'user-guide/concepts/storage-location',
'user-guide/concepts/key-concepts',
Expand Down Expand Up @@ -252,6 +251,7 @@ const sidebars: SidebarsConfig = {
},
'user-guide/administration/runtime-info',
'user-guide/administration/performance-tuning-tips',
'user-guide/administration/design-table',
'user-guide/administration/upgrade',
],
},
Expand Down

0 comments on commit b4241ad

Please sign in to comment.