================================================================================================
Fixed-size bulk reads
================================================================================================

OpenJDK 64-Bit Server VM 21.0.11+10-LTS on Linux 6.17.0-1010-azure
AMD EPYC 7763 64-Core Processor
Fixed-size bulk reads:                    Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
readBooleans                                          0              0           0      20570.4           0.0       1.0X
readBytes                                             0              0           0       3671.3           0.3       0.2X
readShorts                                            0              0           0       3317.6           0.3       0.2X
readIntegers                                          0              0           0       7683.8           0.1       0.4X
readLongs                                             0              0           0       3812.5           0.3       0.2X
readFloats                                            0              0           0      10254.8           0.1       0.5X
readDoubles                                           0              0           0       5122.9           0.2       0.2X


================================================================================================
Conversion bulk reads
================================================================================================

OpenJDK 64-Bit Server VM 21.0.11+10-LTS on Linux 6.17.0-1010-azure
AMD EPYC 7763 64-Core Processor
Conversion bulk reads:                    Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
readUnsignedIntegers                                  0              0           0       5940.6           0.2       1.0X
readUnsignedLongs                                    17             17           0         61.3          16.3       0.0X
readIntegersWithRebase, no rebase needed              0              0           0       3276.6           0.3       0.6X
readLongsWithRebase, no rebase needed                 0              0           0       2279.6           0.4       0.4X


================================================================================================
Variable-length reads
================================================================================================

OpenJDK 64-Bit Server VM 21.0.11+10-LTS on Linux 6.17.0-1010-azure
AMD EPYC 7763 64-Core Processor
Variable-length reads:                    Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
readBinary, payloadLen=8                             14             14           1         74.0          13.5       1.0X
readBinary, payloadLen=32                            15             15           1         71.2          14.0       1.0X
readBinary, payloadLen=128                           17             18           1         60.5          16.5       0.8X
readBinary, payloadLen=512                           37             38           0         28.3          35.3       0.4X


================================================================================================
Single-value reads
================================================================================================

OpenJDK 64-Bit Server VM 21.0.11+10-LTS on Linux 6.17.0-1010-azure
AMD EPYC 7763 64-Core Processor
Single-value reads:                       Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
readBoolean                                           0              0           0       2342.8           0.4       1.0X
readByte                                              0              0           0       2681.3           0.4       1.1X
readShort                                             0              0           0       2681.3           0.4       1.1X
readInteger                                           0              0           0       2681.3           0.4       1.1X
readLong                                              0              0           0       2681.3           0.4       1.1X
readFloat                                             0              0           0       2681.3           0.4       1.1X
readDouble                                            0              0           0       2683.1           0.4       1.1X


================================================================================================
Skip
================================================================================================

OpenJDK 64-Bit Server VM 21.0.11+10-LTS on Linux 6.17.0-1010-azure
AMD EPYC 7763 64-Core Processor
Skip:                                     Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
skipBinary, payloadLen=8                             12             12           1         90.4          11.1       1.0X
skipBinary, payloadLen=32                            12             12           1         90.3          11.1       1.0X
skipBinary, payloadLen=128                           12             13           1         85.5          11.7       0.9X
skipBinary, payloadLen=512                           12             13           1         85.1          11.7       0.9X
skipFixedLenByteArray, len=4                          0              0           0   36157793.1           0.0  399858.2X
skipFixedLenByteArray, len=16                         0              0           0   36157793.1           0.0  399858.2X
skipFixedLenByteArray, len=64                         0              0           0   36157793.1           0.0  399858.2X
skipBooleans                                          0              0           0   36157793.1           0.0  399858.2X
skipBytes                                             0              0           0   36157793.1           0.0  399858.2X
skipShorts                                            0              0           0   36157793.1           0.0  399858.2X
skipIntegers                                          0              0           0   36157793.1           0.0  399858.2X
skipLongs                                             0              0           0   36157793.1           0.0  399858.2X
skipFloats                                            0              0           0   36157793.1           0.0  399858.2X
skipDoubles                                           0              0           0   36157793.1           0.0  399858.2X


