Re: minio server. Was: Performance of ByteA: ascii vs binary

2019-03-19 Thread Thomas Güttler
Am 18.03.19 um 17:52 schrieb Adrian Klaver: On 3/18/19 7:59 AM, Thomas Güttler wrote: Am 18.03.19 um 15:49 schrieb Tom Lane: Adrian Klaver writes: On 3/18/19 7:33 AM, Thomas Güttler wrote: If I used ascii data the tests took 52 seconds. If I used random binary data the test took 250 sec

Re: minio server. Was: Performance of ByteA: ascii vs binary

2019-03-18 Thread Adrian Klaver
On 3/18/19 7:59 AM, Thomas Güttler wrote: Am 18.03.19 um 15:49 schrieb Tom Lane: Adrian Klaver writes: On 3/18/19 7:33 AM, Thomas Güttler wrote: If I used ascii data the tests took 52 seconds. If I used random binary data the test took 250 seconds. This doesn't seem terribly surprising in

minio server. Was: Performance of ByteA: ascii vs binary

2019-03-18 Thread Thomas Güttler
Am 18.03.19 um 15:49 schrieb Tom Lane: Adrian Klaver writes: On 3/18/19 7:33 AM, Thomas Güttler wrote: If I used ascii data the tests took 52 seconds. If I used random binary data the test took 250 seconds. This doesn't seem terribly surprising in bytea_output = escape mode. Probably wit