Michael Demmer

Results 10 issues of Michael Demmer

Can you please publish a new version to npm since I'd like to be able to run with the fix from 73719b0070721ac50115f8895ca799dc6acedd74. Thanks!

## Description Implement a simple single-pass scan through the list of tablets that both randomly shuffles the set and pulls the same-cell hosts to the front of the list. This...

Component: Query Serving
Type: Performance

Mocha has its own uncaught exception handler which gets pre-empted by the one that grunt installs. Temporarily remove the grunt one while mocha is running to let it handle the...

Currently if any of the mocha tests called from within grunt simplemocha fail, it emits an error like: ``` Warning: Task "simplemocha:server" failed. Use --force to continue. Error: Task "simplemocha:server"...

## Description Manually generate the exported autoload map in sorted order. ## Details At Slack we commit the vendor autoload map to source control, which makes diffs hard to comprehend...

CLA Signed

### Feature Description # RFC: vtgateproxy Proposal to introduce a new `vtgateproxy` vitess component. This process would sit between the client application (typically as a sidecar on the same host)...

Type: Feature
Type: RFC

Add website command line and feature doc for https://github.com/vitessio/vitess/pull/16351

## Description Implement an optional flow-based tablet balancer. The motivation and algorithm is described more in https://github.com/vitessio/vitess/issues/12241 and in a long comment in the code. In brief, the goal of...

Type: Enhancement
Component: Query Serving

# Description The normalizer should collapse each value row in a bulk insert into a single normalized list for each column. This prevents the plan cache at vtgate and vttablet...

Type: Feature
Component: Evalengine

### Feature Description As part of developing the vtgateproxy (#16045) we needed to make a couple minor enhancements to the vtgate grpc interface: 1. Expose the CloseSession method so callers...

Type: Enhancement
Component: Query Serving