Andy Kimball
Andy Kimball
The grand types refactor had at least one nice benefit!
Could we leave the cluster default at `int8` if it's an existing cluster, but default to `int4` for new clusters? i.e. treat it as a cluster setting rather than a...
We'll definitely need this fixed before we can make MR Serverless a reality. It's a "ship-stopper" issue.
To add to what Irfan has said, the inability to opt-in to per goroutine CPU tracking is a critical gap in the Go runtime for us. We're building a Serverless...
We would like to get to the point where a user can run an `EXPLAIN ANALYZE` and get back a cost _for that single statement_. This should work on a...
This behavior is deliberate. There are many important cases where the parameters need to change without requiring a re-recording. The most common is that ORMs like Pop will automatically generate...
Yeah, I think it'd be possible to have a mode where `copyist` checks inputs (probably a command-line flag and/or global method to enable this mode). If you or another interested...
I'm not sure what might be happening here. We use `-record` all the time without seeing this issue. I'd need a repro to dig further, if you're able to post...
I'd like to bump up the priority of this, since prepared statements now cache more than just the parsed statement, and we want to be encouraging people to use them....