-
Cockroach Labs Inc
- NYC
- http://davidt.io
Highlights
- 1 discussion answered
Block or Report
Block or report dt
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
cockroachdb/cockroach Public
CockroachDB - the open source, cloud-native distributed SQL database.
-
-
If you use multiple sublime windows, try to open files in the right one
-
1,620 contributions in the last year
Less
More
Activity overview
Contributed to
cockroachdb/cockroach,
cockroachdb/cockroach-gen,
cockroachdb/pebble
and 5 other
repositories
Contribution activity
April 2022
Created 74 commits in 2 repositories
Created a pull request in cockroachdb/cockroach that received 10 comments
backupccl: restart restore if plan changed
Off by default. Release note: none.
+198
−147
•
10
comments
Opened 20 other pull requests in 1 repository
cockroachdb/cockroach
15
merged
3
open
2
closed
- release-21.2: kv: send AddSSTable with BulkNormalPri
- release-22.1: kv/bulk: parallelize sending SSTs due to range bounds
- kv/bulk: warn instead of fail on failed initial split
- quotapool: add fast-path when rate is +Inf
- cloud: add read rate limiters
- cloud: add settings to limit external IO writes
- kv/bulk: parallelize sending SSTs due to range bounds
- jobs,builtins: add crdb_internal.job_debug_state to inspect exec state
- backupccl: only scatter empty ranges
- release-22.1: sql,*: remove PlanningCtx.ctx
- sql,*: remove PlanningCtx.ctx
- kv/bulk: track send-wait by store
- batcheval: disable assettions on addsstable above scan
- release-21.2: backupccl: mark backup ExportRequests as Bulk priority
- release-21.2: sql/importer: re-validate unique constraints after IMPORT
- sql/importer: re-validate unique constraints after IMPORT
- release-21.2: backupccl: remove old makeImportSpans
- sql/importer: periodically check if IMPORT should replan
- sql/importer: record plan diagram in job progress
- sql/importer: remove stray log line
Reviewed 50 pull requests in 1 repository
cockroachdb/cockroach
25 pull requests
- release-22.1: kv/bulk: parallelize sending SSTs due to range bounds
- backupccl,sql/importer: pause jobs on exhausting retries
- sql: use BulkNormalPri for index backfiller transactions
- dev: bump version
- kv/bulk: parallelize sending SSTs due to range bounds
- release-22.1: cloud/amazon: retry errors during s3 bucket region lookup
- release-22.1: cloud: add read rate limiters
- quotapool: add fast-path when rate is +Inf
- cloud: add read rate limiters
- cloud: add settings to limit external IO writes
-
backupccl: remove broken handling of inline values in
slurpSSTablesLatestKey - release-22.1: backupccl: add UX guardrails during backup subdirectory resolution
- backupccl: add UX guardrails during backup subdirectory resolution
- roachtest: rewrite backup/mixed-version roachtest
- ttlschedule: include table name when creating the TTL job
- release-22.1: Correction to backup sql diagram
-
util/contextutil: clarify
RunWithTimeouterror message - kv/bulk: track send-wait by store
-
cli: cosmetic change in the output of
start - release-22.1: backupccl: ensure user passes locality aware uris with incremental_location
- release-22.1: ingesting,backupccl: fix bug in privileges of restored descriptors
- release-22.1: bulk: don't scatter after pre-splitting on table boundaries
- bulk: don't scatter after pre-splitting on table boundaries
- spanconfigmanager: create auto span config reconciliation job as node
- release-22.1: backupccl: allow cluster restore from different tenant
- Some pull request reviews not shown.
Created an issue in cockroachdb/cockroach that received 4 comments
sql/importer: IMPORT INTO tables with virtual uniqueness constraints can create duplicates
> create table mr.foo (id int primary key) locality regional by row;
CREATE TABLE > insert into mr.foo (crdb_region, id) values ('europe-west1', 1)…
4
comments