================================================================================================
Char Varchar Write Side Perf w/o Tailing Spaces
================================================================================================

OpenJDK 64-Bit Server VM 17.0.14+7-LTS on Linux 6.8.0-1020-azure
AMD EPYC 7763 64-Core Processor
Write with length 5:                      Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
write string with length 5                         7259           7346          87          5.5         181.5       1.0X
write char with length 5                          10259          10279          27          3.9         256.5       0.7X
write varchar with length 5                        7483           7499          23          5.3         187.1       1.0X

OpenJDK 64-Bit Server VM 17.0.14+7-LTS on Linux 6.8.0-1020-azure
AMD EPYC 7763 64-Core Processor
Write with length 10:                     Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
write string with length 10                        3732           3789          57          5.4         186.6       1.0X
write char with length 10                          6479           6493          14          3.1         324.0       0.6X
write varchar with length 10                       3708           3748          36          5.4         185.4       1.0X

OpenJDK 64-Bit Server VM 17.0.14+7-LTS on Linux 6.8.0-1020-azure
AMD EPYC 7763 64-Core Processor
Write with length 20:                     Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
write string with length 20                        1752           1761          16          5.7         175.2       1.0X
write char with length 20                          4446           4506          52          2.2         444.6       0.4X
write varchar with length 20                       1900           1923          22          5.3         190.0       0.9X

OpenJDK 64-Bit Server VM 17.0.14+7-LTS on Linux 6.8.0-1020-azure
AMD EPYC 7763 64-Core Processor
Write with length 40:                     Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
write string with length 40                         986            997          10          5.1         197.2       1.0X
write char with length 40                          3535           3540           4          1.4         707.1       0.3X
write varchar with length 40                       1037           1043           8          4.8         207.3       1.0X

OpenJDK 64-Bit Server VM 17.0.14+7-LTS on Linux 6.8.0-1020-azure
AMD EPYC 7763 64-Core Processor
Write with length 60:                     Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
write string with length 60                         682            684           2          4.9         204.6       1.0X
write char with length 60                          3192           3201           8          1.0         957.5       0.2X
write varchar with length 60                        715            720           4          4.7         214.5       1.0X

OpenJDK 64-Bit Server VM 17.0.14+7-LTS on Linux 6.8.0-1020-azure
AMD EPYC 7763 64-Core Processor
Write with length 80:                     Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
write string with length 80                         522            527           7          4.8         208.9       1.0X
write char with length 80                          2997           3006          10          0.8        1199.0       0.2X
write varchar with length 80                        542            553          15          4.6         216.7       1.0X

OpenJDK 64-Bit Server VM 17.0.14+7-LTS on Linux 6.8.0-1020-azure
AMD EPYC 7763 64-Core Processor
Write with length 100:                    Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
write string with length 100                        414            420           9          4.8         207.0       1.0X
write char with length 100                         2917           2936          17          0.7        1458.7       0.1X
write varchar with length 100                       462            467           5          4.3         231.1       0.9X


================================================================================================
Char Varchar Write Side Perf w/ Tailing Spaces
================================================================================================

OpenJDK 64-Bit Server VM 17.0.14+7-LTS on Linux 6.8.0-1020-azure
AMD EPYC 7763 64-Core Processor
Write with length 5:                      Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
write string with length 5                         8623           8642          16          4.6         215.6       1.0X
write char with length 5                          11664          11723          86          3.4         291.6       0.7X
write varchar with length 5                       11849          11900          60          3.4         296.2       0.7X

OpenJDK 64-Bit Server VM 17.0.14+7-LTS on Linux 6.8.0-1020-azure
AMD EPYC 7763 64-Core Processor
Write with length 10:                     Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
write string with length 10                        5569           5576           9          3.6         278.5       1.0X
write char with length 10                          7953           7968          25          2.5         397.6       0.7X
write varchar with length 10                       7745           7758          20          2.6         387.3       0.7X

OpenJDK 64-Bit Server VM 17.0.14+7-LTS on Linux 6.8.0-1020-azure
AMD EPYC 7763 64-Core Processor
Write with length 20:                     Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
write string with length 20                        3400           3409          15          2.9         340.0       1.0X
write char with length 20                          5593           5599           9          1.8         559.3       0.6X
write varchar with length 20                       5128           5134          11          2.0         512.8       0.7X

OpenJDK 64-Bit Server VM 17.0.14+7-LTS on Linux 6.8.0-1020-azure
AMD EPYC 7763 64-Core Processor
Write with length 40:                     Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
write string with length 40                        2194           2196           3          2.3         438.8       1.0X
write char with length 40                          4255           4262           7          1.2         850.9       0.5X
write varchar with length 40                       4032           4035           3          1.2         806.5       0.5X

OpenJDK 64-Bit Server VM 17.0.14+7-LTS on Linux 6.8.0-1020-azure
AMD EPYC 7763 64-Core Processor
Write with length 60:                     Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
write string with length 60                        1932           1936           5          1.7         579.5       1.0X
write char with length 60                          3976           3991          14          0.8        1192.9       0.5X
write varchar with length 60                       3690           3692           4          0.9        1106.9       0.5X

OpenJDK 64-Bit Server VM 17.0.14+7-LTS on Linux 6.8.0-1020-azure
AMD EPYC 7763 64-Core Processor
Write with length 80:                     Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
write string with length 80                        1751           1759          12          1.4         700.3       1.0X
write char with length 80                          3842           3854          17          0.7        1536.9       0.5X
write varchar with length 80                       3478           3482           5          0.7        1391.2       0.5X

OpenJDK 64-Bit Server VM 17.0.14+7-LTS on Linux 6.8.0-1020-azure
AMD EPYC 7763 64-Core Processor
Write with length 100:                    Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
write string with length 100                       1579           1588          13          1.3         789.7       1.0X
write char with length 100                         3644           3658          18          0.5        1821.9       0.4X
write varchar with length 100                      3390           3393           4          0.6        1694.9       0.5X


