-
Notifications
You must be signed in to change notification settings - Fork 688
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
Create system-database.md #201
Conversation
sql/system-database.md
Outdated
category: user guide | ||
--- | ||
|
||
The TiDB System Database is similar to MySQL, which contains tables that store information required by the server as it runs. |
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.
as -> when. MySQL uses "as" but it is not a good usage because "as" has other meanings.
sql/system-database.md
Outdated
|
||
### Grant System Tables | ||
|
||
These system tables contain grant information about user accounts and the privileges held by them: |
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 privileges held by them -> their privileges
sql/system-database.md
Outdated
|
||
### Statistics System Tables | ||
|
||
- `stats_buckets`: the buckets of statistics information |
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.
statistics information -> statistics
sql/system-database.md
Outdated
### Statistics System Tables | ||
|
||
- `stats_buckets`: the buckets of statistics information | ||
- `stats_histograms`: the histograms of statistics information |
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.
ditto
sql/system-database.md
Outdated
|
||
- `stats_buckets`: the buckets of statistics information | ||
- `stats_histograms`: the histograms of statistics information | ||
- `stats_meta`: the meta information of tables, such as the total number of rows and modifications |
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.
modifications -> updated rows.
sql/system-database.md
Outdated
|
||
### Miscellaneous System Tables | ||
|
||
- `GLOBAL_VARIABLES`: global system variable tables |
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.
tables -> table
sql/system-database.md
Outdated
|
||
- `stats_buckets`: the buckets of statistics | ||
- `stats_histograms`: the histograms of statistics | ||
- `stats_meta`: the meta information of tables, such as the total number of rows and updated rows | ||
|
||
### GC Worker System Tables | ||
## GC Worker System Tables | ||
|
||
- `gc_delete_range` |
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.
From:maokangli: 记录了一些待删除的数据
Please add the doc to the readme file |
PTAL