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

OpenJDK 64-Bit Server VM 17.0.11+9-LTS on Linux 6.5.0-1018-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                         6296           6549         352          6.4         157.4       1.0X
write char with length 5                           9227           9375         209          4.3         230.7       0.7X
write varchar with length 5                        6706           6722          15          6.0         167.7       0.9X

OpenJDK 64-Bit Server VM 17.0.11+9-LTS on Linux 6.5.0-1018-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                        3218           3245          23          6.2         160.9       1.0X
write char with length 10                          6113           6165          55          3.3         305.6       0.5X
write varchar with length 10                       3604           3621          19          5.5         180.2       0.9X

OpenJDK 64-Bit Server VM 17.0.11+9-LTS on Linux 6.5.0-1018-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                        1700           1717          25          5.9         170.0       1.0X
write char with length 20                          4275           4283           9          2.3         427.5       0.4X
write varchar with length 20                       1737           1743           7          5.8         173.7       1.0X

OpenJDK 64-Bit Server VM 17.0.11+9-LTS on Linux 6.5.0-1018-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                         915            916           1          5.5         183.0       1.0X
write char with length 40                          3430           3456          22          1.5         686.0       0.3X
write varchar with length 40                        958            969          17          5.2         191.6       1.0X

OpenJDK 64-Bit Server VM 17.0.11+9-LTS on Linux 6.5.0-1018-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                         614            629          15          5.4         184.1       1.0X
write char with length 60                          3176           3189          12          1.0         952.8       0.2X
write varchar with length 60                        643            648           6          5.2         192.8       1.0X

OpenJDK 64-Bit Server VM 17.0.11+9-LTS on Linux 6.5.0-1018-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                         500            503           2          5.0         200.2       1.0X
write char with length 80                          3003           3004           2          0.8        1201.1       0.2X
write varchar with length 80                        507            517          11          4.9         202.6       1.0X

OpenJDK 64-Bit Server VM 17.0.11+9-LTS on Linux 6.5.0-1018-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                        388            404          14          5.2         193.9       1.0X
write char with length 100                         2927           2932           6          0.7        1463.6       0.1X
write varchar with length 100                       422            431          10          4.7         211.1       0.9X


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

OpenJDK 64-Bit Server VM 17.0.11+9-LTS on Linux 6.5.0-1018-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                         8732           8757          29          4.6         218.3       1.0X
write char with length 5                          10464          10517          46          3.8         261.6       0.8X
write varchar with length 5                       10783          10834          50          3.7         269.6       0.8X

OpenJDK 64-Bit Server VM 17.0.11+9-LTS on Linux 6.5.0-1018-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                        4713           4733          21          4.2         235.6       1.0X
write char with length 10                          6723           6746          37          3.0         336.2       0.7X
write varchar with length 10                       6682           6694          11          3.0         334.1       0.7X

OpenJDK 64-Bit Server VM 17.0.11+9-LTS on Linux 6.5.0-1018-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                        3067           3081          12          3.3         306.7       1.0X
write char with length 20                          4638           4654          17          2.2         463.8       0.7X
write varchar with length 20                       4698           4705           7          2.1         469.8       0.7X

OpenJDK 64-Bit Server VM 17.0.11+9-LTS on Linux 6.5.0-1018-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                        1967           1971           4          2.5         393.4       1.0X
write char with length 40                          3615           3628          20          1.4         723.0       0.5X
write varchar with length 40                       3603           3609           5          1.4         720.7       0.5X

OpenJDK 64-Bit Server VM 17.0.11+9-LTS on Linux 6.5.0-1018-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                        1651           1658           8          2.0         495.3       1.0X
write char with length 60                          3360           3370          10          1.0        1007.9       0.5X
write varchar with length 60                       3305           3307           2          1.0         991.6       0.5X

OpenJDK 64-Bit Server VM 17.0.11+9-LTS on Linux 6.5.0-1018-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                        1470           1475           5          1.7         587.9       1.0X
write char with length 80                          3158           3168          10          0.8        1263.1       0.5X
write varchar with length 80                       3091           3101          15          0.8        1236.4       0.5X

OpenJDK 64-Bit Server VM 17.0.11+9-LTS on Linux 6.5.0-1018-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                       1348           1358          10          1.5         673.8       1.0X
write char with length 100                         3034           3040           7          0.7        1517.0       0.4X
write varchar with length 100                      3029           3033           5          0.7        1514.3       0.4X


