The Wayback Machine - https://web.archive.org/web/20201107140706/https://github.com/topics/cloud-native
Skip to content
#

cloud-native

Here are 689 public repositories matching this topic...

akka
yugabyte-db
jaki
jaki commented Nov 6, 2020

The master UI table page shows tablets and their partition boundaries. For YSQL range partitioned tables, this looks like range: [(DocKey([], [1]), DocKey([], [3]))). There is an extra pair of parentheses around all of these. Change [(foo, bar)) to [foo, bar).

YSQL range partitioned tables can be created as follows:

CREATE TABLE t (i int, PRIMARY KEY (i ASC)) SPLIT AT VALUES ((
daixiang0
daixiang0 commented Aug 29, 2020

What would you like to be added/modified:

To improve project stability, we need more tests to cover corner cases.
And the code coverage is around 50% currently, we need to add more tests to improve it.

To improve case coverage, we may need a list of cases to track the work.
For code coverage, simply check bef

Improve this page

Add a description, image, and links to the cloud-native topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cloud-native topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.