ScyllaDB powers real-time AI with low latency, high throughput, and billion-scale data.
Learn MoreJoin us on April 14th for free instructor-led training at ScyllaDB University LIVE | Register now
ScyllaDB powers real-time AI with low latency, high throughput, and billion-scale data.
Learn More
ScyllaDB is purpose-built for data-intensive apps that require high throughput & predictable low latency.
Learn More
In this talk, Chris will go over how to use GoCQL to connect and execute queries against Apache Cassandra & ScyllaDB. Whilst doing so, he will explain best practices and some things to watch out for and will go over what the driver is doing behind the scenes when it is executing queries. Unlike traditional database drivers, GoCQL does more than just converting the query into wire format and sending it to a server. For example, it maintains a full view of the cluster to enable it to send queries to the node which owns the data and dynamically discover nodes joining and leaving the cluster.