scylladb / scylla-go-driver

Experimental, high performance Scylla Driver, University of Warsaw students' project
Apache License 2.0
151 stars 7 forks source link

transport: route non-default keyspace queries properly #257

Open Kulezi opened 2 years ago

Kulezi commented 2 years ago

Right now in the case of a token aware query on a keyspace other than default, it will use the plan for the default keyspace. Those queries should follow the plan described in the keyspace, could cost a few allocations as queries on non-default keyspaces should be quite rare.