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- Santa Cruz, CA
- Santa Cruz, CA
Popular repositories
-
-
-
-
Forked from antlr/antlr4
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
Java
-
-
Forked from influxdata/influxdb-comparisons
Code for comparison write ups of InfluxDB and other solutions
Go
753 contributions in the last year
Activity overview
Contribution activity
May 2020
Created a pull request in influxdata/influxdb that received 1 comment
feat(query): add a planner rule to push down bare aggregates
This adds a rule to push down aggregates that are directly over a ReadRange source.
I followed the existing example of PushDownWindowAggregateRule …
Created an issue in influxdata/influxdb that received 4 comments
Add storage request overhead to execution dependencies
In order to provide more optimal plans, the planner should understand what the overhead is to make a read request of storage. This should be the am…