================================================================================================
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                         6999           7135         171          5.7         175.0       1.0X
write char with length 5                           9778           9929         244          4.1         244.4       0.7X
write varchar with length 5                        8020           8096          85          5.0         200.5       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 10:                     Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
write string with length 10                        3385           3410          29          5.9         169.3       1.0X
write char with length 10                          6281           6350          76          3.2         314.0       0.5X
write varchar with length 10                       3648           3663          18          5.5         182.4       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 20:                     Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
write string with length 20                        1738           1746           7          5.8         173.8       1.0X
write char with length 20                          4648           4676          25          2.2         464.8       0.4X
write varchar with length 20                       1859           1876          15          5.4         185.9       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                         959            961           3          5.2         191.9       1.0X
write char with length 40                          3407           3416           9          1.5         681.5       0.3X
write varchar with length 40                       1086           1091           5          4.6         217.1       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 60:                     Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
write string with length 60                         638            642           6          5.2         191.5       1.0X
write char with length 60                          3189           3194           6          1.0         956.7       0.2X
write varchar with length 60                        709            715           6          4.7         212.6       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 80:                     Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
write string with length 80                         509            517          14          4.9         203.6       1.0X
write char with length 80                          2929           2946          15          0.9        1171.5       0.2X
write varchar with length 80                        547            557           9          4.6         218.7       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 100:                    Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
write string with length 100                        429            434           7          4.7         214.6       1.0X
write char with length 100                         2884           2912          48          0.7        1441.9       0.1X
write varchar with length 100                       455            467          10          4.4         227.3       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                         9382           9416          58          4.3         234.6       1.0X
write char with length 5                          12126          12143          16          3.3         303.2       0.8X
write varchar with length 5                       12247          12274          23          3.3         306.2       0.8X

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                        5060           5092          28          4.0         253.0       1.0X
write char with length 10                          7788           7803          16          2.6         389.4       0.6X
write varchar with length 10                       7648           7655          11          2.6         382.4       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                        3202           3211           8          3.1         320.2       1.0X
write char with length 20                          5517           5521           4          1.8         551.7       0.6X
write varchar with length 20                       5166           5188          20          1.9         516.6       0.6X

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                        2252           2254           2          2.2         450.5       1.0X
write char with length 40                          4479           4493          12          1.1         895.8       0.5X
write varchar with length 40                       4051           4067          23          1.2         810.3       0.6X

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                        1873           1885          11          1.8         561.9       1.0X
write char with length 60                          3977           3979           2          0.8        1193.2       0.5X
write varchar with length 60                       3561           3576          20          0.9        1068.4       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                        1684           1696          10          1.5         673.7       1.0X
write char with length 80                          3900           3904           4          0.6        1560.2       0.4X
write varchar with length 80                       3432           3448          23          0.7        1372.7       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                       1602           1614          11          1.2         800.8       1.0X
write char with length 100                         3821           3829           7          0.5        1910.5       0.4X
write varchar with length 100                      3326           3336          11          0.6        1663.0       0.5X


