Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go.mod: bump Pebble to 8e01ef310206 #135033

Merged

Conversation

jbowens
Copy link
Collaborator

@jbowens jbowens commented Nov 12, 2024

Changes:

  • 8e01ef31 sstable: order range keys consistently in colblk and rowblk encodings
  • 048f2756 table cache: use a long-lived ReaderProvider
  • 9f68a214 table cache: include tableCacheNode, tableCacheValue in size metric
  • a5939f4d cache: misc tiny cleanups

Release note: none.
Epic: none.

Changes:

 * [`8e01ef31`](cockroachdb/pebble@8e01ef31) sstable: order range keys consistently in colblk and rowblk encodings
 * [`048f2756`](cockroachdb/pebble@048f2756) table cache: use a long-lived ReaderProvider
 * [`9f68a214`](cockroachdb/pebble@9f68a214) table cache: include tableCacheNode, tableCacheValue in size metric
 * [`a5939f4d`](cockroachdb/pebble@a5939f4d) cache: misc tiny cleanups

Release note: none.
Epic: none.
@jbowens jbowens requested review from a team and RaduBerinde November 12, 2024 22:11
@jbowens jbowens requested a review from a team as a code owner November 12, 2024 22:11
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Copy link
Member

@itsbilal itsbilal left a comment

Choose a reason for hiding this comment

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

LGTM

@jbowens
Copy link
Collaborator Author

jbowens commented Nov 13, 2024

TFTR!

bors r=itsbilal

craig bot pushed a commit that referenced this pull request Nov 13, 2024
134501: kvserver: use scratch range in BenchmarkStoreRangeSplit r=miraradeva a=stevendanna

When investigating a potential regression in this microbench mark, we
observed that merging timeseries data during stats calculation
accounted for a good deal of the allocations and runtime.

While we should certainly optimize timeseries handling, it raises the
question: why was this benchmark encountering so many timeseries
values?

This benchmark is repeatedly splitting and merging a range. In the old
test, it was always splitting range 1 which includes all of the system
keys and the tsdb.

Now, we do this splitting and merging on a scratch range.

This is still pretty noisy, but I hope this change will make it easier
to hunt down regressions in split itself.

Epic: none
Release note: None

135033: go.mod: bump Pebble to 8e01ef310206 r=itsbilal a=jbowens

Changes:

 * [`8e01ef31`](cockroachdb/pebble@8e01ef31) sstable: order range keys consistently in colblk and rowblk encodings
 * [`048f2756`](cockroachdb/pebble@048f2756) table cache: use a long-lived ReaderProvider
 * [`9f68a214`](cockroachdb/pebble@9f68a214) table cache: include tableCacheNode, tableCacheValue in size metric
 * [`a5939f4d`](cockroachdb/pebble@a5939f4d) cache: misc tiny cleanups

Release note: none.
Epic: none.

Co-authored-by: Steven Danna <[email protected]>
Co-authored-by: Jackson Owens <[email protected]>
@craig
Copy link
Contributor

craig bot commented Nov 13, 2024

Build failed (retrying...):

@craig craig bot merged commit 5d20d44 into cockroachdb:master Nov 13, 2024
23 checks passed
@jbowens jbowens deleted the jackson/pebble-master-8e01ef310206 branch November 13, 2024 16:03
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