Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 21 additions & 16 deletions tidb-cloud-lake/lake-overview.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,35 @@
---
title: TiDB Cloud Lake Overview
summary: TiDB Cloud Lake is cloud-native data warehouse service focused on analytics workloads that scales elastically and supports ANSI SQL and multi-modal data operations.
summary: TiDB Cloud Lake is a cloud-native data warehouse service for analytics workloads. It separates compute from storage and supports ANSI SQL, semi-structured data processing, and AI-oriented workflows.
---

# TiDB Cloud Lake Overview

TiDB Cloud Lake is cloud-native data warehouse service focused on analytics workloads that scales elastically and supports ANSI SQL and multi-modal data operations. It separates compute and storage, enabling flexible compute provisioning based on workload needs.
TiDB Cloud Lake is a cloud-native data warehouse service for analytics workloads. It separates compute from storage so you can provision warehouses independently, scale with workload changes, and store data cost-effectively in object storage.

## At a Glance
TiDB Cloud Lake supports ANSI SQL, semi-structured data processing, vector search, and AI-oriented workflows in one platform. It is designed for teams that want a managed analytics experience without operating the underlying infrastructure themselves.

> **Private beta:** TiDB Cloud Lake is currently in private beta. Feature availability and service limits might change as we continue to improve the product.

| | |
|---|---|
| ⚡ **< 500ms** cold start | 🔐 **SOC 2 Type II** certified |
| 💰 **> 50%** cost savings vs Snowflake | 📊 **99.95%** uptime SLA |

## Why {{{ .lake }}}?

| | |
|---|---|
| **Serverless** | No clusters to manage. Compute scales to zero when idle. |
| **Storage-Compute Separation** | Scale independently. Hot/warm/cold data tiering. |
| **Enterprise Security** | RBAC, data masking, encryption, PrivateLink, audit logs. |
| **Snowflake Compatible** | Familiar SQL syntax. Smooth migration. |
{{{ .lake }}} brings analytics, vector, search, and geo workloads together in one cloud-native platform. With storage-compute separation, ANSI SQL support, and managed infrastructure, teams can work on multi-modal data with better flexibility, performance, and cost efficiency.

| Feature | Description | Learn more |
|---|---|---|
| **Unified Engine** | Analytics, vector, search, and geo share one optimizer and runtime. | [TiDB Cloud Lake Architecture](/tidb-cloud-lake/guides/tidb-cloud-lake-architecture.md) |
| **Unified Data** | Structured, semi-structured, unstructured, and vector data share object storage. | [TiDB Cloud Lake Architecture](/tidb-cloud-lake/guides/tidb-cloud-lake-architecture.md) |
| **Analytics Native** | ANSI SQL, windowing, incremental aggregates, and streaming power BI run on the same platform. | [Worksheets](/tidb-cloud-lake/guides/worksheet.md) |
| **Vector Native** | Embeddings, vector indexes, and semantic retrieval all run in SQL. | [Vector Search](/tidb-cloud-lake/guides/vector-search-guide.md) |
| **Search Native** | Full-text search and inverted indexes power hybrid retrieval. | [Full-Text Index](/tidb-cloud-lake/guides/full-text-index.md) |
| **Geo Native** | Geospatial indexes and functions power map and location services. | [Geo Analytics](/tidb-cloud-lake/guides/geo-analytics.md) |



## Get Started

1. [**Sign Up**](/tidb-cloud-lake/lake-quick-start.md) — Create your account in minutes
2. **Explore** — Warehouses, Worksheets, Dashboards
3. [**Connect**](/tidb-cloud-lake/guides/connection-overview.md) — BendSQL, Python, Go, Java, Node.js
1. [**Quick Start**](/tidb-cloud-lake/lake-quick-start.md) - Create your account and run your first workflow.
2. [**Connect to TiDB Cloud Lake**](/tidb-cloud-lake/guides/connection-overview.md) - Choose the right client or driver for your workflow.
3. [**Learn the architecture**](/tidb-cloud-lake/guides/tidb-cloud-lake-architecture.md) - Understand the metadata, compute, and storage layers.
4. [**Explore product features**](/tidb-cloud-lake/guides/vector-search-guide.md) - Start with analytics, vector, search, and geo capabilities.
39 changes: 37 additions & 2 deletions tidb-cloud-lake/lake-quick-start.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,43 @@
---
title: TiDB Cloud Lake Quick Start
summary: Get started with TiDB Cloud Lake.
summary: Get started with TiDB Cloud Lake in three steps — sign up, create a warehouse, and explore it.
---

# TiDB Cloud Lake Quick Start

TiDB Cloud Lake is cloud-native data warehouse service focused on analytics workloads that scales elastically and supports ANSI SQL and multi-modal data operations. This document guides you through an easy way to get started with TiDB Cloud Lake.
This tutorial guides you through an easy way to get started with TiDB Cloud Lake.



## Step 1. Sign up for TiDB Cloud

1. Go to <https://tidbcloud.com>.
2. Sign up for a TiDB Cloud account or log in with your existing account.

## Step 2. Create a warehouse

1. In the left navigation bar, click **My Lake**.


2. In the upper-right corner, click **Create Warehouse**.

3. On the **Create Warehouse** page, configure the following settings:

- **Warehouse Name**: enter a name for your warehouse.
- **Warehouse Size**: select a size that fits your workload. You can start with **Small** and scale later.
- **Auto Suspend**: choose how long the warehouse can stay idle before it is automatically suspended.


4. Click **Create**. The warehouse will be ready in a few moments.

## Step 3. Explore the warehouse

1. Go back to **My Lake** and click the warehouse name you just created.
2. You will be redirected to `lake.tidbcloud.com` where you can view the warehouse details and connection information.
3. Use the connection information to connect from your preferred driver, or application.

## What's next

- [**Connect to TiDB Cloud Lake**](/tidb-cloud-lake/guides/connection-overview.md) - Choose the right client or driver for your workflow.
- [**Learn the architecture**](/tidb-cloud-lake/guides/tidb-cloud-lake-architecture.md) - Understand the metadata, compute, and storage layers.
- [**Explore product features**](/tidb-cloud-lake/guides/vector-search-guide.md) - Start with analytics, vector, search, and geo capabilities.