featurebase/dax/queryer
Travis Turner 92f64f42e9
Stub out the queryer/systemAPI implementation
This is used to fix the fb_exec_requests query; by default, it was doing
"fanout", but that doesn't make sense in serverless. So we needed a way
to prevent fanout when running Serverless. This gets that distinction
from the `SystemAPI.ClusterName()` method.
2023-03-15 11:14:23 -05:00
..
api Add DAX - full list of squashed commits below 2022-12-12 09:01:20 -08:00
client reuse clients instead of making new clients 2023-03-06 13:12:22 -06:00
http CLI: make it more like psql (#2235) 2023-02-14 09:23:51 -06:00
service tweak a bunch of logging and config (#2234) 2023-02-03 14:59:07 -06:00
config.go Remove MDS and replace it with Controller (#2219) 2023-01-30 16:54:12 -06:00
orchestrator.go Enable linter: stylecheck (#2317) 2023-03-14 08:45:18 -05:00
queryer.go Stub out the queryer/systemAPI implementation 2023-03-15 11:14:23 -05:00
schema_api.go Support for setting individual DatabaseOptions (#2231) 2023-02-06 08:50:28 -06:00
system_api.go Stub out the queryer/systemAPI implementation 2023-03-15 11:14:23 -05:00
translator.go reuse clients instead of making new clients 2023-03-06 13:12:22 -06:00