[EDIT] Thanks marc for your suggestion. So far it seems to have worked!
Hi! Firstly, I apologise if this is not the correct way to post a bug report (I’m not even certain it’s a bug). I’m currently mid-development on a Go project, and I’m using a single instance of Cockroach for the database (loving it so far).
I’m connecting to this Cockroach instance via a program written in Go, using the “github.com/lib/pq” library.
Each time I launch, the init sequence works without any issues (Create database if not exists, Set database = x, Create table if not exists, etc.). I only use fairly basic queries when interacting with the database.
Eventually, after an indeterminate amount of time (anywhere from 1-3 hours), my queries begin to return “relation