================================================================================================
DELTA_BINARY_PACKED INT32
================================================================================================

OpenJDK 64-Bit Server VM 17.0.19+10-LTS on Linux 6.17.0-1011-azure
AMD EPYC 7763 64-Core Processor
DELTA_BINARY_PACKED INT32:                Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
readIntegers, constant                                2              2           0        482.3           2.1       1.0X
skipIntegers, constant                                3              3           0        335.4           3.0       0.7X
readIntegers, monotonic                               3              3           0        314.9           3.2       0.7X
skipIntegers, monotonic                               3              3           0        335.1           3.0       0.7X
readIntegers, small-delta random                      4              4           0        257.5           3.9       0.5X
skipIntegers, small-delta random                      4              4           0        269.5           3.7       0.6X
readIntegers, wide random                             5              5           0        209.3           4.8       0.4X
skipIntegers, wide random                             5              5           0        218.2           4.6       0.5X


================================================================================================
DELTA_BINARY_PACKED INT64
================================================================================================

OpenJDK 64-Bit Server VM 17.0.19+10-LTS on Linux 6.17.0-1011-azure
AMD EPYC 7763 64-Core Processor
DELTA_BINARY_PACKED INT64:                Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
readLongs, constant                                   5              6           1        191.0           5.2       1.0X
skipLongs, constant                                   6              6           0        170.1           5.9       0.9X
readLongs, monotonic                                  7              7           0        144.9           6.9       0.8X
skipLongs, monotonic                                  6              6           0        170.1           5.9       0.9X
readLongs, small-delta random                         8              8           0        134.8           7.4       0.7X
skipLongs, small-delta random                         7              7           0        152.8           6.5       0.8X
readLongs, wide random                               11             11           0         97.8          10.2       0.5X
skipLongs, wide random                               10             10           0        106.4           9.4       0.6X


================================================================================================
DELTA_BYTE_ARRAY
================================================================================================

OpenJDK 64-Bit Server VM 17.0.19+10-LTS on Linux 6.17.0-1011-azure
AMD EPYC 7763 64-Core Processor
DELTA_BYTE_ARRAY:                         Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
readBinary, no overlap, len=16                       36             37           1         29.2          34.2       1.0X
skipBinary, no overlap, len=16                       41             41           1         25.8          38.7       0.9X
readBinary, half overlap, len=16                     42             43           1         25.0          39.9       0.9X
skipBinary, half overlap, len=16                     48             50           2         21.6          46.2       0.7X
readBinary, full overlap, len=16                     42             44           2         24.8          40.3       0.8X
skipBinary, full overlap, len=16                     48             49           1         21.8          45.9       0.7X
readBinary, half overlap, len=64                     42             44           1         24.8          40.4       0.8X
skipBinary, half overlap, len=64                     47             49           1         22.2          45.1       0.8X


================================================================================================
DELTA_LENGTH_BYTE_ARRAY
================================================================================================

OpenJDK 64-Bit Server VM 17.0.19+10-LTS on Linux 6.17.0-1011-azure
AMD EPYC 7763 64-Core Processor
DELTA_LENGTH_BYTE_ARRAY:                  Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
------------------------------------------------------------------------------------------------------------------------
readBinary, payloadLen=8                             22             25           2         48.1          20.8       1.0X
skipBinary, payloadLen=8                             11             12           1         95.8          10.4       2.0X
readBinary, payloadLen=32                            22             26           3         48.0          20.9       1.0X
skipBinary, payloadLen=32                            11             12           1         97.6          10.2       2.0X
readBinary, payloadLen=128                           26             29           2         40.0          25.0       0.8X
skipBinary, payloadLen=128                           11             12           1         96.0          10.4       2.0X
readBinary, payloadLen=512                           54             62           4         19.3          51.9       0.4X
skipBinary, payloadLen=512                           11             13           2         95.7          10.4       2.0X


================================================================================================
Variant reads
================================================================================================

OpenJDK 64-Bit Server VM 17.0.19+10-LTS on Linux 6.17.0-1011-azure
AMD EPYC 7763 64-Core Processor
Variant reads:                                   Best Time(ms)   Avg Time(ms)   Stdev(ms)    Rate(M/s)   Per Row(ns)   Relative
-------------------------------------------------------------------------------------------------------------------------------
readBytes (INT32)                                            7              7           0        145.8           6.9       1.0X
readShorts (INT32)                                           7              8           1        140.7           7.1       1.0X
readUnsignedIntegers (INT32 -> Long)                         7              7           0        143.3           7.0       1.0X
readUnsignedLongs (INT64 -> Decimal(20,0))                 227            239          25          4.6         216.4       0.0X
skipBytes                                                    8              8           0        136.8           7.3       0.9X
skipShorts                                                   8              8           0        136.6           7.3       0.9X
readByte (INT32 single-value)                               12             12           1         85.8          11.7       0.6X
readShort (INT32 single-value)                              12             12           0         85.9          11.6       0.6X
readInteger (INT32 single-value)                            12             12           0         86.1          11.6       0.6X
readLong (INT64 single-value)                               14             15           1         73.4          13.6       0.5X
readBinary(len) (DELTA_BYTE_ARRAY single-value)             71             77           5         14.7          68.2       0.1X


