featurebase/dax/queryer
Travis Turner d971cfc269
Database isolation: Balancer (#2407)
* Database isolation: Balancer

Remove naive Balancer

remove debugging lines

Thread dax.Transaction through Controller

Change role to roleType

Swap out Balancer interface with new one

Standardize InvalidTransaction error

Add some interface comments

* Remove type.Worker; replace with type.Address

* Remove database validate from Queryer

This is already being handled in the `CreateTable()` method. Prior
to doing that validation, we were getting a panic, but that's no longer
the case.

* Remove dax.TableQualifier; replace with dax.QualifiedDatabaseID

* Update IDK test to create database
2023-01-17 11:57:58 -06:00
..
api Add DAX - full list of squashed commits below 2022-11-16 11:19:40 -06:00
client Database isolation: Balancer (#2407) 2023-01-17 11:57:58 -06:00
http Database isolation: Balancer (#2407) 2023-01-17 11:57:58 -06:00
service Make interfaces more specific than "MDS" (#2352) 2022-12-12 13:14:17 -06:00
config.go Introduce ServiceManager and Refactor DAX Integration tests (#2320) 2022-12-05 14:49:17 -06:00
orchestrator.go Database isolation: Balancer (#2407) 2023-01-17 11:57:58 -06:00
queryer.go Database isolation: Balancer (#2407) 2023-01-17 11:57:58 -06:00
schema_api.go Database isolation: Balancer (#2407) 2023-01-17 11:57:58 -06:00
translator.go introduce performance counters and system table fanout, plus refactor metrics (#2363) 2023-01-11 20:37:00 -06:00