forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` b33d6e17 internal/keyspan: remove bounds from FragmentIterator 07e7075b internal/keyspan: fix SeekLT bug 4c199d34 sstable: add scaffolding to enable sstable parallelism 338611b0 sstable: fix indexBlockBuf.shouldFlush by accounting for inflight data 8decd08c db: pool range-key iterator structs, remove Clone d8ca1fc6 keyspan: implement Truncate in terms of Filter 5926e724 keyspan: add `keyspan.Filter` 7582b880 db,record: add internal metrics for throughput, latency and utilization 8b3db52b internal/keyspan: Emit empty spans where there are no range keys 4a0889f8 db: add IngestOperationStats for admission control 194770c8 internal/metamorphic/crossversion: add TestMetaCrossVersion 785bb36d internal/keyspan: clean up InterleavingIter b9bcae65 db: generate delete compaction hints automatically in tests 4e77c077 db: update comment on L0StopWritesThreshold 99d8a549 internal/metamorphic: add support for an initial database state e232404f vfs: add CloneSync, CloneSkip options for vfs.Clone 7accf3df internal/metamorphic: use a wal_dir within the data directory 886e91f6 internal/keyspan: tweak DefragmentReducer return types 31def7d7 db: add additional deletion only hint test case; update diagram 1793e521 sstable: enforce sstable size estimation invariants e4927968 db: implement rangedel defragmentation using keyspan.DefragmentingIter 41895ae0 internal/keyspan: reduce over defragmented spans c55c1d80 db: check ordering invariant for sublevel compactions 322f7e9c internal/keyspan: genercize masking cca64783 compaction: add L0CompactionFileThreshold compaction trigger 5cd60640 db: respect changed filters in SetOptions 8cc87859 db: add additional table cache test for the Open function c8e7d414 db: add range key count to table stats ec4dcaa7 db: factor out some table stats helpers fb7ccaa2 internal/arenaskl: Overflow fixes 53fd136b internal/keyspan: move and refactor range key iterators as FragmentIterators c6ff6904 db: use sublevels for l0 manual compactions 8e8ff2be db: add Iterator.SetOptions for modifying iterator options 1b227d2c db: factor out point iterator initialization 3e86958e docs/rfc: flushable ingested sstable addition 0b5f42a0 internal/keyspan: Add LevelIter for range keys d7fb4eb2 docs/rfc: flushable ingested sstable 92c22536 db: remove unused variable from loop 7ad3551b *: refactor keyspan.Span to represent a set of keys ``` Release note:
- Loading branch information
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1347,10 +1347,10 @@ def go_deps(): | |
patches = [ | ||
"@com_github_cockroachdb_cockroach//build/patches:com_github_cockroachdb_pebble.patch", | ||
], | ||
sha256 = "5b3237c6bcbfc1085831ddf636ce4b4243211f754ceabe9b8fd9bf8962629a12", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20220322040433-6164579cf2cb", | ||
sha256 = "dfa5ce136f7d8d40ddf24077323df27de81f0e1889c1058e4453c77cd8c2cb75", | ||
strip_prefix = "github.com/cockroachdb/[email protected]20220426173801-b33d6e173cae", | ||
urls = [ | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20220322040433-6164579cf2cb.zip", | ||
"https://storage.googleapis.com/cockroach-godeps/gomod/github.com/cockroachdb/pebble/com_github_cockroachdb_pebble-v0.0.0-20220426173801-b33d6e173cae.zip", | ||
], | ||
) | ||
go_repository( | ||
|
This file contains 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
This file contains 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
This file contains 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
Submodule vendor
updated
57 files