英文: How do I set the maximum pool size in gocql? 问题 我想知道如何在gocql中显式设置最大池大小? 我的意思是更改同时运行的查询数量。 我们在Gra...
使用GoCQL驱动程序如何计算Cassandra表中的记录数?
英文: How do I count the number of records in a Cassandra table using the GoCQL driver? 问题 我想用Go语言(最好使...
How do I check if the Session object in GoCQL is connected similar to PING in Redis?
英文: How do I check if the Session object in GoCQL is connected similar to PING in Redis? 问题 创建了一个使用g...
Golang cassandra gocql事务需要延迟时间来执行。
英文: Golang cassandra gocql transaction need a delay time to executed 问题 这段代码没有删除数据,我不知道为什么。 s.Query(...
How to form dynamic insert query for cassandra golang
英文: How to form dynamic insert query for cassandra golang 问题 我一直在尝试使用gocql驱动程序在golang中为Cassandra创建动态...
使用docker-compose的Golang与Cassandra数据库:无法连接(gocql)
英文: Golang with Cassandra db using docker-compose : cannot connect (gocql) 问题 我正在尝试设置一个Cassandra数据库,...
Scylla gocqlx如何实现类似游标的分页功能。
英文: Scylla gocqlx how to implement pagination similar to a cursor 问题 我正在使用Scylla来保存用户创建的聚会。下面的方法返回一个...
How do I connect to a Cassandra cluster deployed on AWS with gocql?
英文: How do I connect to a Cassandra cluster deployed on AWS with gocql? 问题 我已经设置了一个三节点的Cassandra集群。这...
如何使用gocql将Go类型转换为Scylla/Cassandra类型?
英文: How to convert a Go type to a Scylla/Cassandra type with gocql? 问题 有没有办法使用gocql将Go类型(如[]string)转...
gocql如何遍历来自SELECT查询的数据?
英文: gocql how to walk through data come from a select query 问题 我一直在寻找一种从Cassandra中选择数据并加载到数组中的方法,因为我...