-
Notifications
You must be signed in to change notification settings - Fork 49
docs: document flat format #2218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: evenyag <[email protected]>
|
I'll add zh docs after review. |
fengjiachun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The en part LGTM
Deploying greptime-docs with
|
| Latest commit: |
007b630
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1c66786b.greptime-docs.pages.dev |
| Branch Preview URL: | https://docs-flat-format.greptime-docs.pages.dev |
fengjiachun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| Create a table with `flat` SST format. | ||
|
|
||
| ```sql | ||
| create table if not exists metrics( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| create table if not exists metrics( | |
| CREATE TABLE IF NOT EXISTS metrics( |
| 创建一个使用 `flat` SST 格式的表。 | ||
|
|
||
| ```sql | ||
| create table if not exists metrics( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| create table if not exists metrics( | |
| CREATE TABLE IF NOT EXISTS metrics( |
| 创建一个使用 `flat` SST 格式的表。 | ||
|
|
||
| ```sql | ||
| create table if not exists metrics( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| create table if not exists metrics( | |
| CREATE TABLE IF NOT EXISTS metrics( |
| Create a table with `flat` SST format. | ||
|
|
||
| ```sql | ||
| create table if not exists metrics( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| create table if not exists metrics( | |
| CREATE TABLE IF NOT EXISTS metrics( |
What's Changed in this PR
Closes #2205
This PR adds documents for the
flatSST format.Checklist
sidebars.tsmatches the current document structure when you changed the document structure.