featurebase/sql3
pokeeffe-molecula 7f6ea0e6e5
introduce performance counters and system table fanout, plus refactor metrics (#2363)
* performance counters

* first cut of perf counters and system table fanout and a wire protocol
* significantly refactored prometheus support; removed statsd and exprvar

* removed node_id

* put dax subquery test back

* Change Translator.TranslateFieldIDs method to take a dax.TableKeyer

There are a bunch of other calls to the Translator interface methods
with currently take an `index string`, and those need to be converted to
dax.TableKeyer as well. But I need to review each call, because in at
least one place I noticed one being called with `result.Index` instead
of with the qtbl available. And I don't yet know how those could be
different.

Co-authored-by: Travis Turner <travis@molecula.com>
2023-01-11 20:37:00 -06:00
..
parser fix sum aggregate (fb-1874) (#2404) 2023-01-11 15:46:41 -06:00
planner introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-11 20:37:00 -06:00
test fix sum aggregate (fb-1874) (#2404) 2023-01-11 15:46:41 -06:00
errors.go FB-1814: Implement ASCII() (#2378) 2023-01-11 12:32:27 -05:00
interfaces.go introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-11 20:37:00 -06:00
main_test.go use testhook test cleanup 2022-09-26 12:33:43 -05:00
sql_complex_test.go introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-11 20:37:00 -06:00
sql_test.go Fix formatting in CLI results with custom SQLResonse.UnmarshalJSON (#2305) 2022-11-21 18:43:53 -06:00