Skip to content

Spanner: Read single key with index - #4403

Merged
chemelnucfin merged 1 commit into
googleapis:masterfrom
chemelnucfin:spanner_test_read_with_single_keys_index
Dec 4, 2017
Merged

Spanner: Read single key with index#4403
chemelnucfin merged 1 commit into
googleapis:masterfrom
chemelnucfin:spanner_test_read_with_single_keys_index

Conversation

@chemelnucfin

Copy link
Copy Markdown
Contributor

I'm trying for smaller PRs to simplify debugging/code writing for other issues.

@googlebotgooglebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 16, 2017
Comment threadspanner/tests/system/test_system.py Outdated
columns,
KeySet(keys=[[expected[row][0], expected[row][1]]]),
index='name')
)

This comment was marked as spam.

@dhermes

Copy link
Copy Markdown
Contributor

I'll let @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

@chemelnucfin

chemelnucfin commented Nov 16, 2017 via email

Copy link
Copy Markdown
ContributorAuthor

@tseavertseaver mentioned this pull request Nov 17, 2017
19 tasks
@chemelnucfin
chemelnucfinforce-pushed the spanner_test_read_with_single_keys_index branch from d7dd247 to 7cb91dfCompareNovember 17, 2017 22:03
@chemelnucfinchemelnucfin changed the title Spanner: read single key with indexSpanner: Read single key with indexNov 18, 2017
@dhermesdhermes added the api: spanner Issues related to the Spanner API. label Nov 22, 2017
@chemelnucfin
chemelnucfin merged commit 5c9106b into googleapis:masterDec 4, 2017
@chemelnucfin
chemelnucfin deleted the spanner_test_read_with_single_keys_index branch December 4, 2017 17:55
parthea pushed a commit that referenced this pull request Mar 9, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: spannerIssues related to the Spanner API.cla: yesThis human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@chemelnucfin@dhermes@tseaver@googlebot