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

OpenJDK 64-Bit Server VM 17.0.19+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      20546.2           0.0       1.0X
readBytes                                             0              0           0       3654.2           0.3       0.2X
readShorts                                            0              1           0       2154.3           0.5       0.1X
readIntegers                                          0              0           0      10214.0           0.1       0.5X
readLongs                                             0              0           0       5137.3           0.2       0.3X
readFloats                                            0              0           0      10239.9           0.1       0.5X
readDoubles                                           0              0           0       5135.5           0.2       0.2X


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

OpenJDK 64-Bit Server VM 17.0.19+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                                  1              1           0       1093.8           0.9       1.0X
readUnsignedLongs                                    17             17           0         61.2          16.3       0.1X
readIntegersWithRebase, no rebase needed              0              0           0       2675.3           0.4       2.4X
readLongsWithRebase, no rebase needed                 1              1           0       2086.2           0.5       1.9X


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

OpenJDK 64-Bit Server VM 17.0.19+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                             15             15           3         72.0          13.9       1.0X
readBinary, payloadLen=32                            15             15           3         70.0          14.3       1.0X
readBinary, payloadLen=128                           17             18           2         60.3          16.6       0.8X
readBinary, payloadLen=512                           38             39           1         27.6          36.2       0.4X


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

OpenJDK 64-Bit Server VM 17.0.19+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                                           1              1           0       1842.8           0.5       1.0X
readByte                                              1              1           0        917.1           1.1       0.5X
readShort                                             1              1           0        916.8           1.1       0.5X
readInteger                                           1              1           0        917.1           1.1       0.5X
readLong                                              1              1           0        917.1           1.1       0.5X
readFloat                                             1              1           0        917.1           1.1       0.5X
readDouble                                            1              1           0        917.0           1.1       0.5X


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

OpenJDK 64-Bit Server VM 17.0.19+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                              5              5           0        214.0           4.7       1.0X
skipBinary, payloadLen=32                             5              5           0        210.8           4.7       1.0X
skipBinary, payloadLen=128                            9              9           0        119.3           8.4       0.6X
skipBinary, payloadLen=512                            8              9           1        124.0           8.1       0.6X
skipFixedLenByteArray, len=4                          0              0           0   26214400.0           0.0  122511.1X
skipFixedLenByteArray, len=16                         0              0           0   26214400.0           0.0  122511.1X
skipFixedLenByteArray, len=64                         0              0           0   26214400.0           0.0  122511.1X
skipBooleans                                          0              0           0   26214400.0           0.0  122511.1X
skipBytes                                             0              0           0   26214400.0           0.0  122511.1X
skipShorts                                            0              0           0   26214400.0           0.0  122511.1X
skipIntegers                                          0              0           0   26214400.0           0.0  122511.1X
skipLongs                                             0              0           0   26214400.0           0.0  122511.1X
skipFloats                                            0              0           0   26214400.0           0.0  122511.1X
skipDoubles                                           0              0           0   26214400.0           0.0  122511.1X


