Uh oh!
There was an error while loading. Please reload this page.
Spanner: Read single key with index - #4403
Merged
chemelnucfin merged 1 commit intoDec 4, 2017
Merged
Conversation
dhermes
reviewed
Nov 16, 2017
| columns, | ||
| KeySet(keys=[[expected[row][0], expected[row][1]]]), | ||
| index='name') | ||
| ) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
dhermes
commented
Nov 16, 2017
Contributor
I'll let @tseaver weigh in, but it seems this is lacking an explanation of
|
chemelnucfin
commented
Nov 16, 2017
via email
ContributorAuthor
Please see #4386 for the CREATE INDEX reasoning, and ROW_COUNT needs to be
lowered because apparently 20000 mutations is the cap,
and adding an additional INDEX apparently gets to the cap.
Short story is that instead of building a temp and removing it, it was
added to the fixture for easier manipulation.
The timeout at 90 would fail occasionally for me running the tests. 120 so
far has never failed for me. …On Thu, Nov 16, 2017 at 1:52 PM, Danny Hermes ***@***.***> wrote:
I'll let @tseaver <https://github.com/tseaver> weigh in, but it seems
this is lacking an explanation of
- Why the timeout had to go up from 90 to 120
- Why CREATE INDEX name ON contacts(first_name, last_name); was added
to the DDL
- Why ROW_COUNT was lowered from 4000 to 3000
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4403 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADzDDDl9zzohA_2PFXV4U4OUpM_rE4xjks5s3K6hgaJpZM4QhIcm>
.
|
19 tasks
chemelnucfinforce-pushed
the
spanner_test_read_with_single_keys_index
branch
from
November 17, 2017 22:03
d7dd247 to
7cb91dfComparetseaver
approved these changes
Dec 4, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'm trying for smaller PRs to simplify debugging/code writing for other issues.