Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[WIP] Simple table level sharding implementation#129

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
auxten wants to merge29 commits intodevelop
base:develop
Choose a base branch
Loading
fromfeature/shard

Conversation

auxten
Copy link
Contributor

  1. Simple SELECT without GROUP, LIMIT offset, HAVING, DISTINCT
  2. Almost all kinds of INSERT without subqueries

@codecov
Copy link

codecovbot commentedDec 6, 2018

Codecov Report

Merging#129 intodevelop willdecrease coverage by0.95%.
The diff coverage is69.81%.

@@             Coverage Diff             @@##           develop     #129      +/-   ##===========================================- Coverage    77.47%   76.51%   -0.96%===========================================  Files          142      149       +7       Lines        10251    11115     +864     ===========================================+ Hits          7942     8505     +563- Misses        1684     1910     +226- Partials       625      700      +75

@codecov
Copy link

codecovbot commentedDec 6, 2018
edited
Loading

Codecov Report

Merging#129 intodevelop willincrease coverage by0.26%.
The diff coverage is73.29%.

@@            Coverage Diff             @@##           develop    #129      +/-   ##==========================================+ Coverage    76.74%     77%   +0.26%==========================================  Files          146     151       +5       Lines        10890   11313     +423     ==========================================+ Hits          8357    8712     +355- Misses        1845    1898      +53- Partials       688     703      +15

So(err, ShouldNotBeNil)
So(its, ShouldEqual, -1)
})
}
Copy link
Contributor

Choose a reason for hiding this comment

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

File is not formatted.

rowCh <-chan []interface{}
)
for i, ins := range instructions {
colNames, _, rowCh, err = plan.selector(ctx, errCh, stopCh, ins, TempTableRowBufSize)
Copy link
Contributor

Choose a reason for hiding this comment

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

colNames may not be the same schema as the original table.

@auxtenauxten changed the titleSimple table level sharding implementation[WIP] Simple table level sharding implementationJan 3, 2019
@stale
Copy link

stalebot commentedApr 29, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stalestalebot added the wontfixThis will not be worked on labelApr 29, 2019
@auxtenauxten removed the wontfixThis will not be worked on labelApr 30, 2019
@stale
Copy link

stalebot commentedMay 29, 2019

This issue has been automatically marked as stale because it has not had recent activity. Please review@laodouya@auxten@xq262144@leventeliu

@stalestalebot added the stale labelMay 29, 2019
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@xq262144xq262144xq262144 left review comments

@leventeliuleventeliuleventeliu left review comments

@ggicciggicciggicci approved these changes

@zeqing-guozeqing-guoAwaiting requested review from zeqing-guo

At least 2 approving reviews are required to merge this pull request.

Assignees
No one assigned
Labels
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@auxten@xq262144@ggicci@leventeliu

[8]ページ先頭

©2009-2025 Movatter.jp