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

OpenJDK 64-Bit Server VM 17.0.12+7-LTS on Linux 6.5.0-1025-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                         6760           7092         292          5.9         169.0       1.0X
write char with length 5                           9848           9929          87          4.1         246.2       0.7X
write varchar with length 5                        7633           7676          37          5.2         190.8       0.9X

OpenJDK 64-Bit Server VM 17.0.12+7-LTS on Linux 6.5.0-1025-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                        3611           3629          27          5.5         180.5       1.0X
write char with length 10                          6130           6165          50          3.3         306.5       0.6X
write varchar with length 10                       3742           3772          26          5.3         187.1       1.0X

OpenJDK 64-Bit Server VM 17.0.12+7-LTS on Linux 6.5.0-1025-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                        1775           1786          11          5.6         177.5       1.0X
write char with length 20                          4560           4562           2          2.2         456.0       0.4X
write varchar with length 20                       1923           1933           8          5.2         192.3       0.9X

OpenJDK 64-Bit Server VM 17.0.12+7-LTS on Linux 6.5.0-1025-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                         935            958          30          5.3         187.1       1.0X
write char with length 40                          3475           3480           4          1.4         695.0       0.3X
write varchar with length 40                       1019           1038          18          4.9         203.9       0.9X

OpenJDK 64-Bit Server VM 17.0.12+7-LTS on Linux 6.5.0-1025-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                         663            666           4          5.0         199.0       1.0X
write char with length 60                          3240           3248          10          1.0         972.1       0.2X
write varchar with length 60                        711            715           5          4.7         213.2       0.9X

OpenJDK 64-Bit Server VM 17.0.12+7-LTS on Linux 6.5.0-1025-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                         533            544          10          4.7         213.2       1.0X
write char with length 80                          3024           3028           5          0.8        1209.6       0.2X
write varchar with length 80                        560            561           1          4.5         223.9       1.0X

OpenJDK 64-Bit Server VM 17.0.12+7-LTS on Linux 6.5.0-1025-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                        460            464           4          4.3         230.0       1.0X
write char with length 100                         2973           2975           1          0.7        1486.7       0.2X
write varchar with length 100                       483            486           3          4.1         241.4       1.0X


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

OpenJDK 64-Bit Server VM 17.0.12+7-LTS on Linux 6.5.0-1025-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                         8798           8827          25          4.5         219.9       1.0X
write char with length 5                          11984          11999          19          3.3         299.6       0.7X
write varchar with length 5                       12379          12401          20          3.2         309.5       0.7X

OpenJDK 64-Bit Server VM 17.0.12+7-LTS on Linux 6.5.0-1025-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                        5290           5307          19          3.8         264.5       1.0X
write char with length 10                          7536           7538           2          2.7         376.8       0.7X
write varchar with length 10                       7489           7519          39          2.7         374.5       0.7X

OpenJDK 64-Bit Server VM 17.0.12+7-LTS on Linux 6.5.0-1025-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                        3213           3218           6          3.1         321.3       1.0X
write char with length 20                          5570           5578           7          1.8         557.0       0.6X
write varchar with length 20                       5245           5261          15          1.9         524.5       0.6X

OpenJDK 64-Bit Server VM 17.0.12+7-LTS on Linux 6.5.0-1025-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                        2121           2125           7          2.4         424.2       1.0X
write char with length 40                          4399           4419          17          1.1         879.8       0.5X
write varchar with length 40                       4118           4124           5          1.2         823.7       0.5X

OpenJDK 64-Bit Server VM 17.0.12+7-LTS on Linux 6.5.0-1025-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                        1884           1891           6          1.8         565.1       1.0X
write char with length 60                          3939           3941           4          0.8        1181.6       0.5X
write varchar with length 60                       3584           3591           5          0.9        1075.3       0.5X

OpenJDK 64-Bit Server VM 17.0.12+7-LTS on Linux 6.5.0-1025-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                        1838           1842           3          1.4         735.4       1.0X
write char with length 80                          3823           3835          13          0.7        1529.1       0.5X
write varchar with length 80                       3454           3456           2          0.7        1381.8       0.5X

OpenJDK 64-Bit Server VM 17.0.12+7-LTS on Linux 6.5.0-1025-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                       1635           1643          10          1.2         817.3       1.0X
write char with length 100                         3697           3704           6          0.5        1848.3       0.4X
write varchar with length 100                      3355           3375          18          0.6        1677.3       0.5X


