From 72df3eb064fc914d5c282e6e49bb1ee6f20fd3f0 Mon Sep 17 00:00:00 2001 From: Yiran Date: Thu, 23 Jan 2025 17:09:05 +0800 Subject: [PATCH] add links to overview --- docs/user-guide/concepts/overview.md | 1 + .../current/user-guide/concepts/overview.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/user-guide/concepts/overview.md b/docs/user-guide/concepts/overview.md index 2729e5b86..462a2f07a 100644 --- a/docs/user-guide/concepts/overview.md +++ b/docs/user-guide/concepts/overview.md @@ -7,6 +7,7 @@ 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. diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/overview.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/overview.md index 737fa1861..263702082 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/overview.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/concepts/overview.md @@ -7,6 +7,7 @@ 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 和数据类型等。