featurebase/sql3/planner
pokeeffe-molecula a1fc6d04a1 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>
(cherry picked from commit 7f6ea0e6e5)
2023-01-19 21:35:02 +00:00
..
types introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-19 21:35:02 +00:00
compilealtertable.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
compilebulkinsert.go Bug fix round up (fb-1841, fb-1819, fb-1867) (#2396) 2023-01-10 23:28:09 +00:00
compilecreatetable.go introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-19 21:35:02 +00:00
compiledelete.go fix import paths 2023-01-11 18:59:24 +00:00
compiledroptable.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
compileinsert.go Bug fix round up (fb-1841, fb-1819, fb-1867) (#2396) 2023-01-10 23:28:09 +00:00
compileselect.go introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-19 21:35:02 +00:00
compileshow.go include space_used column in show table output (#2401) 2023-01-10 23:28:09 +00:00
executionplanner.go introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-19 21:35:02 +00:00
executionplannersystemtables.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
expression.go FB-1814: Implement ASCII() (#2378) 2023-01-12 00:49:58 +00:00
expression_it_test.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
expressionagg.go fix sum aggregate (fb-1874) (#2404) 2023-01-12 00:49:58 +00:00
expressionanalyzer.go Implement DELETE (fb 1557) (#2382) 2023-01-10 23:25:08 +00:00
expressionanalyzercall.go FB-1814: Implement ASCII() (#2378) 2023-01-12 00:49:58 +00:00
expressionpql.go Implement DELETE (fb 1557) (#2382) 2023-01-10 23:25:08 +00:00
expressiontypes.go FB-1814: Implement ASCII() (#2378) 2023-01-12 00:49:58 +00:00
inbuiltfunctionsdate.go implemented extract ddl; tightened up type related stuff (#2329) 2022-12-12 09:01:20 -08:00
inbuiltfunctionsset.go cleaned up sync from private repo 2022-09-30 11:20:58 -07:00
inbuiltfunctionsstring.go sync cherry-picks 4750c2215..17cb2cbb7 2023-01-12 00:59:13 +00:00
inbuiltfunctionstable.go added testify dependency 2022-09-30 11:31:37 -07:00
main_test.go added testify dependency 2022-09-30 11:31:37 -07:00
opaltertable.go Sync from private repo to commit 12d608c80d 2022-12-12 09:01:20 -08:00
opbulkinsert.go introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-19 21:35:02 +00:00
opcreatetable.go fix import paths and import cycles 2023-01-12 00:31:14 +00:00
opdistinct.go fix import paths and import cycles 2023-01-12 00:31:14 +00:00
opdroptable.go implemented DISTINCT (fb-1562) (#2388) 2023-01-10 23:28:00 +00:00
opfanout.go introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-19 21:35:02 +00:00
opfeaturebasecolumns.go implemented DISTINCT (fb-1562) (#2388) 2023-01-10 23:28:00 +00:00
opfeaturebasetables.go added space_used columns (#2397) 2023-01-10 23:28:09 +00:00
opfilter.go implemented DISTINCT (fb-1562) (#2388) 2023-01-10 23:28:00 +00:00
opgroupby.go fix import paths and import cycles 2023-01-12 00:31:14 +00:00
ophaving.go fix import paths 2023-01-11 18:59:24 +00:00
opinsert.go introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-19 21:35:02 +00:00
opnestedloops.go implemented DISTINCT (fb-1562) (#2388) 2023-01-10 23:28:00 +00:00
opnulltable.go implemented DISTINCT (fb-1562) (#2388) 2023-01-10 23:28:00 +00:00
oporderby.go implemented DISTINCT (fb-1562) (#2388) 2023-01-10 23:28:00 +00:00
oppqlaggregate.go fix import paths and import cycles 2023-01-12 00:31:14 +00:00
oppqldelete.go fix import paths 2023-01-11 18:59:24 +00:00
oppqldistinctscan.go fix import paths 2023-01-11 18:59:24 +00:00
oppqlfiltereddelete.go fix import paths 2023-01-11 18:59:24 +00:00
oppqlgroupby.go fix import paths and import cycles 2023-01-12 00:31:14 +00:00
oppqlmultiaggregate.go implemented DISTINCT (fb-1562) (#2388) 2023-01-10 23:28:00 +00:00
oppqlmultigroupby.go implemented DISTINCT (fb-1562) (#2388) 2023-01-10 23:28:00 +00:00
oppqltablescan.go implemented DISTINCT (fb-1562) (#2388) 2023-01-10 23:28:00 +00:00
opprojection.go implemented DISTINCT (fb-1562) (#2388) 2023-01-10 23:28:00 +00:00
opqltruncate.go fix import paths 2023-01-11 18:59:24 +00:00
opquery.go implemented DISTINCT (fb-1562) (#2388) 2023-01-10 23:28:00 +00:00
oprelalias.go implemented DISTINCT (fb-1562) (#2388) 2023-01-10 23:28:00 +00:00
opsubquery.go fix import paths and import cycles 2023-01-12 00:31:14 +00:00
opsystemtable.go introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-19 21:35:02 +00:00
optablevaluedfunction.go implemented DISTINCT (fb-1562) (#2388) 2023-01-10 23:28:00 +00:00
optop.go implemented DISTINCT (fb-1562) (#2388) 2023-01-10 23:28:00 +00:00
planoptimizer.go Bug fix round up (fb-1841, fb-1819, fb-1867) (#2396) 2023-01-10 23:28:09 +00:00
planwalker.go Implement DELETE (fb 1557) (#2382) 2023-01-10 23:25:08 +00:00
wireprotocol.go introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-19 21:35:02 +00:00