Jason Brown

Results 11 comments of Jason Brown

A simple way to reproduce: ``` create table dogs (id int, name varchar(56), birth_date timestamptz default CURRENT_TIMESTAMP); insert into dogs values (1, 'kidnap'), (2, 'snoopy'); select name, date_trunc('minute', birth_date::timestamptz) from...

NOTE: this test(s) needs to include env vars, as well.

@aglover / @gvsg-rs is the intended consumer of this information a human or a program (like a devops script)?

Hey @neeBis , thanks for reaching out. Tbh, i created this ticket when I had half the work done, and now it's just waiting to get merged - I've already...

https://github.com/readysettech/readyset/issues/860 or https://github.com/readysettech/readyset/issues/859 might be decent to look at. lmk!

@.EdwinMiranda2701's workaround worked for me

fwiw, we have some hidden feature like this. iirc, Aspen added this \~2+ years ago for some benchmark testing. I'll see if I can find any piece of it -...

I got a bit nerd sniped into looking at this, at least for PG (I did not research mysql). Here's my notes: There are two ways to cancel a query:...

A couple of notes: * MySQL added the GTID tags in 8.4. afaict, They do not appear to carry important information about the event itself, it's more of an additional...

I'm going to put this effort on pause for (at least?) a few weeks, but capturing some thoughts/braindump here (this might just be notes to self ) * The existing...