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

OpenJDK 64-Bit Server VM 17.0.18+8-LTS on Linux 6.14.0-1017-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                         6595           7013         367          6.1         164.9       1.0X
write char with length 5                           9430           9469          66          4.2         235.8       0.7X
write varchar with length 5                        7200           7595         449          5.6         180.0       0.9X

OpenJDK 64-Bit Server VM 17.0.18+8-LTS on Linux 6.14.0-1017-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                        3302           3327          31          6.1         165.1       1.0X
write char with length 10                          6117           6154          53          3.3         305.8       0.5X
write varchar with length 10                       3585           3610          22          5.6         179.2       0.9X

OpenJDK 64-Bit Server VM 17.0.18+8-LTS on Linux 6.14.0-1017-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                        1695           1697           2          5.9         169.5       1.0X
write char with length 20                          4430           4453          23          2.3         443.0       0.4X
write varchar with length 20                       1866           1875          12          5.4         186.6       0.9X

OpenJDK 64-Bit Server VM 17.0.18+8-LTS on Linux 6.14.0-1017-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                         919            928          12          5.4         183.9       1.0X
write char with length 40                          3473           3480           7          1.4         694.7       0.3X
write varchar with length 40                       1036           1044           8          4.8         207.1       0.9X

OpenJDK 64-Bit Server VM 17.0.18+8-LTS on Linux 6.14.0-1017-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                         639            641           2          5.2         191.8       1.0X
write char with length 60                          3227           3238          18          1.0         968.2       0.2X
write varchar with length 60                        676            678           2          4.9         202.8       0.9X

OpenJDK 64-Bit Server VM 17.0.18+8-LTS on Linux 6.14.0-1017-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                         523            527           6          4.8         209.3       1.0X
write char with length 80                          3033           3036           3          0.8        1213.1       0.2X
write varchar with length 80                        536            552          26          4.7         214.6       1.0X

OpenJDK 64-Bit Server VM 17.0.18+8-LTS on Linux 6.14.0-1017-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                        402            412           9          5.0         201.0       1.0X
write char with length 100                         2968           2972           3          0.7        1483.9       0.1X
write varchar with length 100                       436            443           7          4.6         218.1       0.9X


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

OpenJDK 64-Bit Server VM 17.0.18+8-LTS on Linux 6.14.0-1017-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                         7618           7759         160          5.3         190.5       1.0X
write char with length 5                          11128          11176          82          3.6         278.2       0.7X
write varchar with length 5                       11026          11055          36          3.6         275.7       0.7X

OpenJDK 64-Bit Server VM 17.0.18+8-LTS on Linux 6.14.0-1017-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                        4138           4148          10          4.8         206.9       1.0X
write char with length 10                          6337           6338           2          3.2         316.8       0.7X
write varchar with length 10                       6444           6455          14          3.1         322.2       0.6X

OpenJDK 64-Bit Server VM 17.0.18+8-LTS on Linux 6.14.0-1017-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                        2530           2532           2          4.0         253.0       1.0X
write char with length 20                          4875           4890          17          2.1         487.5       0.5X
write varchar with length 20                       4332           4340           8          2.3         433.2       0.6X

OpenJDK 64-Bit Server VM 17.0.18+8-LTS on Linux 6.14.0-1017-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                        1482           1485           3          3.4         296.4       1.0X
write char with length 40                          3746           3752           5          1.3         749.2       0.4X
write varchar with length 40                       3331           3332           1          1.5         666.1       0.4X

OpenJDK 64-Bit Server VM 17.0.18+8-LTS on Linux 6.14.0-1017-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                        1190           1198           7          2.8         357.1       1.0X
write char with length 60                          3324           3329           7          1.0         997.2       0.4X
write varchar with length 60                       2962           2965           5          1.1         888.5       0.4X

OpenJDK 64-Bit Server VM 17.0.18+8-LTS on Linux 6.14.0-1017-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                        1119           1122           2          2.2         447.7       1.0X
write char with length 80                          3236           3251          16          0.8        1294.4       0.3X
write varchar with length 80                       2770           2786          23          0.9        1108.1       0.4X

OpenJDK 64-Bit Server VM 17.0.18+8-LTS on Linux 6.14.0-1017-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                        940            948           9          2.1         470.0       1.0X
write char with length 100                         3111           3122           9          0.6        1555.5       0.3X
write varchar with length 100                      2733           2741           9          0.7        1366.6       0.3X


