scylla-go-driver icon indicating copy to clipboard operation
scylla-go-driver copied to clipboard

checking schema version

Open Michal-Leszczynski opened this issue 3 years ago • 1 comments

Add checking of schema version to refreshTopology so that topology does not need to be updated if nothing changed.

Michal-Leszczynski avatar May 06 '22 10:05 Michal-Leszczynski

peerSchemasStmt = "SELECT schema_version FROM system.peers"
localSchemaStmt = "SELECT schema_version FROM system.local WHERE key='local'"

This could be useful.

Michal-Leszczynski avatar Jul 19 '22 10:07 Michal-Leszczynski