David Ducos
David Ducos
I'm adding support to create hexadecimal random values
Duplicate of https://github.com/akopytov/sysbench/pull/214
Sorry, similar, not the same, I still need the hexadecimal. I will create the PR shortly
We can also use pigz instead of gzip if parallel option is used
The directory restore is ordering the files, on stream, there is a sort but we assume some kind of order. We need to start to consider no order on the...
Implementing this will be simpler after merge #682
Duplicate #529
Hi @matthewlenz , yes, --load-data and --compress and not fully compatible. What do you think that we should be doing? I offer a couple of options: 1. When these options...
I'm not a fan of LOAD DATA, that is why I'm going to ask, why don't you use ZSTD and INSERT statements? Ok! so, we have a fourth way of...
@matthewlenz take into account of using -r when you use mydumper and I think that you will get the same or even better timings than LOAD DATA. That is what...