Skip to content
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

[Refactor](data-partition) Refactor data partition docs #1364

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zclllyybb
Copy link
Contributor

  1. fix wrong description of Null Range Partition
  2. fix lost of Multi-Column Auto List Partition
  3. explain support of Auto&Dynamic Partition and explain Best Practice
  4. fix wrong version number and docs for tvf partitions
  5. show examples directly in basic-concepts
  6. add Partition Retrieval section in basic-concepts

Versions

  • dev
  • 3.0
  • 2.1
  • 2.0

Languages

  • Chinese
  • English

@@ -190,8 +177,6 @@ mysql> select * from auto_null_list partition(pX);
1 row in set (0.20 sec)
```



1. 对于 AUTO RANGE PARTITION,**不支持 NULLABLE 列作为分区列**。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. 对于 AUTO RANGE PARTITION,**不支持 NULLABLE 列作为分区列**
2. 对于 AUTO RANGE PARTITION,**不支持 NULLABLE 列作为分区列**

@@ -190,8 +177,6 @@ mysql> select * from auto_null_list partition(pX);
1 row in set (0.20 sec)
```



1. 对于 AUTO RANGE PARTITION,**不支持 NULLABLE 列作为分区列**。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. 对于 AUTO RANGE PARTITION,**不支持 NULLABLE 列作为分区列**
2. 对于 AUTO RANGE PARTITION,**不支持 NULLABLE 列作为分区列**

@@ -190,8 +177,6 @@ mysql> select * from auto_null_list partition(pX);
1 row in set (0.20 sec)
```



1. 对于 AUTO RANGE PARTITION,**不支持 NULLABLE 列作为分区列**。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. 对于 AUTO RANGE PARTITION,**不支持 NULLABLE 列作为分区列**
2. 对于 AUTO RANGE PARTITION,**不支持 NULLABLE 列作为分区列**

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants