Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
937 contributions in the last year
Activity overview
Contributed to
cockroachdb/pebble,
cockroachdb/cockroach,
jbowens/codenames
and 5 other
repositories
Contribution activity
September 2020
- jbowens/term Go
Created a pull request in cockroachdb/cockroach that received 5 comments
vendor: bump Pebble to 9af7bb126851
9af7bb12 db: close previous WAL before linking next WAL
06b3565a *: Add compactionOutputSplitter, refactor compaction output switch logic
caf883db …
+12
−13
•
5
comments
- db: add benchmark for creating a new version with many sstables
- db: improve godoc documentation
- internal/metamorphic: generate a new seed every run
- db: fix a few lazy initializations of Batch data
- db: fix Go microbenchmarks to clean up correctly
- internal/manifest: unexport internal btree type methods
- internal/manifest: add helper for comparing B-Tree iterator positions
- crl-release-20.2: db: close previous WAL before linking next WAL
- db: close previous WAL before linking next WAL
- db: prevent conflicting, concurrent L0->LBase compactions
- db: fix nil pointer dereference in compaction
- internal/record: write an EOF trailer on LogWriter Close
- db: add benchmark for creating a new version with many sstables
- db: improve godoc documentation
- internal/metamorphic: generate a new seed every run
- db: fix a few lazy initializations of Batch data
- db: prevent conflicting, concurrent L0->LBase compactions
- internal/manifest: add helper for comparing B-Tree iterator positions
- db: remove unused compaction.maxExpandedBytes
- db: close previous WAL before linking next WAL
- *: add includesBase argument to ValueMerger.Finish
- bloom: minor test ergonomic adjustments
- internal/record: write an EOF trailer on LogWriter Close
Created an issue in cockroachdb/pebble that received 6 comments
perf: don't prioritize compaction of pinned range tombstones
With the introduction of min-overlapping ratio heuristic #707, Pebble started prioritizing compaction of range tombstones by inflating start-level …
6
comments