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

OpenJDK 64-Bit Server VM 17.0.16+8-LTS on Linux 6.11.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                         6572           6829         222          6.1         164.3       1.0X
write char with length 5                           9718           9745          43          4.1         242.9       0.7X
write varchar with length 5                        7419           7449          49          5.4         185.5       0.9X

OpenJDK 64-Bit Server VM 17.0.16+8-LTS on Linux 6.11.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                        3344           3352           8          6.0         167.2       1.0X
write char with length 10                          6395           6435          41          3.1         319.8       0.5X
write varchar with length 10                       3621           3627           6          5.5         181.0       0.9X

OpenJDK 64-Bit Server VM 17.0.16+8-LTS on Linux 6.11.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                        1703           1718          16          5.9         170.3       1.0X
write char with length 20                          4663           4701          37          2.1         466.3       0.4X
write varchar with length 20                       1836           1847          13          5.4         183.6       0.9X

OpenJDK 64-Bit Server VM 17.0.16+8-LTS on Linux 6.11.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                         900            911           9          5.6         180.1       1.0X
write char with length 40                          3683           3684           1          1.4         736.6       0.2X
write varchar with length 40                       1017           1028          10          4.9         203.3       0.9X

OpenJDK 64-Bit Server VM 17.0.16+8-LTS on Linux 6.11.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                         634            638           3          5.3         190.2       1.0X
write char with length 60                          3267           3270           3          1.0         980.1       0.2X
write varchar with length 60                        677            689          18          4.9         203.2       0.9X

OpenJDK 64-Bit Server VM 17.0.16+8-LTS on Linux 6.11.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                         493            493           0          5.1         197.2       1.0X
write char with length 80                          3101           3167          62          0.8        1240.3       0.2X
write varchar with length 80                        557            560           3          4.5         222.9       0.9X

OpenJDK 64-Bit Server VM 17.0.16+8-LTS on Linux 6.11.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                        399            408          10          5.0         199.7       1.0X
write char with length 100                         3032           3045          12          0.7        1516.1       0.1X
write varchar with length 100                       455            459           7          4.4         227.4       0.9X


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

OpenJDK 64-Bit Server VM 17.0.16+8-LTS on Linux 6.11.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                         7780           7823          40          5.1         194.5       1.0X
write char with length 5                          10884          10938          70          3.7         272.1       0.7X
write varchar with length 5                       10615          10673          88          3.8         265.4       0.7X

OpenJDK 64-Bit Server VM 17.0.16+8-LTS on Linux 6.11.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                        4629           4641          11          4.3         231.4       1.0X
write char with length 10                          7046           7050           6          2.8         352.3       0.7X
write varchar with length 10                       6512           6540          24          3.1         325.6       0.7X

OpenJDK 64-Bit Server VM 17.0.16+8-LTS on Linux 6.11.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                        2486           2497          12          4.0         248.6       1.0X
write char with length 20                          4770           4787          15          2.1         477.0       0.5X
write varchar with length 20                       4508           4513           4          2.2         450.8       0.6X

OpenJDK 64-Bit Server VM 17.0.16+8-LTS on Linux 6.11.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                        1580           1586           5          3.2         316.1       1.0X
write char with length 40                          3773           3777           5          1.3         754.7       0.4X
write varchar with length 40                       3411           3417           8          1.5         682.2       0.5X

OpenJDK 64-Bit Server VM 17.0.16+8-LTS on Linux 6.11.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                        1303           1305           3          2.6         390.9       1.0X
write char with length 60                          3443           3447           4          1.0        1032.9       0.4X
write varchar with length 60                       3097           3099           2          1.1         929.0       0.4X

OpenJDK 64-Bit Server VM 17.0.16+8-LTS on Linux 6.11.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                        1164           1173           7          2.1         465.7       1.0X
write char with length 80                          3342           3346           5          0.7        1336.9       0.3X
write varchar with length 80                       2912           2926          16          0.9        1164.7       0.4X

OpenJDK 64-Bit Server VM 17.0.16+8-LTS on Linux 6.11.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                       1064           1071           5          1.9         532.2       1.0X
write char with length 100                         3252           3261          11          0.6        1625.9       0.3X
write varchar with length 100                      2846           2855           8          0.7        1422.9       0.4X


