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 40 million developers.
Sign up
Pinned
852 contributions in the last year
Contribution activity
December 2019
Created a pull request in cockroachdb/cockroach that received 12 comments
sql: bugfixes in role membership caching
Fixes #42098. This PR fixes some bugs in role membership caching. The role membership cache was a single global, which meant multiple servers in t…
+9
−5
•
12
comments
- sql: update keys per row estimation for secondary indexes
- colexec: allow unneeded index columns to be skipped in cfetcher
- row: move cfetcher initialization validation steps outside of loop
- release-19.2: sql: bugfixes in role membership caching
- sql: fix decoding error in fetcher
- colexec: cfetcher errors on setup when indexed column contains unhandled type
- sql: buffer allocation of secondary index entries
- sql: bugfixes in role membership caching
- colexec: check for unsupported output type of a builtin
- sql: unify span generation code in `sql` via introduction of `SpanBuilder`
- sql: implement fast path for insert
- sql: native support for creating hash sharded indexes
- RFC: easier hash sharded indexes
- sql: Schema change manager approach to alter primary key
- release-19.2: sql/rowexec: select only required cols for interleaved_reader_joiner
- sql/rowexec: select only required cols for interleaved_reader_joiner
Created an issue in cockroachdb/cockroach that received 1 comment
sql: Remove interstices allocation from `SpanBuilder`
Once #42688 lands, there are some optimizations that can be made. One is to remove the large upfront allocation of interstices that the span_builde…
1
comment