gvsg-rs

Results 21 comments of gvsg-rs

I was assuming *both*.

@tbjuhasz - Can you update this ticket and close this as "Won't do".

I *love* this detail! Thank you, Luke.

cc: @readyset-railway Who was also trying to come up with an explanation for this.

This is a Day 2 problem. We'll get to this after we have done all the Day 1 problems.

It appears that TiCDC is a new replication stream format. We'd have to evaluate the effort in supporting it.

@relsunkaev - thank you for the submission. We expect to work on lateral joins this quarter. I'll update this ticket when we start work on it.

If it's a long running command, it should be treated like a job. So create cache will return back with a job id. And someone can look at the job...

Fair point. Perhaps we can have two flavors of the command — with and without the async keyword. 'create cache async ' will return back immediately irrespective of command completion...

We did not in fact check 'op.is_ordering_comparison()' in this code path. Thank you for the report!