Peter Mattis
Peter Mattis
It will if you supply a patch. I'm not sure how that could be achieved, though.
No, rustgo doesn't support general calls (nor is it even available as far as I know) unless you write some custom assembly for each call.
This doesn't feel like a bug in the `ycsb` load generator, but our usage of `haproxy`. Might be worthwhile moving the bug to `cockroachdb/cockroach` so that it doesn't get lost...
This seems similar to https://github.com/cockroachdb/cockroach/issues/17369. My suspicion is we'd want to run these diagnostics at a lower-level than SQL and to have this be built directly into cockroach.
No strong reason not to do both, though I'd like to see #17639 happen first as I think that will be easier for users to use and potentially something we...
TPC-C implementations are often tuned to a specific database. Adapting our implementation to run against Oracle and making sure we're tuning it correctly is a non-trivial task.
Another alternative is to manually specify the hidden `rowid` column in the insert. We could likely get away with `rand.Int63()`. This would obviate the need to regenerate all of the...
@cgag While rocksdb supports DragonFly, our `c-rocksdb` package doesn't (yet). Adding support should be pretty easy. You just need to add the appropriate cflags to https://github.com/cockroachdb/c-rocksdb/blob/master/cgo_flags.go with the build constraint...
@nstewart We can calculate pretty much anything you want. We used to display median/50%-tile, but I removed it intentionally because it was obscuring how poor we were doing on 99%-tile....
Probably need to borrow the `-tolerate-errors` flag and implementation form `block_writer`.