Skip to content

bench: add tenant benchmark#93530

Merged
craig[bot] merged 1 commit intocockroachdb:masterfrom
andreimatei:small.tenant-bench
Dec 14, 2022
Merged

bench: add tenant benchmark#93530
craig[bot] merged 1 commit intocockroachdb:masterfrom
andreimatei:small.tenant-bench

Conversation

@andreimatei
Copy link
Copy Markdown
Contributor

This patch adds another mode for the benchmarks in the pkg/bench - run against an in-memory tenant in a single-node cluster. Currently, the difference between that and single-node cockroach on BenchmarkSQL, for example, is major.

Release note: None
Epic: None

@andreimatei andreimatei requested review from a team, ajstorm and knz December 13, 2022 18:39
@cockroach-teamcity
Copy link
Copy Markdown
Member

This change is Reviewable

Copy link
Copy Markdown
Contributor

@knz knz left a comment

Choose a reason for hiding this comment

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

thanks!

This patch adds another mode for the benchmarks in the pkg/bench - run
against an in-memory tenant in a single-node cluster. Currently, the
difference between that and single-node cockroach on BenchmarkSQL, for
example, is major.

Release note: None
Epic: None
Copy link
Copy Markdown
Contributor Author

@andreimatei andreimatei left a comment

Choose a reason for hiding this comment

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

bors r+

Reviewable status: :shipit: complete! 0 of 0 LGTMs obtained (waiting on @ajstorm)

@craig
Copy link
Copy Markdown
Contributor

craig bot commented Dec 14, 2022

Build succeeded:

@craig craig bot merged commit 052acc8 into cockroachdb:master Dec 14, 2022
@andreimatei andreimatei deleted the small.tenant-bench branch December 14, 2022 17:10
renatolabs pushed a commit to renatolabs/cockroach that referenced this pull request Dec 14, 2022
Fixes argument passed to `crdb_internal.create_tenant` to remove
underscore, which is rejected as an invalid name; and also use the
`bench` database in `tenantDB`.

Relates to cockroachdb#93530.

Epic: none
Release note: None
renatolabs pushed a commit to renatolabs/cockroach that referenced this pull request Dec 14, 2022
Fixes argument passed to `crdb_internal.create_tenant` to remove
underscore, which is rejected as an invalid name; and also use the
`bench` database in `tenantDB`.

Relates to cockroachdb#93530.

Epic: none
Release note: None
craig bot pushed a commit that referenced this pull request Dec 14, 2022
93300: builtins: implement parse_ident function r=ZhouXing19 a=rafiss

fixes #93159

The implementation was adapted from the Postgres one.

Release note (sql change): Implemented the parse_ident builtin. The function splits a qualified identifier into an array of identifiers, removing any quoting of individual identifiers. By default, extra characters after the last identifier are considered an error; but if the second parameter is false, then such extra characters are ignored.

93607: TEAMS: rename sql-experience to sql-sessions r=rafiss a=rafiss

Epic: None
Release note: None

93616: bench: fix tenant benchmark r=yuzefovich,andreimatei a=renatolabs

Fixes argument passed to `crdb_internal.create_tenant` to remove underscore, which is rejected as an invalid name; and also use the `bench` database in `tenantDB`.

Relates to #93530.

Epic: none
Release note: None

93627: ci: fix error in nightly builder update check r=rickystewart a=healthy-pod

Release note: None
Epic: none

Co-authored-by: Rafi Shamim <rafi@cockroachlabs.com>
Co-authored-by: Renato Costa <renato@cockroachlabs.com>
Co-authored-by: healthy-pod <ahmad@cockroachlabs.com>
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.

3 participants