Skip to content

Instantly share code, notes, and snippets.

@porunov
Last active July 11, 2023 12:40
Show Gist options
  • Save porunov/b0804e789ad6af56625230785ae8698b to your computer and use it in GitHub Desktop.
Save porunov/b0804e789ad6af56625230785ae8698b to your computer and use it in GitHub Desktop.
`master` branch CQL benchmarking.
Config:
```
storage.cql.grouping.slice-allowed = false
storage.cql.grouping.slice-limit = 100
```
Benchmark (fanoutFactor) (fastProperty) (hasStepBatchMode) (propertiesBatchMode) (propertyCardinalitySingle) (verticesAmount) Mode Cnt Score Error Units
CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 100 N/A N/A N/A N/A N/A avgt 5 82.952 ± 4.913 ms/op
CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 500 N/A N/A N/A N/A N/A avgt 5 2070.788 ± 140.723 ms/op
CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 100 N/A N/A N/A N/A N/A avgt 5 68.526 ± 6.317 ms/op
CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 500 N/A N/A N/A N/A N/A avgt 5 1780.756 ± 83.245 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 100 N/A N/A N/A N/A N/A avgt 5 149.902 ± 12.056 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 500 N/A N/A N/A N/A N/A avgt 5 3946.539 ± 271.836 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 100 N/A N/A N/A N/A N/A avgt 5 88.701 ± 3.280 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 500 N/A N/A N/A N/A N/A avgt 5 2274.203 ± 89.320 ms/op
CQLMultiQueryBenchmark.getIdToOutVerticesProjection 100 N/A N/A N/A N/A N/A avgt 5 5.040 ± 0.343 ms/op
CQLMultiQueryBenchmark.getIdToOutVerticesProjection 500 N/A N/A N/A N/A N/A avgt 5 88.419 ± 3.755 ms/op
CQLMultiQueryBenchmark.getNames 100 N/A N/A N/A N/A N/A avgt 5 69.861 ± 5.725 ms/op
CQLMultiQueryBenchmark.getNames 500 N/A N/A N/A N/A N/A avgt 5 1873.253 ± 154.389 ms/op
CQLMultiQueryBenchmark.getNeighborNames 100 N/A N/A N/A N/A N/A avgt 5 71.773 ± 6.632 ms/op
CQLMultiQueryBenchmark.getNeighborNames 500 N/A N/A N/A N/A N/A avgt 5 1823.664 ± 77.493 ms/op
CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 100 N/A N/A N/A N/A N/A avgt 5 10.266 ± 0.577 ms/op
CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 500 N/A N/A N/A N/A N/A avgt 5 246.279 ± 13.264 ms/op
CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 100 N/A N/A N/A N/A N/A avgt 5 187.879 ± 6.361 ms/op
CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 500 N/A N/A N/A N/A N/A avgt 5 4970.671 ± 178.411 ms/op
CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 100 N/A N/A N/A N/A N/A avgt 5 8.748 ± 0.539 ms/op
CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 500 N/A N/A N/A N/A N/A avgt 5 176.670 ± 10.212 ms/op
CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 100 N/A N/A N/A N/A N/A avgt 5 9.617 ± 1.197 ms/op
CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 500 N/A N/A N/A N/A N/A avgt 5 191.303 ± 6.615 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true all_properties N/A N/A N/A avgt 5 149.551 ± 1.993 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true required_properties_only N/A N/A N/A avgt 5 152.129 ± 3.324 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties N/A N/A N/A avgt 5 150.305 ± 5.052 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 152.326 ± 5.999 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false all_properties N/A N/A N/A avgt 5 149.355 ± 5.485 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false required_properties_only N/A N/A N/A avgt 5 189.880 ± 7.020 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties N/A N/A N/A avgt 5 147.915 ± 1.782 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 147.956 ± 5.942 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true all_properties N/A N/A N/A avgt 5 4593.001 ± 284.391 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true required_properties_only N/A N/A N/A avgt 5 4459.642 ± 81.141 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties N/A N/A N/A avgt 5 4541.601 ± 177.157 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 4489.163 ± 89.786 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false all_properties N/A N/A N/A avgt 5 4385.638 ± 167.716 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false required_properties_only N/A N/A N/A avgt 5 6165.046 ± 139.669 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties N/A N/A N/A avgt 5 4476.089 ± 269.098 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 4451.209 ± 127.395 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true all_properties N/A N/A N/A avgt 5 142.996 ± 6.141 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true required_properties_only N/A N/A N/A avgt 5 140.532 ± 3.371 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties N/A N/A N/A avgt 5 142.799 ± 3.747 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 141.774 ± 5.866 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false all_properties N/A N/A N/A avgt 5 138.977 ± 5.729 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false required_properties_only N/A N/A N/A avgt 5 215.609 ± 26.905 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties N/A N/A N/A avgt 5 214.787 ± 10.973 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 213.684 ± 12.097 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true all_properties N/A N/A N/A avgt 5 4292.806 ± 148.595 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true required_properties_only N/A N/A N/A avgt 5 4276.383 ± 49.993 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties N/A N/A N/A avgt 5 4339.584 ± 65.773 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 4277.111 ± 85.450 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false all_properties N/A N/A N/A avgt 5 4255.593 ± 87.263 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false required_properties_only N/A N/A N/A avgt 5 7305.749 ± 261.772 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties N/A N/A N/A avgt 5 7210.251 ± 372.338 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 7133.746 ± 213.352 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true all_properties N/A N/A N/A avgt 5 105.795 ± 2.335 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true required_properties_only N/A N/A N/A avgt 5 105.701 ± 12.463 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true required_and_next_properties N/A N/A N/A avgt 5 104.124 ± 6.402 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 104.132 ± 3.597 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false all_properties N/A N/A N/A avgt 5 102.857 ± 5.075 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false required_properties_only N/A N/A N/A avgt 5 88.717 ± 7.650 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false required_and_next_properties N/A N/A N/A avgt 5 87.028 ± 4.843 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 101.556 ± 5.379 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true all_properties N/A N/A N/A avgt 5 3345.167 ± 96.755 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true required_properties_only N/A N/A N/A avgt 5 3308.189 ± 45.320 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true required_and_next_properties N/A N/A N/A avgt 5 3371.074 ± 325.825 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 3400.232 ± 249.791 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false all_properties N/A N/A N/A avgt 5 3248.291 ± 76.520 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false required_properties_only N/A N/A N/A avgt 5 2945.808 ± 137.103 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false required_and_next_properties N/A N/A N/A avgt 5 2967.092 ± 116.280 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 3294.028 ± 376.358 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true all_properties N/A N/A N/A avgt 5 116.059 ± 4.057 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true required_properties_only N/A N/A N/A avgt 5 116.074 ± 3.372 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true required_and_next_properties N/A N/A N/A avgt 5 116.229 ± 6.677 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 114.098 ± 3.525 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false all_properties N/A N/A N/A avgt 5 110.902 ± 2.383 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false required_properties_only N/A N/A N/A avgt 5 97.073 ± 5.880 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false required_and_next_properties N/A N/A N/A avgt 5 97.347 ± 5.644 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 112.209 ± 4.420 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true all_properties N/A N/A N/A avgt 5 3576.993 ± 73.280 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true required_properties_only N/A N/A N/A avgt 5 3694.376 ± 319.459 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true required_and_next_properties N/A N/A N/A avgt 5 3630.711 ± 44.340 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 3645.799 ± 189.072 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false all_properties N/A N/A N/A avgt 5 3543.603 ± 284.979 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false required_properties_only N/A N/A N/A avgt 5 3194.207 ± 119.201 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false required_and_next_properties N/A N/A N/A avgt 5 3273.990 ± 159.043 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 3517.385 ± 44.131 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true all_properties N/A N/A N/A avgt 5 104.480 ± 4.363 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true required_properties_only N/A N/A N/A avgt 5 103.938 ± 5.261 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true required_and_next_properties N/A N/A N/A avgt 5 104.449 ± 3.955 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 105.541 ± 4.812 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false all_properties N/A N/A N/A avgt 5 101.941 ± 4.570 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false required_properties_only N/A N/A N/A avgt 5 87.675 ± 5.549 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false required_and_next_properties N/A N/A N/A avgt 5 88.732 ± 6.058 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 100.977 ± 4.923 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true all_properties N/A N/A N/A avgt 5 3400.395 ± 254.648 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true required_properties_only N/A N/A N/A avgt 5 3424.041 ± 314.273 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true required_and_next_properties N/A N/A N/A avgt 5 3371.751 ± 310.782 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 3312.229 ± 68.570 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false all_properties N/A N/A N/A avgt 5 3301.427 ± 331.058 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false required_properties_only N/A N/A N/A avgt 5 2950.782 ± 86.636 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false required_and_next_properties N/A N/A N/A avgt 5 3009.010 ± 80.896 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 3337.209 ± 344.763 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 5000 avgt 5 77.017 ± 4.289 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 50000 avgt 5 829.012 ± 48.431 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 5000 avgt 5 77.421 ± 4.584 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 50000 avgt 5 827.718 ± 34.909 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A true 5000 avgt 5 67.077 ± 1.897 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A true 50000 avgt 5 752.158 ± 72.798 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A false 5000 avgt 5 67.668 ± 2.879 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A false 50000 avgt 5 729.811 ± 35.065 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 5000 avgt 5 266.908 ± 15.423 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 50000 avgt 5 2771.036 ± 80.049 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 5000 avgt 5 268.821 ± 7.395 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 50000 avgt 5 2752.248 ± 85.525 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A true 5000 avgt 5 353.293 ± 22.799 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A true 50000 avgt 5 3671.647 ± 157.053 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A false 5000 avgt 5 356.922 ± 18.690 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A false 50000 avgt 5 3693.448 ± 172.284 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A true 5000 avgt 5 274.175 ± 11.945 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A true 50000 avgt 5 3097.830 ± 153.535 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A false 5000 avgt 5 271.884 ± 11.830 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A false 50000 avgt 5 3068.362 ± 244.086 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 5000 avgt 5 94.598 ± 6.618 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 50000 avgt 5 1009.584 ± 58.002 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 5000 avgt 5 97.038 ± 8.591 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 50000 avgt 5 979.901 ± 34.860 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A true 5000 avgt 5 1015.114 ± 19.176 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A true 50000 avgt 5 10482.468 ± 239.406 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A false 5000 avgt 5 1033.095 ± 161.906 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A false 50000 avgt 5 10475.858 ± 272.686 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A all_properties N/A 5000 avgt 5 93.195 ± 3.663 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A all_properties N/A 50000 avgt 5 976.623 ± 31.361 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A required_properties_only N/A 5000 avgt 5 92.602 ± 4.849 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A required_properties_only N/A 50000 avgt 5 1010.241 ± 27.557 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A none N/A 5000 avgt 5 972.182 ± 44.897 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A none N/A 50000 avgt 5 9930.775 ± 368.212 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A all_properties N/A 5000 avgt 5 89.203 ± 4.601 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A all_properties N/A 50000 avgt 5 976.009 ± 30.235 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A required_properties_only N/A 5000 avgt 5 90.370 ± 4.237 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A required_properties_only N/A 50000 avgt 5 960.115 ± 31.833 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A none N/A 5000 avgt 5 972.198 ± 88.473 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A none N/A 50000 avgt 5 9962.587 ± 811.671 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A all_properties N/A 5000 avgt 5 85.451 ± 5.134 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A all_properties N/A 50000 avgt 5 996.862 ± 49.052 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A required_properties_only N/A 5000 avgt 5 172.064 ± 12.638 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A required_properties_only N/A 50000 avgt 5 1828.409 ± 113.926 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A none N/A 5000 avgt 5 1274.099 ± 36.426 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A none N/A 50000 avgt 5 12803.624 ± 122.260 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A all_properties N/A 5000 avgt 5 86.752 ± 2.301 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A all_properties N/A 50000 avgt 5 928.759 ± 18.213 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A required_properties_only N/A 5000 avgt 5 175.834 ± 9.470 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A required_properties_only N/A 50000 avgt 5 1765.195 ± 74.490 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A none N/A 5000 avgt 5 1267.730 ± 20.994 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A none N/A 50000 avgt 5 12795.916 ± 132.408 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 61.480 ± 7.524 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 641.602 ± 48.274 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 61.469 ± 6.765 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 627.282 ± 51.911 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A none N/A 5000 avgt 5 962.532 ± 107.118 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A none N/A 50000 avgt 5 9836.703 ± 431.307 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 61.179 ± 12.689 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 630.451 ± 53.382 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 60.958 ± 4.303 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 634.643 ± 49.775 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A none N/A 5000 avgt 5 854.340 ± 78.353 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A none N/A 50000 avgt 5 8662.476 ± 858.509 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A all_properties N/A 5000 avgt 5 66.068 ± 3.351 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A all_properties N/A 50000 avgt 5 722.451 ± 41.062 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A required_properties_only N/A 5000 avgt 5 66.488 ± 2.174 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A required_properties_only N/A 50000 avgt 5 709.141 ± 29.317 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A none N/A 5000 avgt 5 542.854 ± 44.802 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A none N/A 50000 avgt 5 5702.414 ± 403.994 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A all_properties N/A 5000 avgt 5 66.233 ± 2.023 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A all_properties N/A 50000 avgt 5 719.369 ± 21.437 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A required_properties_only N/A 5000 avgt 5 65.529 ± 2.167 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A required_properties_only N/A 50000 avgt 5 701.925 ± 18.465 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A none N/A 5000 avgt 5 542.820 ± 34.805 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A none N/A 50000 avgt 5 5618.640 ± 420.912 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 34.960 ± 2.254 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 373.722 ± 39.364 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 34.672 ± 3.216 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 373.456 ± 27.610 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A none N/A 5000 avgt 5 546.048 ± 41.656 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A none N/A 50000 avgt 5 5578.144 ± 427.907 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 34.459 ± 3.424 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 356.368 ± 25.230 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 35.411 ± 1.988 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 370.056 ± 28.790 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A none N/A 5000 avgt 5 445.847 ± 24.443 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A none N/A 50000 avgt 5 4485.797 ± 179.502 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A all_properties N/A 5000 avgt 5 67.629 ± 3.345 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A all_properties N/A 50000 avgt 5 708.438 ± 31.795 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A required_properties_only N/A 5000 avgt 5 68.566 ± 2.164 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A required_properties_only N/A 50000 avgt 5 747.114 ± 73.134 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A none N/A 5000 avgt 5 563.021 ± 30.549 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A none N/A 50000 avgt 5 5840.594 ± 680.465 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A all_properties N/A 5000 avgt 5 67.389 ± 1.997 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A all_properties N/A 50000 avgt 5 739.896 ± 58.066 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A required_properties_only N/A 5000 avgt 5 67.203 ± 2.194 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A required_properties_only N/A 50000 avgt 5 725.113 ± 18.915 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A none N/A 5000 avgt 5 565.865 ± 38.404 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A none N/A 50000 avgt 5 5680.283 ± 673.216 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 35.234 ± 1.873 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 367.889 ± 27.353 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 35.282 ± 0.795 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 374.913 ± 22.064 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A none N/A 5000 avgt 5 569.159 ± 109.424 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A none N/A 50000 avgt 5 5611.484 ± 904.099 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 34.069 ± 2.943 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 375.126 ± 36.453 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 36.199 ± 1.302 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 375.237 ± 23.413 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A none N/A 5000 avgt 5 444.530 ± 14.481 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A none N/A 50000 avgt 5 4456.178 ± 91.614 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A all_properties N/A 5000 avgt 5 66.162 ± 3.538 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A all_properties N/A 50000 avgt 5 721.481 ± 13.913 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A required_properties_only N/A 5000 avgt 5 68.153 ± 3.036 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A required_properties_only N/A 50000 avgt 5 729.960 ± 13.360 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A none N/A 5000 avgt 5 543.646 ± 33.199 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A none N/A 50000 avgt 5 5733.409 ± 356.636 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A all_properties N/A 5000 avgt 5 66.768 ± 3.767 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A all_properties N/A 50000 avgt 5 736.446 ± 25.099 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A required_properties_only N/A 5000 avgt 5 68.436 ± 2.055 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A required_properties_only N/A 50000 avgt 5 732.493 ± 13.823 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A none N/A 5000 avgt 5 545.060 ± 24.063 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A none N/A 50000 avgt 5 5748.111 ± 940.436 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A all_properties N/A 5000 avgt 5 62.620 ± 2.365 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A all_properties N/A 50000 avgt 5 688.531 ± 27.219 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A required_properties_only N/A 5000 avgt 5 142.719 ± 11.044 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A required_properties_only N/A 50000 avgt 5 1504.167 ± 140.706 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A none N/A 5000 avgt 5 846.264 ± 17.928 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A none N/A 50000 avgt 5 8774.786 ± 95.371 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A all_properties N/A 5000 avgt 5 62.952 ± 2.085 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A all_properties N/A 50000 avgt 5 671.447 ± 34.722 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A required_properties_only N/A 5000 avgt 5 145.520 ± 8.168 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A required_properties_only N/A 50000 avgt 5 1504.581 ± 81.824 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A none N/A 5000 avgt 5 844.449 ± 21.602 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A none N/A 50000 avgt 5 8689.707 ± 307.456 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 35.755 ± 3.054 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 372.065 ± 18.515 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 35.571 ± 1.845 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 373.045 ± 20.236 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A none N/A 5000 avgt 5 524.494 ± 38.019 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A none N/A 50000 avgt 5 5630.484 ± 145.606 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 35.147 ± 2.645 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 370.994 ± 29.078 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 35.881 ± 1.061 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 373.127 ± 15.531 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A none N/A 5000 avgt 5 444.371 ± 13.277 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A none N/A 50000 avgt 5 4486.769 ± 390.290 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A all_properties N/A 5000 avgt 5 91.248 ± 6.142 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A all_properties N/A 50000 avgt 5 994.992 ± 67.051 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A required_properties_only N/A 5000 avgt 5 91.772 ± 4.663 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A required_properties_only N/A 50000 avgt 5 997.723 ± 48.331 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A none N/A 5000 avgt 5 962.468 ± 65.418 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A none N/A 50000 avgt 5 9667.665 ± 528.823 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A all_properties N/A 5000 avgt 5 92.324 ± 7.298 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A all_properties N/A 50000 avgt 5 992.558 ± 47.871 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A required_properties_only N/A 5000 avgt 5 92.868 ± 4.127 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A required_properties_only N/A 50000 avgt 5 985.590 ± 21.971 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A none N/A 5000 avgt 5 926.045 ± 39.835 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A none N/A 50000 avgt 5 9968.797 ± 1006.302 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A all_properties N/A 5000 avgt 5 46.075 ± 2.937 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A all_properties N/A 50000 avgt 5 48.606 ± 1.788 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A required_properties_only N/A 5000 avgt 5 47.870 ± 1.966 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A required_properties_only N/A 50000 avgt 5 49.161 ± 1.782 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A none N/A 5000 avgt 5 484.893 ± 28.912 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A none N/A 50000 avgt 5 499.808 ± 65.456 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A all_properties N/A 5000 avgt 5 46.805 ± 4.214 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A all_properties N/A 50000 avgt 5 47.286 ± 1.410 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A required_properties_only N/A 5000 avgt 5 47.804 ± 1.851 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A required_properties_only N/A 50000 avgt 5 49.066 ± 3.974 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A none N/A 5000 avgt 5 480.542 ± 26.273 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A none N/A 50000 avgt 5 485.370 ± 41.299 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A all_properties N/A 5000 avgt 5 0.414 ± 0.103 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A all_properties N/A 50000 avgt 5 0.419 ± 0.059 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A required_properties_only N/A 5000 avgt 5 0.402 ± 0.061 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A required_properties_only N/A 50000 avgt 5 0.419 ± 0.070 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A none N/A 5000 avgt 5 0.361 ± 0.119 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A none N/A 50000 avgt 5 0.376 ± 0.121 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A all_properties N/A 5000 avgt 5 0.420 ± 0.070 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A all_properties N/A 50000 avgt 5 0.422 ± 0.081 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A required_properties_only N/A 5000 avgt 5 0.415 ± 0.081 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A required_properties_only N/A 50000 avgt 5 0.413 ± 0.089 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A none N/A 5000 avgt 5 0.365 ± 0.103 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A none N/A 50000 avgt 5 0.380 ± 0.091 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A all_properties N/A 5000 avgt 5 67.091 ± 7.892 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A all_properties N/A 50000 avgt 5 721.591 ± 15.181 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A required_properties_only N/A 5000 avgt 5 66.134 ± 3.944 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A required_properties_only N/A 50000 avgt 5 711.047 ± 40.037 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A none N/A 5000 avgt 5 554.754 ± 56.013 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A none N/A 50000 avgt 5 5668.375 ± 334.830 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A all_properties N/A 5000 avgt 5 66.030 ± 3.732 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A all_properties N/A 50000 avgt 5 704.679 ± 10.662 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A required_properties_only N/A 5000 avgt 5 67.112 ± 2.478 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A required_properties_only N/A 50000 avgt 5 702.668 ± 17.930 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A none N/A 5000 avgt 5 543.862 ± 57.539 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A none N/A 50000 avgt 5 5722.792 ± 552.059 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A all_properties N/A 5000 avgt 5 62.523 ± 1.832 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A all_properties N/A 50000 avgt 5 747.462 ± 23.090 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A required_properties_only N/A 5000 avgt 5 141.849 ± 7.987 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A required_properties_only N/A 50000 avgt 5 1496.243 ± 128.598 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A none N/A 5000 avgt 5 859.122 ± 4.755 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A none N/A 50000 avgt 5 8695.665 ± 176.934 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A all_properties N/A 5000 avgt 5 64.275 ± 1.766 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A all_properties N/A 50000 avgt 5 734.532 ± 21.625 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A required_properties_only N/A 5000 avgt 5 143.764 ± 11.389 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A required_properties_only N/A 50000 avgt 5 1530.480 ± 178.574 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A none N/A 5000 avgt 5 849.223 ± 21.146 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A none N/A 50000 avgt 5 8643.118 ± 180.693 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 35.110 ± 2.384 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 361.425 ± 25.739 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 35.798 ± 3.121 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 365.014 ± 29.327 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A none N/A 5000 avgt 5 535.262 ± 21.399 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A none N/A 50000 avgt 5 5522.970 ± 585.300 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 35.261 ± 2.530 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 373.406 ± 30.481 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 35.765 ± 1.864 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 366.534 ± 20.873 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A none N/A 5000 avgt 5 447.583 ± 20.655 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A none N/A 50000 avgt 5 4519.675 ± 229.695 ms/op
`master` branch CQL benchmarking.
Config:
```
storage.cql.grouping.slice-allowed = true
storage.cql.grouping.slice-limit = 100
```
Benchmark (fanoutFactor) (fastProperty) (hasStepBatchMode) (propertiesBatchMode) (propertyCardinalitySingle) (verticesAmount) Mode Cnt Score Error Units
CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 100 N/A N/A N/A N/A N/A avgt 5 84.936 ± 11.510 ms/op
CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 500 N/A N/A N/A N/A N/A avgt 5 2138.813 ± 228.768 ms/op
CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 100 N/A N/A N/A N/A N/A avgt 5 73.576 ± 3.517 ms/op
CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 500 N/A N/A N/A N/A N/A avgt 5 1755.250 ± 108.909 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 100 N/A N/A N/A N/A N/A avgt 5 146.506 ± 9.261 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 500 N/A N/A N/A N/A N/A avgt 5 4152.966 ± 702.195 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 100 N/A N/A N/A N/A N/A avgt 5 95.770 ± 13.196 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 500 N/A N/A N/A N/A N/A avgt 5 2350.766 ± 76.379 ms/op
CQLMultiQueryBenchmark.getIdToOutVerticesProjection 100 N/A N/A N/A N/A N/A avgt 5 5.138 ± 0.372 ms/op
CQLMultiQueryBenchmark.getIdToOutVerticesProjection 500 N/A N/A N/A N/A N/A avgt 5 89.494 ± 4.926 ms/op
CQLMultiQueryBenchmark.getNames 100 N/A N/A N/A N/A N/A avgt 5 76.394 ± 7.579 ms/op
CQLMultiQueryBenchmark.getNames 500 N/A N/A N/A N/A N/A avgt 5 1904.130 ± 107.882 ms/op
CQLMultiQueryBenchmark.getNeighborNames 100 N/A N/A N/A N/A N/A avgt 5 71.869 ± 15.188 ms/op
CQLMultiQueryBenchmark.getNeighborNames 500 N/A N/A N/A N/A N/A avgt 5 1883.419 ± 174.627 ms/op
CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 100 N/A N/A N/A N/A N/A avgt 5 10.764 ± 0.677 ms/op
CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 500 N/A N/A N/A N/A N/A avgt 5 235.827 ± 10.589 ms/op
CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 100 N/A N/A N/A N/A N/A avgt 5 188.648 ± 10.325 ms/op
CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 500 N/A N/A N/A N/A N/A avgt 5 4932.836 ± 315.808 ms/op
CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 100 N/A N/A N/A N/A N/A avgt 5 8.648 ± 0.561 ms/op
CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 500 N/A N/A N/A N/A N/A avgt 5 181.568 ± 5.521 ms/op
CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 100 N/A N/A N/A N/A N/A avgt 5 9.761 ± 1.021 ms/op
CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 500 N/A N/A N/A N/A N/A avgt 5 194.321 ± 14.700 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true all_properties N/A N/A N/A avgt 5 152.599 ± 4.940 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true required_properties_only N/A N/A N/A avgt 5 152.357 ± 7.156 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties N/A N/A N/A avgt 5 153.029 ± 5.578 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 154.602 ± 5.294 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false all_properties N/A N/A N/A avgt 5 148.801 ± 5.262 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false required_properties_only N/A N/A N/A avgt 5 191.942 ± 11.208 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties N/A N/A N/A avgt 5 148.765 ± 3.451 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 150.078 ± 7.855 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true all_properties N/A N/A N/A avgt 5 4503.097 ± 159.702 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true required_properties_only N/A N/A N/A avgt 5 4412.436 ± 156.293 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties N/A N/A N/A avgt 5 4455.258 ± 78.387 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 4507.201 ± 221.434 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false all_properties N/A N/A N/A avgt 5 4439.464 ± 160.849 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false required_properties_only N/A N/A N/A avgt 5 6026.886 ± 124.119 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties N/A N/A N/A avgt 5 4427.126 ± 103.854 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 4496.468 ± 140.672 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true all_properties N/A N/A N/A avgt 5 146.087 ± 6.643 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true required_properties_only N/A N/A N/A avgt 5 142.951 ± 7.669 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties N/A N/A N/A avgt 5 144.552 ± 6.240 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 144.904 ± 8.751 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false all_properties N/A N/A N/A avgt 5 141.467 ± 4.290 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false required_properties_only N/A N/A N/A avgt 5 170.318 ± 6.350 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties N/A N/A N/A avgt 5 136.504 ± 6.913 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 135.492 ± 9.825 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true all_properties N/A N/A N/A avgt 5 4221.126 ± 167.591 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true required_properties_only N/A N/A N/A avgt 5 4351.357 ± 310.098 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties N/A N/A N/A avgt 5 4307.371 ± 138.187 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 4293.031 ± 91.836 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false all_properties N/A N/A N/A avgt 5 4161.134 ± 162.360 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false required_properties_only N/A N/A N/A avgt 5 5597.952 ± 312.598 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties N/A N/A N/A avgt 5 4124.149 ± 180.713 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 4162.619 ± 225.304 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true all_properties N/A N/A N/A avgt 5 105.957 ± 4.460 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true required_properties_only N/A N/A N/A avgt 5 105.380 ± 3.610 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true required_and_next_properties N/A N/A N/A avgt 5 104.262 ± 2.876 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 105.858 ± 3.022 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false all_properties N/A N/A N/A avgt 5 103.245 ± 7.185 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false required_properties_only N/A N/A N/A avgt 5 86.576 ± 7.006 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false required_and_next_properties N/A N/A N/A avgt 5 89.295 ± 6.779 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 103.249 ± 3.852 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true all_properties N/A N/A N/A avgt 5 3266.330 ± 89.834 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true required_properties_only N/A N/A N/A avgt 5 3346.974 ± 323.805 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true required_and_next_properties N/A N/A N/A avgt 5 3353.986 ± 386.016 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 3260.063 ± 147.137 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false all_properties N/A N/A N/A avgt 5 3270.658 ± 330.758 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false required_properties_only N/A N/A N/A avgt 5 2899.785 ± 79.779 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false required_and_next_properties N/A N/A N/A avgt 5 2947.585 ± 131.241 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 3295.714 ± 375.978 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true all_properties N/A N/A N/A avgt 5 116.870 ± 5.008 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true required_properties_only N/A N/A N/A avgt 5 117.168 ± 6.870 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true required_and_next_properties N/A N/A N/A avgt 5 115.795 ± 5.633 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 116.256 ± 7.505 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false all_properties N/A N/A N/A avgt 5 113.182 ± 6.599 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false required_properties_only N/A N/A N/A avgt 5 98.727 ± 8.457 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false required_and_next_properties N/A N/A N/A avgt 5 101.226 ± 10.431 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 114.534 ± 7.453 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true all_properties N/A N/A N/A avgt 5 3634.045 ± 216.913 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true required_properties_only N/A N/A N/A avgt 5 3662.180 ± 347.355 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true required_and_next_properties N/A N/A N/A avgt 5 3590.458 ± 121.293 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 3603.816 ± 63.465 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false all_properties N/A N/A N/A avgt 5 3544.982 ± 304.118 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false required_properties_only N/A N/A N/A avgt 5 3239.857 ± 138.233 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false required_and_next_properties N/A N/A N/A avgt 5 3196.452 ± 133.115 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 3527.361 ± 302.820 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true all_properties N/A N/A N/A avgt 5 105.979 ± 3.684 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true required_properties_only N/A N/A N/A avgt 5 105.679 ± 4.204 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true required_and_next_properties N/A N/A N/A avgt 5 106.063 ± 6.566 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 106.463 ± 5.583 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false all_properties N/A N/A N/A avgt 5 101.919 ± 4.465 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false required_properties_only N/A N/A N/A avgt 5 89.771 ± 7.368 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false required_and_next_properties N/A N/A N/A avgt 5 88.793 ± 7.419 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 102.680 ± 7.311 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true all_properties N/A N/A N/A avgt 5 3372.827 ± 332.094 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true required_properties_only N/A N/A N/A avgt 5 3284.742 ± 101.808 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true required_and_next_properties N/A N/A N/A avgt 5 3357.857 ± 343.025 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 3364.555 ± 297.555 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false all_properties N/A N/A N/A avgt 5 3297.870 ± 342.726 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false required_properties_only N/A N/A N/A avgt 5 2943.258 ± 154.441 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false required_and_next_properties N/A N/A N/A avgt 5 2898.581 ± 170.209 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 3179.583 ± 46.580 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 5000 avgt 5 78.752 ± 6.807 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 50000 avgt 5 837.041 ± 40.756 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 5000 avgt 5 78.510 ± 5.510 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 50000 avgt 5 834.023 ± 47.878 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A true 5000 avgt 5 68.665 ± 1.758 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A true 50000 avgt 5 765.423 ± 32.613 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A false 5000 avgt 5 68.675 ± 2.840 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A false 50000 avgt 5 741.881 ± 33.876 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 5000 avgt 5 111.333 ± 8.244 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 50000 avgt 5 1171.706 ± 52.194 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 5000 avgt 5 271.590 ± 18.246 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 50000 avgt 5 2845.790 ± 136.506 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A true 5000 avgt 5 200.804 ± 12.532 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A true 50000 avgt 5 2065.740 ± 72.874 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A false 5000 avgt 5 358.802 ± 23.282 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A false 50000 avgt 5 3792.123 ± 298.471 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A true 5000 avgt 5 110.185 ± 4.885 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A true 50000 avgt 5 1429.118 ± 65.727 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A false 5000 avgt 5 265.140 ± 19.117 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A false 50000 avgt 5 3217.383 ± 171.846 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 5000 avgt 5 63.692 ± 4.249 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 50000 avgt 5 659.497 ± 25.436 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 5000 avgt 5 98.262 ± 5.163 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 50000 avgt 5 1020.463 ± 79.841 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A true 5000 avgt 5 697.544 ± 66.264 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A true 50000 avgt 5 7257.416 ± 861.198 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A false 5000 avgt 5 1024.386 ± 48.957 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A false 50000 avgt 5 10605.356 ± 373.330 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A all_properties N/A 5000 avgt 5 94.364 ± 5.480 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A all_properties N/A 50000 avgt 5 990.379 ± 44.066 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A required_properties_only N/A 5000 avgt 5 93.357 ± 5.622 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A required_properties_only N/A 50000 avgt 5 980.312 ± 66.151 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A none N/A 5000 avgt 5 972.654 ± 71.635 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A none N/A 50000 avgt 5 9932.700 ± 307.669 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A all_properties N/A 5000 avgt 5 90.589 ± 4.312 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A all_properties N/A 50000 avgt 5 1002.517 ± 59.185 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A required_properties_only N/A 5000 avgt 5 95.207 ± 4.416 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A required_properties_only N/A 50000 avgt 5 987.760 ± 71.767 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A none N/A 5000 avgt 5 978.115 ± 50.283 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A none N/A 50000 avgt 5 9892.389 ± 530.844 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A all_properties N/A 5000 avgt 5 87.245 ± 5.205 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A all_properties N/A 50000 avgt 5 999.808 ± 31.239 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A required_properties_only N/A 5000 avgt 5 93.906 ± 6.583 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A required_properties_only N/A 50000 avgt 5 964.010 ± 52.572 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A none N/A 5000 avgt 5 996.690 ± 60.664 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A none N/A 50000 avgt 5 10187.737 ± 766.249 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A all_properties N/A 5000 avgt 5 87.905 ± 4.983 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A all_properties N/A 50000 avgt 5 988.249 ± 45.685 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A required_properties_only N/A 5000 avgt 5 89.848 ± 3.365 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A required_properties_only N/A 50000 avgt 5 988.230 ± 52.484 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A none N/A 5000 avgt 5 1003.672 ± 78.892 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A none N/A 50000 avgt 5 10317.234 ± 1263.115 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 61.319 ± 7.565 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 650.386 ± 47.984 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 62.419 ± 2.787 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 652.937 ± 28.156 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A none N/A 5000 avgt 5 970.600 ± 32.149 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A none N/A 50000 avgt 5 9690.484 ± 296.980 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 60.948 ± 5.850 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 637.772 ± 62.266 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 60.847 ± 6.598 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 644.505 ± 42.238 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A none N/A 5000 avgt 5 865.640 ± 45.401 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A none N/A 50000 avgt 5 8764.571 ± 287.792 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A all_properties N/A 5000 avgt 5 66.043 ± 1.252 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A all_properties N/A 50000 avgt 5 706.585 ± 35.166 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A required_properties_only N/A 5000 avgt 5 66.933 ± 3.581 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A required_properties_only N/A 50000 avgt 5 729.343 ± 35.146 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A none N/A 5000 avgt 5 564.991 ± 29.487 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A none N/A 50000 avgt 5 5634.215 ± 122.897 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A all_properties N/A 5000 avgt 5 66.015 ± 2.916 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A all_properties N/A 50000 avgt 5 711.187 ± 47.142 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A required_properties_only N/A 5000 avgt 5 66.932 ± 4.405 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A required_properties_only N/A 50000 avgt 5 722.116 ± 27.715 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A none N/A 5000 avgt 5 560.685 ± 22.976 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A none N/A 50000 avgt 5 5755.652 ± 195.557 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 34.791 ± 2.542 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 374.017 ± 25.861 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 36.204 ± 2.524 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 379.076 ± 26.652 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A none N/A 5000 avgt 5 551.074 ± 25.609 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A none N/A 50000 avgt 5 5637.260 ± 210.242 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 35.943 ± 3.622 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 377.552 ± 30.899 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 36.245 ± 1.405 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 377.931 ± 34.058 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A none N/A 5000 avgt 5 445.661 ± 15.662 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A none N/A 50000 avgt 5 4569.511 ± 410.975 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A all_properties N/A 5000 avgt 5 66.670 ± 1.093 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A all_properties N/A 50000 avgt 5 745.972 ± 23.758 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A required_properties_only N/A 5000 avgt 5 69.331 ± 3.775 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A required_properties_only N/A 50000 avgt 5 740.651 ± 35.055 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A none N/A 5000 avgt 5 568.517 ± 12.582 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A none N/A 50000 avgt 5 5760.503 ± 283.163 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A all_properties N/A 5000 avgt 5 69.629 ± 3.168 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A all_properties N/A 50000 avgt 5 747.074 ± 57.439 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A required_properties_only N/A 5000 avgt 5 70.190 ± 4.241 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A required_properties_only N/A 50000 avgt 5 743.901 ± 35.198 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A none N/A 5000 avgt 5 559.690 ± 48.707 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A none N/A 50000 avgt 5 5719.373 ± 225.360 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 35.590 ± 1.281 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 377.091 ± 23.465 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 36.952 ± 3.229 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 373.702 ± 24.371 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A none N/A 5000 avgt 5 543.353 ± 29.870 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A none N/A 50000 avgt 5 5704.092 ± 314.699 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 35.995 ± 2.216 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 381.244 ± 25.327 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 37.044 ± 3.898 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 381.053 ± 27.165 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A none N/A 5000 avgt 5 450.429 ± 22.692 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A none N/A 50000 avgt 5 4588.802 ± 268.134 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A all_properties N/A 5000 avgt 5 70.213 ± 3.072 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A all_properties N/A 50000 avgt 5 759.870 ± 38.912 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A required_properties_only N/A 5000 avgt 5 69.630 ± 3.433 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A required_properties_only N/A 50000 avgt 5 743.321 ± 13.051 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A none N/A 5000 avgt 5 555.568 ± 19.384 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A none N/A 50000 avgt 5 5742.540 ± 329.554 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A all_properties N/A 5000 avgt 5 69.442 ± 3.295 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A all_properties N/A 50000 avgt 5 742.295 ± 61.343 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A required_properties_only N/A 5000 avgt 5 70.364 ± 2.068 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A required_properties_only N/A 50000 avgt 5 748.929 ± 42.026 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A none N/A 5000 avgt 5 563.979 ± 43.837 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A none N/A 50000 avgt 5 5669.953 ± 206.956 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A all_properties N/A 5000 avgt 5 64.299 ± 3.109 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A all_properties N/A 50000 avgt 5 752.788 ± 23.862 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A required_properties_only N/A 5000 avgt 5 66.768 ± 3.971 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A required_properties_only N/A 50000 avgt 5 701.405 ± 26.274 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A none N/A 5000 avgt 5 572.177 ± 36.574 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A none N/A 50000 avgt 5 5774.310 ± 390.453 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A all_properties N/A 5000 avgt 5 65.182 ± 3.120 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A all_properties N/A 50000 avgt 5 736.024 ± 25.805 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A required_properties_only N/A 5000 avgt 5 66.210 ± 4.970 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A required_properties_only N/A 50000 avgt 5 698.153 ± 30.942 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A none N/A 5000 avgt 5 574.013 ± 63.421 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A none N/A 50000 avgt 5 5994.699 ± 859.867 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 35.039 ± 3.067 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 376.165 ± 27.211 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 37.222 ± 1.977 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 376.705 ± 36.784 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A none N/A 5000 avgt 5 537.858 ± 35.517 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A none N/A 50000 avgt 5 5616.118 ± 347.322 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 35.903 ± 1.932 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 375.476 ± 29.550 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 36.455 ± 1.772 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 381.998 ± 32.426 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A none N/A 5000 avgt 5 447.901 ± 27.052 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A none N/A 50000 avgt 5 4550.620 ± 124.782 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A all_properties N/A 5000 avgt 5 94.355 ± 5.411 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A all_properties N/A 50000 avgt 5 1007.247 ± 45.907 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A required_properties_only N/A 5000 avgt 5 95.134 ± 4.458 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A required_properties_only N/A 50000 avgt 5 1013.151 ± 52.172 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A none N/A 5000 avgt 5 969.501 ± 49.908 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A none N/A 50000 avgt 5 9872.021 ± 450.256 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A all_properties N/A 5000 avgt 5 95.020 ± 10.215 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A all_properties N/A 50000 avgt 5 1008.476 ± 28.062 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A required_properties_only N/A 5000 avgt 5 93.123 ± 3.021 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A required_properties_only N/A 50000 avgt 5 1003.895 ± 47.983 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A none N/A 5000 avgt 5 977.069 ± 70.770 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A none N/A 50000 avgt 5 9978.284 ± 82.759 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A all_properties N/A 5000 avgt 5 48.891 ± 3.116 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A all_properties N/A 50000 avgt 5 48.520 ± 1.736 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A required_properties_only N/A 5000 avgt 5 47.540 ± 2.645 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A required_properties_only N/A 50000 avgt 5 49.215 ± 2.055 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A none N/A 5000 avgt 5 487.058 ± 29.030 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A none N/A 50000 avgt 5 492.139 ± 38.968 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A all_properties N/A 5000 avgt 5 47.420 ± 3.033 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A all_properties N/A 50000 avgt 5 47.839 ± 2.761 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A required_properties_only N/A 5000 avgt 5 47.119 ± 2.219 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A required_properties_only N/A 50000 avgt 5 48.889 ± 3.457 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A none N/A 5000 avgt 5 488.136 ± 24.270 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A none N/A 50000 avgt 5 498.748 ± 45.495 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A all_properties N/A 5000 avgt 5 0.421 ± 0.068 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A all_properties N/A 50000 avgt 5 0.431 ± 0.110 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A required_properties_only N/A 5000 avgt 5 0.419 ± 0.072 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A required_properties_only N/A 50000 avgt 5 0.421 ± 0.078 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A none N/A 5000 avgt 5 0.376 ± 0.098 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A none N/A 50000 avgt 5 0.387 ± 0.096 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A all_properties N/A 5000 avgt 5 0.421 ± 0.074 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A all_properties N/A 50000 avgt 5 0.420 ± 0.069 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A required_properties_only N/A 5000 avgt 5 0.421 ± 0.088 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A required_properties_only N/A 50000 avgt 5 0.422 ± 0.108 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A none N/A 5000 avgt 5 0.385 ± 0.074 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A none N/A 50000 avgt 5 0.394 ± 0.073 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A all_properties N/A 5000 avgt 5 67.215 ± 4.120 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A all_properties N/A 50000 avgt 5 722.041 ± 12.187 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A required_properties_only N/A 5000 avgt 5 68.323 ± 3.307 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A required_properties_only N/A 50000 avgt 5 737.039 ± 35.870 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A none N/A 5000 avgt 5 557.873 ± 42.245 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A none N/A 50000 avgt 5 5769.374 ± 254.351 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A all_properties N/A 5000 avgt 5 67.307 ± 4.269 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A all_properties N/A 50000 avgt 5 720.134 ± 24.303 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A required_properties_only N/A 5000 avgt 5 67.954 ± 3.925 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A required_properties_only N/A 50000 avgt 5 715.209 ± 12.793 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A none N/A 5000 avgt 5 552.410 ± 32.060 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A none N/A 50000 avgt 5 5781.140 ± 299.492 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A all_properties N/A 5000 avgt 5 64.324 ± 3.679 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A all_properties N/A 50000 avgt 5 748.840 ± 26.885 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A required_properties_only N/A 5000 avgt 5 67.320 ± 1.461 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A required_properties_only N/A 50000 avgt 5 687.721 ± 18.471 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A none N/A 5000 avgt 5 573.266 ± 45.399 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A none N/A 50000 avgt 5 5805.947 ± 405.516 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A all_properties N/A 5000 avgt 5 63.669 ± 3.620 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A all_properties N/A 50000 avgt 5 739.706 ± 24.254 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A required_properties_only N/A 5000 avgt 5 66.831 ± 2.140 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A required_properties_only N/A 50000 avgt 5 699.003 ± 50.091 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A none N/A 5000 avgt 5 575.690 ± 74.270 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A none N/A 50000 avgt 5 5896.454 ± 786.938 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 35.746 ± 1.248 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 370.246 ± 20.344 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 36.583 ± 2.698 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 378.334 ± 31.577 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A none N/A 5000 avgt 5 557.255 ± 35.732 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A none N/A 50000 avgt 5 5611.758 ± 355.776 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 35.977 ± 2.791 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 373.951 ± 25.769 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 36.232 ± 2.547 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 381.039 ± 27.225 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A none N/A 5000 avgt 5 450.212 ± 29.077 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A none N/A 50000 avgt 5 4544.879 ± 167.038 ms/op
PR #3879 CQL benchmarking.
Config:
```
storage.cql.grouping.keys-allowed = true
storage.cql.grouping.keys-limit = 100
storage.cql.grouping.keys-min = 700
storage.cql.grouping.slice-allowed = false
storage.cql.grouping.slice-limit = 100
```
Benchmark (fanoutFactor) (fastProperty) (hasStepBatchMode) (propertiesBatchMode) (propertyCardinalitySingle) (verticesAmount) Mode Cnt Score Error Units
CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 100 N/A N/A N/A N/A N/A avgt 5 67.695 ± 7.429 ms/op
CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 500 N/A N/A N/A N/A N/A avgt 5 1803.695 ± 90.530 ms/op
CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 100 N/A N/A N/A N/A N/A avgt 5 56.120 ± 2.544 ms/op
CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 500 N/A N/A N/A N/A N/A avgt 5 1487.563 ± 221.875 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 100 N/A N/A N/A N/A N/A avgt 5 124.789 ± 7.708 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 500 N/A N/A N/A N/A N/A avgt 5 3125.316 ± 309.899 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 100 N/A N/A N/A N/A N/A avgt 5 77.863 ± 3.344 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 500 N/A N/A N/A N/A N/A avgt 5 2095.883 ± 178.846 ms/op
CQLMultiQueryBenchmark.getIdToOutVerticesProjection 100 N/A N/A N/A N/A N/A avgt 5 5.174 ± 0.373 ms/op
CQLMultiQueryBenchmark.getIdToOutVerticesProjection 500 N/A N/A N/A N/A N/A avgt 5 91.559 ± 6.433 ms/op
CQLMultiQueryBenchmark.getNames 100 N/A N/A N/A N/A N/A avgt 5 58.283 ± 3.741 ms/op
CQLMultiQueryBenchmark.getNames 500 N/A N/A N/A N/A N/A avgt 5 1546.252 ± 96.155 ms/op
CQLMultiQueryBenchmark.getNeighborNames 100 N/A N/A N/A N/A N/A avgt 5 58.647 ± 3.144 ms/op
CQLMultiQueryBenchmark.getNeighborNames 500 N/A N/A N/A N/A N/A avgt 5 1480.518 ± 61.342 ms/op
CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 100 N/A N/A N/A N/A N/A avgt 5 10.454 ± 0.579 ms/op
CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 500 N/A N/A N/A N/A N/A avgt 5 233.144 ± 11.416 ms/op
CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 100 N/A N/A N/A N/A N/A avgt 5 184.696 ± 6.024 ms/op
CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 500 N/A N/A N/A N/A N/A avgt 5 4634.084 ± 180.075 ms/op
CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 100 N/A N/A N/A N/A N/A avgt 5 8.711 ± 0.500 ms/op
CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 500 N/A N/A N/A N/A N/A avgt 5 177.743 ± 8.121 ms/op
CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 100 N/A N/A N/A N/A N/A avgt 5 9.729 ± 0.995 ms/op
CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 500 N/A N/A N/A N/A N/A avgt 5 194.660 ± 5.648 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true all_properties N/A N/A N/A avgt 5 145.801 ± 5.656 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true required_properties_only N/A N/A N/A avgt 5 147.139 ± 8.313 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties N/A N/A N/A avgt 5 146.358 ± 5.767 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 147.734 ± 6.111 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false all_properties N/A N/A N/A avgt 5 145.464 ± 7.355 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false required_properties_only N/A N/A N/A avgt 5 174.657 ± 3.619 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties N/A N/A N/A avgt 5 142.740 ± 4.900 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 144.040 ± 3.972 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true all_properties N/A N/A N/A avgt 5 4520.224 ± 366.763 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true required_properties_only N/A N/A N/A avgt 5 4540.516 ± 209.411 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties N/A N/A N/A avgt 5 4422.624 ± 203.049 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 4618.559 ± 864.939 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false all_properties N/A N/A N/A avgt 5 4417.222 ± 389.530 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false required_properties_only N/A N/A N/A avgt 5 5985.392 ± 733.235 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties N/A N/A N/A avgt 5 4445.970 ± 260.809 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 4529.138 ± 354.084 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true all_properties N/A N/A N/A avgt 5 136.487 ± 8.015 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true required_properties_only N/A N/A N/A avgt 5 134.817 ± 6.337 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties N/A N/A N/A avgt 5 136.748 ± 7.074 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 135.275 ± 6.493 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false all_properties N/A N/A N/A avgt 5 131.470 ± 7.368 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false required_properties_only N/A N/A N/A avgt 5 162.701 ± 7.610 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties N/A N/A N/A avgt 5 155.628 ± 5.485 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 157.911 ± 7.020 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true all_properties N/A N/A N/A avgt 5 4223.448 ± 151.505 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true required_properties_only N/A N/A N/A avgt 5 4206.245 ± 76.025 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties N/A N/A N/A avgt 5 4245.591 ± 151.533 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 4269.110 ± 78.346 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false all_properties N/A N/A N/A avgt 5 4149.971 ± 113.412 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false required_properties_only N/A N/A N/A avgt 5 6161.626 ± 233.337 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties N/A N/A N/A avgt 5 5908.222 ± 171.404 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 5824.108 ± 133.324 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true all_properties N/A N/A N/A avgt 5 100.517 ± 4.833 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true required_properties_only N/A N/A N/A avgt 5 99.015 ± 4.631 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true required_and_next_properties N/A N/A N/A avgt 5 99.755 ± 3.783 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 99.130 ± 3.285 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false all_properties N/A N/A N/A avgt 5 96.552 ± 2.501 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false required_properties_only N/A N/A N/A avgt 5 76.070 ± 3.721 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false required_and_next_properties N/A N/A N/A avgt 5 76.308 ± 4.648 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 97.553 ± 4.980 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true all_properties N/A N/A N/A avgt 5 3441.168 ± 539.003 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true required_properties_only N/A N/A N/A avgt 5 3415.198 ± 255.463 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true required_and_next_properties N/A N/A N/A avgt 5 3425.855 ± 260.838 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 3421.349 ± 639.637 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false all_properties N/A N/A N/A avgt 5 3381.522 ± 612.266 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false required_properties_only N/A N/A N/A avgt 5 2662.850 ± 79.041 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false required_and_next_properties N/A N/A N/A avgt 5 2658.695 ± 128.667 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 3329.621 ± 420.796 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true all_properties N/A N/A N/A avgt 5 111.101 ± 2.120 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true required_properties_only N/A N/A N/A avgt 5 109.382 ± 2.751 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true required_and_next_properties N/A N/A N/A avgt 5 108.362 ± 3.963 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 108.978 ± 3.902 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false all_properties N/A N/A N/A avgt 5 106.068 ± 5.267 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false required_properties_only N/A N/A N/A avgt 5 87.128 ± 3.491 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false required_and_next_properties N/A N/A N/A avgt 5 88.950 ± 3.349 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 106.731 ± 4.083 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true all_properties N/A N/A N/A avgt 5 3719.890 ± 239.304 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true required_properties_only N/A N/A N/A avgt 5 3770.075 ± 384.508 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true required_and_next_properties N/A N/A N/A avgt 5 3709.795 ± 311.979 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 3765.289 ± 381.379 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false all_properties N/A N/A N/A avgt 5 3604.018 ± 434.133 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false required_properties_only N/A N/A N/A avgt 5 2957.707 ± 84.471 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false required_and_next_properties N/A N/A N/A avgt 5 2918.856 ± 84.201 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 3645.151 ± 250.016 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true all_properties N/A N/A N/A avgt 5 100.635 ± 3.526 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true required_properties_only N/A N/A N/A avgt 5 99.489 ± 6.012 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true required_and_next_properties N/A N/A N/A avgt 5 99.107 ± 4.935 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 98.989 ± 4.434 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false all_properties N/A N/A N/A avgt 5 97.678 ± 4.787 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false required_properties_only N/A N/A N/A avgt 5 76.796 ± 4.377 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false required_and_next_properties N/A N/A N/A avgt 5 75.323 ± 4.655 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 97.291 ± 2.840 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true all_properties N/A N/A N/A avgt 5 3422.475 ± 558.509 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true required_properties_only N/A N/A N/A avgt 5 3473.635 ± 472.350 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true required_and_next_properties N/A N/A N/A avgt 5 3456.144 ± 345.068 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 3499.263 ± 487.863 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false all_properties N/A N/A N/A avgt 5 3352.383 ± 297.597 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false required_properties_only N/A N/A N/A avgt 5 2686.053 ± 132.848 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false required_and_next_properties N/A N/A N/A avgt 5 2676.964 ± 111.633 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 3344.005 ± 432.804 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 5000 avgt 5 79.147 ± 4.921 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 50000 avgt 5 836.773 ± 46.049 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 5000 avgt 5 78.801 ± 4.272 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 50000 avgt 5 830.848 ± 52.774 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A true 5000 avgt 5 66.532 ± 1.743 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A true 50000 avgt 5 653.112 ± 57.939 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A false 5000 avgt 5 64.895 ± 4.031 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A false 50000 avgt 5 650.409 ± 24.132 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 5000 avgt 5 270.706 ± 20.435 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 50000 avgt 5 2822.794 ± 88.330 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 5000 avgt 5 272.821 ± 10.478 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 50000 avgt 5 2894.169 ± 75.677 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A true 5000 avgt 5 364.613 ± 32.259 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A true 50000 avgt 5 3749.380 ± 167.046 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A false 5000 avgt 5 361.995 ± 23.177 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A false 50000 avgt 5 3784.145 ± 183.190 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A true 5000 avgt 5 169.255 ± 7.829 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A true 50000 avgt 5 2071.886 ± 140.580 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A false 5000 avgt 5 164.849 ± 3.583 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A false 50000 avgt 5 2117.710 ± 159.967 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 5000 avgt 5 96.581 ± 8.299 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 50000 avgt 5 1005.016 ± 72.175 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 5000 avgt 5 97.481 ± 8.552 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 50000 avgt 5 1026.776 ± 61.708 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A true 5000 avgt 5 1032.742 ± 52.503 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A true 50000 avgt 5 10643.933 ± 400.708 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A false 5000 avgt 5 1035.081 ± 37.482 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A false 50000 avgt 5 10654.271 ± 172.236 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A all_properties N/A 5000 avgt 5 82.980 ± 3.665 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A all_properties N/A 50000 avgt 5 864.433 ± 26.990 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A required_properties_only N/A 5000 avgt 5 81.745 ± 3.247 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A required_properties_only N/A 50000 avgt 5 873.453 ± 47.661 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A none N/A 5000 avgt 5 986.498 ± 66.474 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A none N/A 50000 avgt 5 9962.897 ± 721.268 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A all_properties N/A 5000 avgt 5 80.662 ± 4.153 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A all_properties N/A 50000 avgt 5 876.272 ± 33.298 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A required_properties_only N/A 5000 avgt 5 82.149 ± 2.176 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A required_properties_only N/A 50000 avgt 5 872.895 ± 23.055 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A none N/A 5000 avgt 5 976.388 ± 87.468 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A none N/A 50000 avgt 5 9890.942 ± 321.012 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A all_properties N/A 5000 avgt 5 82.405 ± 2.400 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A all_properties N/A 50000 avgt 5 882.763 ± 20.374 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A required_properties_only N/A 5000 avgt 5 107.487 ± 4.714 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A required_properties_only N/A 50000 avgt 5 1138.500 ± 22.434 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A none N/A 5000 avgt 5 1286.378 ± 49.942 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A none N/A 50000 avgt 5 12968.638 ± 250.429 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A all_properties N/A 5000 avgt 5 82.899 ± 2.261 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A all_properties N/A 50000 avgt 5 888.003 ± 50.396 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A required_properties_only N/A 5000 avgt 5 111.077 ± 2.906 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A required_properties_only N/A 50000 avgt 5 1143.960 ± 53.787 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A none N/A 5000 avgt 5 1275.301 ± 42.554 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A none N/A 50000 avgt 5 12952.149 ± 192.623 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 43.775 ± 1.491 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 457.517 ± 16.726 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 44.810 ± 1.863 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 451.237 ± 29.056 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A none N/A 5000 avgt 5 971.195 ± 40.025 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A none N/A 50000 avgt 5 9791.034 ± 434.247 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 43.425 ± 2.339 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 453.851 ± 26.222 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 43.656 ± 1.417 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 458.205 ± 25.067 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A none N/A 5000 avgt 5 860.380 ± 51.691 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A none N/A 50000 avgt 5 8756.758 ± 319.520 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A all_properties N/A 5000 avgt 5 65.547 ± 3.498 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A all_properties N/A 50000 avgt 5 720.001 ± 46.952 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A required_properties_only N/A 5000 avgt 5 66.465 ± 4.168 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A required_properties_only N/A 50000 avgt 5 707.901 ± 25.609 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A none N/A 5000 avgt 5 547.654 ± 40.593 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A none N/A 50000 avgt 5 5729.478 ± 374.130 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A all_properties N/A 5000 avgt 5 65.338 ± 3.876 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A all_properties N/A 50000 avgt 5 712.579 ± 14.332 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A required_properties_only N/A 5000 avgt 5 66.592 ± 3.292 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A required_properties_only N/A 50000 avgt 5 702.671 ± 10.511 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A none N/A 5000 avgt 5 562.738 ± 63.956 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A none N/A 50000 avgt 5 5753.676 ± 617.722 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 28.453 ± 1.753 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 305.272 ± 15.582 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 29.648 ± 0.591 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 303.346 ± 17.090 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A none N/A 5000 avgt 5 553.279 ± 17.682 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A none N/A 50000 avgt 5 5556.173 ± 573.025 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 28.282 ± 1.135 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 304.148 ± 33.816 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 30.031 ± 2.265 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 301.986 ± 18.420 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A none N/A 5000 avgt 5 448.674 ± 35.858 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A none N/A 50000 avgt 5 4519.813 ± 135.532 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A all_properties N/A 5000 avgt 5 68.126 ± 3.985 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A all_properties N/A 50000 avgt 5 739.804 ± 30.731 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A required_properties_only N/A 5000 avgt 5 70.243 ± 4.539 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A required_properties_only N/A 50000 avgt 5 752.022 ± 24.238 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A none N/A 5000 avgt 5 553.911 ± 52.372 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A none N/A 50000 avgt 5 5778.848 ± 396.790 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A all_properties N/A 5000 avgt 5 68.279 ± 3.195 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A all_properties N/A 50000 avgt 5 742.990 ± 14.088 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A required_properties_only N/A 5000 avgt 5 69.227 ± 4.714 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A required_properties_only N/A 50000 avgt 5 732.819 ± 31.361 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A none N/A 5000 avgt 5 559.681 ± 32.890 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A none N/A 50000 avgt 5 5792.162 ± 409.857 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 28.895 ± 1.383 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 306.308 ± 12.828 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 29.757 ± 0.878 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 305.027 ± 15.814 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A none N/A 5000 avgt 5 546.842 ± 16.229 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A none N/A 50000 avgt 5 5646.825 ± 662.107 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 29.484 ± 1.732 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 302.823 ± 13.615 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 29.942 ± 0.878 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 306.420 ± 18.110 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A none N/A 5000 avgt 5 453.887 ± 34.736 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A none N/A 50000 avgt 5 4545.930 ± 270.092 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A all_properties N/A 5000 avgt 5 67.852 ± 2.113 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A all_properties N/A 50000 avgt 5 734.367 ± 41.743 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A required_properties_only N/A 5000 avgt 5 69.434 ± 4.178 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A required_properties_only N/A 50000 avgt 5 741.257 ± 76.343 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A none N/A 5000 avgt 5 550.168 ± 40.208 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A none N/A 50000 avgt 5 5758.431 ± 874.599 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A all_properties N/A 5000 avgt 5 67.462 ± 2.072 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A all_properties N/A 50000 avgt 5 733.713 ± 32.360 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A required_properties_only N/A 5000 avgt 5 68.504 ± 3.141 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A required_properties_only N/A 50000 avgt 5 720.861 ± 23.168 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A none N/A 5000 avgt 5 560.064 ± 54.033 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A none N/A 50000 avgt 5 5808.666 ± 351.664 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A all_properties N/A 5000 avgt 5 63.651 ± 2.624 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A all_properties N/A 50000 avgt 5 684.836 ± 32.145 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A required_properties_only N/A 5000 avgt 5 93.957 ± 4.619 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A required_properties_only N/A 50000 avgt 5 964.627 ± 52.340 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A none N/A 5000 avgt 5 856.159 ± 23.279 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A none N/A 50000 avgt 5 8846.228 ± 239.812 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A all_properties N/A 5000 avgt 5 63.855 ± 2.613 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A all_properties N/A 50000 avgt 5 678.602 ± 43.878 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A required_properties_only N/A 5000 avgt 5 92.719 ± 3.786 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A required_properties_only N/A 50000 avgt 5 976.567 ± 38.979 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A none N/A 5000 avgt 5 872.845 ± 23.631 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A none N/A 50000 avgt 5 8828.282 ± 177.527 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 30.016 ± 1.709 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 305.920 ± 14.567 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 29.698 ± 1.140 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 304.899 ± 16.632 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A none N/A 5000 avgt 5 549.282 ± 40.754 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A none N/A 50000 avgt 5 5671.687 ± 317.944 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 29.175 ± 1.819 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 305.143 ± 17.663 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 29.637 ± 1.063 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 312.458 ± 25.915 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A none N/A 5000 avgt 5 451.583 ± 18.151 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A none N/A 50000 avgt 5 4532.290 ± 195.572 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A all_properties N/A 5000 avgt 5 81.861 ± 2.821 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A all_properties N/A 50000 avgt 5 892.864 ± 31.529 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A required_properties_only N/A 5000 avgt 5 82.564 ± 3.761 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A required_properties_only N/A 50000 avgt 5 883.290 ± 34.654 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A none N/A 5000 avgt 5 972.231 ± 90.699 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A none N/A 50000 avgt 5 9838.085 ± 196.211 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A all_properties N/A 5000 avgt 5 82.060 ± 4.597 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A all_properties N/A 50000 avgt 5 906.417 ± 24.322 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A required_properties_only N/A 5000 avgt 5 83.638 ± 4.502 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A required_properties_only N/A 50000 avgt 5 884.127 ± 25.442 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A none N/A 5000 avgt 5 975.041 ± 70.899 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A none N/A 50000 avgt 5 9825.956 ± 407.766 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A all_properties N/A 5000 avgt 5 41.975 ± 2.165 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A all_properties N/A 50000 avgt 5 43.498 ± 1.381 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A required_properties_only N/A 5000 avgt 5 42.757 ± 2.247 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A required_properties_only N/A 50000 avgt 5 43.222 ± 1.511 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A none N/A 5000 avgt 5 488.403 ± 35.512 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A none N/A 50000 avgt 5 493.901 ± 13.921 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A all_properties N/A 5000 avgt 5 42.030 ± 2.213 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A all_properties N/A 50000 avgt 5 43.350 ± 1.617 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A required_properties_only N/A 5000 avgt 5 42.229 ± 1.918 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A required_properties_only N/A 50000 avgt 5 43.337 ± 1.792 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A none N/A 5000 avgt 5 490.124 ± 6.837 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A none N/A 50000 avgt 5 498.151 ± 56.015 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A all_properties N/A 5000 avgt 5 0.420 ± 0.086 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A all_properties N/A 50000 avgt 5 0.423 ± 0.089 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A required_properties_only N/A 5000 avgt 5 0.420 ± 0.098 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A required_properties_only N/A 50000 avgt 5 0.420 ± 0.054 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A none N/A 5000 avgt 5 0.367 ± 0.081 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A none N/A 50000 avgt 5 0.373 ± 0.070 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A all_properties N/A 5000 avgt 5 0.419 ± 0.088 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A all_properties N/A 50000 avgt 5 0.435 ± 0.073 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A required_properties_only N/A 5000 avgt 5 0.417 ± 0.068 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A required_properties_only N/A 50000 avgt 5 0.423 ± 0.099 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A none N/A 5000 avgt 5 0.388 ± 0.117 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A none N/A 50000 avgt 5 0.388 ± 0.102 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A all_properties N/A 5000 avgt 5 65.597 ± 3.159 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A all_properties N/A 50000 avgt 5 705.680 ± 16.985 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A required_properties_only N/A 5000 avgt 5 66.306 ± 2.476 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A required_properties_only N/A 50000 avgt 5 719.765 ± 8.397 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A none N/A 5000 avgt 5 569.305 ± 13.366 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A none N/A 50000 avgt 5 5769.815 ± 439.864 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A all_properties N/A 5000 avgt 5 65.950 ± 2.011 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A all_properties N/A 50000 avgt 5 707.313 ± 37.217 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A required_properties_only N/A 5000 avgt 5 67.014 ± 2.764 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A required_properties_only N/A 50000 avgt 5 714.189 ± 20.970 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A none N/A 5000 avgt 5 561.719 ± 34.993 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A none N/A 50000 avgt 5 5850.396 ± 522.271 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A all_properties N/A 5000 avgt 5 68.468 ± 3.694 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A all_properties N/A 50000 avgt 5 681.230 ± 24.978 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A required_properties_only N/A 5000 avgt 5 93.365 ± 4.208 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A required_properties_only N/A 50000 avgt 5 975.648 ± 31.166 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A none N/A 5000 avgt 5 851.931 ± 21.540 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A none N/A 50000 avgt 5 8397.171 ± 226.303 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A all_properties N/A 5000 avgt 5 64.934 ± 2.827 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A all_properties N/A 50000 avgt 5 772.919 ± 33.461 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A required_properties_only N/A 5000 avgt 5 93.466 ± 4.731 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A required_properties_only N/A 50000 avgt 5 984.139 ± 58.617 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A none N/A 5000 avgt 5 848.467 ± 60.688 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A none N/A 50000 avgt 5 8774.972 ± 103.709 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 29.704 ± 1.854 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 302.879 ± 15.897 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 29.178 ± 1.548 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 303.528 ± 26.959 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A none N/A 5000 avgt 5 553.349 ± 70.279 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A none N/A 50000 avgt 5 5673.131 ± 388.715 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 28.680 ± 1.818 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 301.746 ± 15.706 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 29.266 ± 0.915 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 304.127 ± 14.417 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A none N/A 5000 avgt 5 447.573 ± 14.427 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A none N/A 50000 avgt 5 4543.863 ± 187.374 ms/op
PR #3879 CQL benchmarking.
Config:
```
storage.cql.grouping.keys-allowed = false
storage.cql.grouping.keys-limit = 100
storage.cql.grouping.keys-min = 700
storage.cql.grouping.slice-allowed = true
storage.cql.grouping.slice-limit = 100
```
Benchmark (fanoutFactor) (fastProperty) (hasStepBatchMode) (propertiesBatchMode) (propertyCardinalitySingle) (verticesAmount) Mode Cnt Score Error Units
CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 100 N/A N/A N/A N/A N/A avgt 5 82.165 ± 8.556 ms/op
CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 500 N/A N/A N/A N/A N/A avgt 5 2186.432 ± 186.274 ms/op
CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 100 N/A N/A N/A N/A N/A avgt 5 68.277 ± 5.324 ms/op
CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 500 N/A N/A N/A N/A N/A avgt 5 1768.291 ± 92.072 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 100 N/A N/A N/A N/A N/A avgt 5 154.576 ± 13.616 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 500 N/A N/A N/A N/A N/A avgt 5 4054.486 ± 224.808 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 100 N/A N/A N/A N/A N/A avgt 5 88.267 ± 7.862 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 500 N/A N/A N/A N/A N/A avgt 5 2369.235 ± 85.444 ms/op
CQLMultiQueryBenchmark.getIdToOutVerticesProjection 100 N/A N/A N/A N/A N/A avgt 5 5.281 ± 0.307 ms/op
CQLMultiQueryBenchmark.getIdToOutVerticesProjection 500 N/A N/A N/A N/A N/A avgt 5 91.098 ± 2.442 ms/op
CQLMultiQueryBenchmark.getNames 100 N/A N/A N/A N/A N/A avgt 5 71.905 ± 4.469 ms/op
CQLMultiQueryBenchmark.getNames 500 N/A N/A N/A N/A N/A avgt 5 1938.458 ± 195.162 ms/op
CQLMultiQueryBenchmark.getNeighborNames 100 N/A N/A N/A N/A N/A avgt 5 72.519 ± 5.177 ms/op
CQLMultiQueryBenchmark.getNeighborNames 500 N/A N/A N/A N/A N/A avgt 5 1838.284 ± 81.539 ms/op
CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 100 N/A N/A N/A N/A N/A avgt 5 10.375 ± 0.534 ms/op
CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 500 N/A N/A N/A N/A N/A avgt 5 239.211 ± 10.541 ms/op
CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 100 N/A N/A N/A N/A N/A avgt 5 199.408 ± 7.955 ms/op
CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 500 N/A N/A N/A N/A N/A avgt 5 5256.933 ± 390.089 ms/op
CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 100 N/A N/A N/A N/A N/A avgt 5 8.792 ± 0.767 ms/op
CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 500 N/A N/A N/A N/A N/A avgt 5 184.032 ± 11.167 ms/op
CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 100 N/A N/A N/A N/A N/A avgt 5 9.842 ± 1.135 ms/op
CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 500 N/A N/A N/A N/A N/A avgt 5 194.745 ± 13.687 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true all_properties N/A N/A N/A avgt 5 152.368 ± 4.285 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true required_properties_only N/A N/A N/A avgt 5 155.341 ± 7.303 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties N/A N/A N/A avgt 5 153.364 ± 7.427 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 154.645 ± 6.630 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false all_properties N/A N/A N/A avgt 5 150.502 ± 6.174 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false required_properties_only N/A N/A N/A avgt 5 193.754 ± 14.787 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties N/A N/A N/A avgt 5 152.153 ± 8.977 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 151.245 ± 4.860 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true all_properties N/A N/A N/A avgt 5 4577.812 ± 203.582 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true required_properties_only N/A N/A N/A avgt 5 4713.272 ± 309.963 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties N/A N/A N/A avgt 5 4753.056 ± 260.058 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 4617.835 ± 111.984 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false all_properties N/A N/A N/A avgt 5 4475.287 ± 111.122 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false required_properties_only N/A N/A N/A avgt 5 6395.500 ± 243.590 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties N/A N/A N/A avgt 5 4585.997 ± 157.271 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 4482.509 ± 158.166 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true all_properties N/A N/A N/A avgt 5 145.263 ± 4.085 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true required_properties_only N/A N/A N/A avgt 5 144.011 ± 4.484 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties N/A N/A N/A avgt 5 144.535 ± 6.330 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 144.428 ± 6.708 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false all_properties N/A N/A N/A avgt 5 139.594 ± 4.754 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false required_properties_only N/A N/A N/A avgt 5 174.696 ± 12.534 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties N/A N/A N/A avgt 5 134.849 ± 3.506 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 135.623 ± 7.807 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true all_properties N/A N/A N/A avgt 5 4369.025 ± 174.155 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true required_properties_only N/A N/A N/A avgt 5 4390.856 ± 79.678 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties N/A N/A N/A avgt 5 4402.578 ± 133.853 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 4423.105 ± 137.830 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false all_properties N/A N/A N/A avgt 5 4322.879 ± 115.359 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false required_properties_only N/A N/A N/A avgt 5 5722.012 ± 250.305 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties N/A N/A N/A avgt 5 4179.725 ± 140.664 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 4221.026 ± 128.212 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true all_properties N/A N/A N/A avgt 5 106.929 ± 4.503 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true required_properties_only N/A N/A N/A avgt 5 106.714 ± 2.747 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true required_and_next_properties N/A N/A N/A avgt 5 105.986 ± 6.092 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 106.391 ± 4.902 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false all_properties N/A N/A N/A avgt 5 103.772 ± 5.905 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false required_properties_only N/A N/A N/A avgt 5 90.045 ± 11.242 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false required_and_next_properties N/A N/A N/A avgt 5 90.104 ± 9.549 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 102.852 ± 6.469 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true all_properties N/A N/A N/A avgt 5 3349.562 ± 110.350 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true required_properties_only N/A N/A N/A avgt 5 3433.299 ± 212.559 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true required_and_next_properties N/A N/A N/A avgt 5 3424.640 ± 346.573 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 3468.334 ± 178.079 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false all_properties N/A N/A N/A avgt 5 3292.846 ± 58.892 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false required_properties_only N/A N/A N/A avgt 5 3044.603 ± 58.173 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false required_and_next_properties N/A N/A N/A avgt 5 3046.553 ± 121.815 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 3300.547 ± 80.009 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true all_properties N/A N/A N/A avgt 5 116.715 ± 3.975 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true required_properties_only N/A N/A N/A avgt 5 117.212 ± 4.861 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true required_and_next_properties N/A N/A N/A avgt 5 115.728 ± 7.217 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 115.127 ± 3.826 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false all_properties N/A N/A N/A avgt 5 112.958 ± 6.398 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false required_properties_only N/A N/A N/A avgt 5 104.669 ± 9.881 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false required_and_next_properties N/A N/A N/A avgt 5 102.330 ± 9.840 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 113.445 ± 6.202 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true all_properties N/A N/A N/A avgt 5 3789.398 ± 356.295 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true required_properties_only N/A N/A N/A avgt 5 3673.161 ± 103.509 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true required_and_next_properties N/A N/A N/A avgt 5 3691.632 ± 101.841 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 3695.736 ± 344.493 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false all_properties N/A N/A N/A avgt 5 3604.659 ± 158.816 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false required_properties_only N/A N/A N/A avgt 5 3358.228 ± 66.257 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false required_and_next_properties N/A N/A N/A avgt 5 3354.049 ± 133.796 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 3726.082 ± 462.143 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true all_properties N/A N/A N/A avgt 5 107.749 ± 6.521 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true required_properties_only N/A N/A N/A avgt 5 105.690 ± 3.769 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true required_and_next_properties N/A N/A N/A avgt 5 106.086 ± 6.922 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 107.037 ± 5.618 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false all_properties N/A N/A N/A avgt 5 103.240 ± 6.534 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false required_properties_only N/A N/A N/A avgt 5 90.424 ± 6.634 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false required_and_next_properties N/A N/A N/A avgt 5 88.390 ± 4.892 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 103.785 ± 5.830 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true all_properties N/A N/A N/A avgt 5 3477.067 ± 265.561 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true required_properties_only N/A N/A N/A avgt 5 3396.998 ± 87.544 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true required_and_next_properties N/A N/A N/A avgt 5 3448.339 ± 315.199 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 3469.991 ± 291.633 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false all_properties N/A N/A N/A avgt 5 3269.805 ± 61.825 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false required_properties_only N/A N/A N/A avgt 5 3060.953 ± 123.478 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false required_and_next_properties N/A N/A N/A avgt 5 3031.562 ± 119.030 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 3392.252 ± 255.370 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 5000 avgt 5 78.100 ± 5.474 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 50000 avgt 5 840.199 ± 55.667 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 5000 avgt 5 78.759 ± 5.125 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 50000 avgt 5 836.782 ± 35.432 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A true 5000 avgt 5 68.683 ± 2.933 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A true 50000 avgt 5 741.755 ± 20.078 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A false 5000 avgt 5 67.816 ± 1.274 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A false 50000 avgt 5 737.736 ± 43.969 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 5000 avgt 5 109.796 ± 4.779 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 50000 avgt 5 1173.040 ± 52.225 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 5000 avgt 5 275.595 ± 17.192 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 50000 avgt 5 2822.806 ± 49.353 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A true 5000 avgt 5 195.619 ± 8.523 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A true 50000 avgt 5 2019.513 ± 62.167 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A false 5000 avgt 5 360.600 ± 22.568 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A false 50000 avgt 5 3797.402 ± 158.352 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A true 5000 avgt 5 106.512 ± 7.144 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A true 50000 avgt 5 1398.702 ± 40.517 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A false 5000 avgt 5 283.292 ± 37.383 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A false 50000 avgt 5 3083.983 ± 255.832 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 5000 avgt 5 64.246 ± 4.724 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 50000 avgt 5 654.455 ± 44.919 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 5000 avgt 5 98.974 ± 9.246 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 50000 avgt 5 1026.646 ± 46.959 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A true 5000 avgt 5 733.183 ± 87.972 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A true 50000 avgt 5 7529.233 ± 648.678 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A false 5000 avgt 5 1023.473 ± 52.195 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A false 50000 avgt 5 10650.612 ± 207.584 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A all_properties N/A 5000 avgt 5 94.079 ± 1.802 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A all_properties N/A 50000 avgt 5 1011.291 ± 50.366 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A required_properties_only N/A 5000 avgt 5 94.778 ± 4.677 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A required_properties_only N/A 50000 avgt 5 1000.369 ± 52.376 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A none N/A 5000 avgt 5 964.300 ± 77.007 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A none N/A 50000 avgt 5 9942.950 ± 321.314 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A all_properties N/A 5000 avgt 5 93.865 ± 7.682 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A all_properties N/A 50000 avgt 5 1003.252 ± 65.401 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A required_properties_only N/A 5000 avgt 5 93.645 ± 3.686 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A required_properties_only N/A 50000 avgt 5 993.204 ± 48.705 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A none N/A 5000 avgt 5 979.988 ± 71.999 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A none N/A 50000 avgt 5 9940.597 ± 706.191 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A all_properties N/A 5000 avgt 5 89.177 ± 4.821 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A all_properties N/A 50000 avgt 5 1015.674 ± 55.039 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A required_properties_only N/A 5000 avgt 5 91.105 ± 4.503 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A required_properties_only N/A 50000 avgt 5 976.674 ± 29.142 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A none N/A 5000 avgt 5 994.485 ± 85.760 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A none N/A 50000 avgt 5 10188.020 ± 424.965 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A all_properties N/A 5000 avgt 5 86.735 ± 5.942 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A all_properties N/A 50000 avgt 5 1016.175 ± 42.153 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A required_properties_only N/A 5000 avgt 5 92.699 ± 5.750 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A required_properties_only N/A 50000 avgt 5 986.750 ± 41.541 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A none N/A 5000 avgt 5 997.084 ± 67.622 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A none N/A 50000 avgt 5 10129.103 ± 656.773 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 61.255 ± 7.606 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 650.071 ± 50.558 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 61.558 ± 3.441 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 650.417 ± 46.610 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A none N/A 5000 avgt 5 962.928 ± 39.550 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A none N/A 50000 avgt 5 9777.287 ± 391.732 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 61.229 ± 3.289 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 618.066 ± 44.502 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 62.242 ± 3.993 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 643.183 ± 52.951 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A none N/A 5000 avgt 5 865.013 ± 77.723 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A none N/A 50000 avgt 5 8662.037 ± 437.741 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A all_properties N/A 5000 avgt 5 66.264 ± 4.138 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A all_properties N/A 50000 avgt 5 716.211 ± 34.766 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A required_properties_only N/A 5000 avgt 5 66.872 ± 4.885 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A required_properties_only N/A 50000 avgt 5 719.274 ± 32.116 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A none N/A 5000 avgt 5 559.115 ± 37.030 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A none N/A 50000 avgt 5 5771.571 ± 590.713 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A all_properties N/A 5000 avgt 5 65.835 ± 4.856 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A all_properties N/A 50000 avgt 5 733.628 ± 19.970 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A required_properties_only N/A 5000 avgt 5 67.981 ± 3.418 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A required_properties_only N/A 50000 avgt 5 720.627 ± 28.055 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A none N/A 5000 avgt 5 562.065 ± 28.440 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A none N/A 50000 avgt 5 5811.391 ± 313.514 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 35.298 ± 2.285 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 370.438 ± 28.369 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 36.547 ± 2.698 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 373.919 ± 28.338 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A none N/A 5000 avgt 5 543.735 ± 33.955 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A none N/A 50000 avgt 5 5670.297 ± 432.123 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 35.696 ± 3.696 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 379.387 ± 37.007 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 36.360 ± 1.917 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 377.700 ± 42.190 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A none N/A 5000 avgt 5 453.964 ± 30.103 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A none N/A 50000 avgt 5 4523.865 ± 147.524 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A all_properties N/A 5000 avgt 5 68.758 ± 3.508 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A all_properties N/A 50000 avgt 5 758.604 ± 51.433 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A required_properties_only N/A 5000 avgt 5 69.334 ± 4.100 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A required_properties_only N/A 50000 avgt 5 745.433 ± 27.511 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A none N/A 5000 avgt 5 565.662 ± 27.819 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A none N/A 50000 avgt 5 5716.336 ± 823.545 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A all_properties N/A 5000 avgt 5 68.393 ± 3.553 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A all_properties N/A 50000 avgt 5 753.458 ± 25.209 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A required_properties_only N/A 5000 avgt 5 68.694 ± 3.625 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A required_properties_only N/A 50000 avgt 5 750.171 ± 33.814 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A none N/A 5000 avgt 5 556.661 ± 45.133 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A none N/A 50000 avgt 5 5811.334 ± 206.559 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 36.711 ± 4.488 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 386.128 ± 42.828 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 36.661 ± 3.057 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 385.108 ± 33.620 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A none N/A 5000 avgt 5 540.062 ± 31.055 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A none N/A 50000 avgt 5 5678.691 ± 270.571 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 36.397 ± 3.306 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 376.499 ± 32.215 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 36.190 ± 2.076 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 392.624 ± 29.662 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A none N/A 5000 avgt 5 452.743 ± 27.825 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A none N/A 50000 avgt 5 4565.036 ± 178.809 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A all_properties N/A 5000 avgt 5 67.807 ± 3.357 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A all_properties N/A 50000 avgt 5 741.717 ± 29.831 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A required_properties_only N/A 5000 avgt 5 71.525 ± 3.869 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A required_properties_only N/A 50000 avgt 5 739.798 ± 29.275 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A none N/A 5000 avgt 5 567.727 ± 66.520 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A none N/A 50000 avgt 5 5748.378 ± 495.103 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A all_properties N/A 5000 avgt 5 69.830 ± 3.071 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A all_properties N/A 50000 avgt 5 728.741 ± 38.109 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A required_properties_only N/A 5000 avgt 5 69.380 ± 4.368 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A required_properties_only N/A 50000 avgt 5 752.641 ± 39.124 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A none N/A 5000 avgt 5 564.967 ± 17.777 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A none N/A 50000 avgt 5 5769.984 ± 308.009 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A all_properties N/A 5000 avgt 5 63.767 ± 3.798 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A all_properties N/A 50000 avgt 5 694.937 ± 15.295 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A required_properties_only N/A 5000 avgt 5 65.406 ± 2.365 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A required_properties_only N/A 50000 avgt 5 689.346 ± 38.358 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A none N/A 5000 avgt 5 588.375 ± 49.020 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A none N/A 50000 avgt 5 5809.089 ± 321.085 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A all_properties N/A 5000 avgt 5 62.782 ± 3.171 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A all_properties N/A 50000 avgt 5 694.810 ± 29.028 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A required_properties_only N/A 5000 avgt 5 65.451 ± 4.236 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A required_properties_only N/A 50000 avgt 5 680.555 ± 33.124 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A none N/A 5000 avgt 5 561.207 ± 12.197 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A none N/A 50000 avgt 5 5836.706 ± 683.686 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 37.081 ± 4.257 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 374.866 ± 27.363 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 36.369 ± 2.646 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 378.944 ± 37.493 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A none N/A 5000 avgt 5 553.300 ± 46.726 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A none N/A 50000 avgt 5 5569.227 ± 404.598 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 35.994 ± 4.428 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 372.396 ± 34.980 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 36.548 ± 3.209 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 386.196 ± 37.384 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A none N/A 5000 avgt 5 449.308 ± 25.058 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A none N/A 50000 avgt 5 4558.492 ± 154.438 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A all_properties N/A 5000 avgt 5 93.941 ± 6.485 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A all_properties N/A 50000 avgt 5 1022.648 ± 56.217 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A required_properties_only N/A 5000 avgt 5 92.978 ± 4.194 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A required_properties_only N/A 50000 avgt 5 1032.554 ± 20.323 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A none N/A 5000 avgt 5 970.655 ± 63.183 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A none N/A 50000 avgt 5 9833.410 ± 386.733 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A all_properties N/A 5000 avgt 5 93.491 ± 7.125 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A all_properties N/A 50000 avgt 5 1022.572 ± 88.460 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A required_properties_only N/A 5000 avgt 5 93.309 ± 4.467 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A required_properties_only N/A 50000 avgt 5 1024.201 ± 19.546 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A none N/A 5000 avgt 5 974.147 ± 36.186 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A none N/A 50000 avgt 5 9960.928 ± 527.501 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A all_properties N/A 5000 avgt 5 46.364 ± 2.353 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A all_properties N/A 50000 avgt 5 48.815 ± 3.006 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A required_properties_only N/A 5000 avgt 5 47.621 ± 1.563 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A required_properties_only N/A 50000 avgt 5 49.060 ± 1.092 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A none N/A 5000 avgt 5 488.848 ± 33.441 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A none N/A 50000 avgt 5 500.885 ± 34.940 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A all_properties N/A 5000 avgt 5 47.915 ± 3.940 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A all_properties N/A 50000 avgt 5 48.333 ± 1.831 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A required_properties_only N/A 5000 avgt 5 48.106 ± 2.633 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A required_properties_only N/A 50000 avgt 5 48.404 ± 1.922 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A none N/A 5000 avgt 5 489.525 ± 51.775 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A none N/A 50000 avgt 5 498.360 ± 37.187 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A all_properties N/A 5000 avgt 5 0.413 ± 0.089 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A all_properties N/A 50000 avgt 5 0.420 ± 0.105 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A required_properties_only N/A 5000 avgt 5 0.423 ± 0.113 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A required_properties_only N/A 50000 avgt 5 0.431 ± 0.062 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A none N/A 5000 avgt 5 0.381 ± 0.104 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A none N/A 50000 avgt 5 0.385 ± 0.087 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A all_properties N/A 5000 avgt 5 0.425 ± 0.078 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A all_properties N/A 50000 avgt 5 0.420 ± 0.062 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A required_properties_only N/A 5000 avgt 5 0.421 ± 0.088 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A required_properties_only N/A 50000 avgt 5 0.424 ± 0.075 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A none N/A 5000 avgt 5 0.377 ± 0.091 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A none N/A 50000 avgt 5 0.377 ± 0.082 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A all_properties N/A 5000 avgt 5 66.647 ± 3.312 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A all_properties N/A 50000 avgt 5 727.130 ± 75.159 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A required_properties_only N/A 5000 avgt 5 69.016 ± 2.388 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A required_properties_only N/A 50000 avgt 5 721.352 ± 17.217 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A none N/A 5000 avgt 5 556.272 ± 37.085 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A none N/A 50000 avgt 5 5698.931 ± 523.698 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A all_properties N/A 5000 avgt 5 67.116 ± 4.343 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A all_properties N/A 50000 avgt 5 733.082 ± 42.119 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A required_properties_only N/A 5000 avgt 5 69.430 ± 4.006 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A required_properties_only N/A 50000 avgt 5 716.809 ± 15.201 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A none N/A 5000 avgt 5 564.461 ± 25.081 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A none N/A 50000 avgt 5 5818.821 ± 455.928 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A all_properties N/A 5000 avgt 5 64.491 ± 3.571 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A all_properties N/A 50000 avgt 5 707.544 ± 24.044 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A required_properties_only N/A 5000 avgt 5 67.396 ± 2.893 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A required_properties_only N/A 50000 avgt 5 707.291 ± 26.582 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A none N/A 5000 avgt 5 576.726 ± 59.369 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A none N/A 50000 avgt 5 5902.935 ± 483.777 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A all_properties N/A 5000 avgt 5 63.974 ± 2.668 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A all_properties N/A 50000 avgt 5 695.409 ± 22.167 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A required_properties_only N/A 5000 avgt 5 66.029 ± 1.967 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A required_properties_only N/A 50000 avgt 5 684.908 ± 27.642 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A none N/A 5000 avgt 5 575.496 ± 36.793 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A none N/A 50000 avgt 5 5799.331 ± 560.147 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 36.143 ± 4.091 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 383.508 ± 39.187 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 36.261 ± 2.801 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 378.881 ± 29.682 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A none N/A 5000 avgt 5 551.092 ± 31.212 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A none N/A 50000 avgt 5 5586.926 ± 617.299 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 36.579 ± 4.230 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 375.301 ± 29.917 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 36.206 ± 3.410 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 391.425 ± 17.915 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A none N/A 5000 avgt 5 451.713 ± 22.069 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A none N/A 50000 avgt 5 4554.694 ± 40.198 ms/op
PR #3879 CQL benchmarking.
Config:
```
storage.cql.grouping.keys-allowed = true
storage.cql.grouping.keys-limit = 100
storage.cql.grouping.keys-min = 2
storage.cql.grouping.slice-allowed = true
storage.cql.grouping.slice-limit = 100
```
Benchmark (fanoutFactor) (fastProperty) (hasStepBatchMode) (propertiesBatchMode) (propertyCardinalitySingle) (verticesAmount) Mode Cnt Score Error Units
CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 100 N/A N/A N/A N/A N/A avgt 5 67.215 ± 2.705 ms/op
CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 500 N/A N/A N/A N/A N/A avgt 5 1704.503 ± 92.163 ms/op
CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 100 N/A N/A N/A N/A N/A avgt 5 54.414 ± 3.667 ms/op
CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 500 N/A N/A N/A N/A N/A avgt 5 1387.024 ± 120.324 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 100 N/A N/A N/A N/A N/A avgt 5 116.910 ± 4.863 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 500 N/A N/A N/A N/A N/A avgt 5 3155.088 ± 210.111 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 100 N/A N/A N/A N/A N/A avgt 5 74.876 ± 2.573 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 500 N/A N/A N/A N/A N/A avgt 5 1972.363 ± 147.910 ms/op
CQLMultiQueryBenchmark.getIdToOutVerticesProjection 100 N/A N/A N/A N/A N/A avgt 5 5.944 ± 0.614 ms/op
CQLMultiQueryBenchmark.getIdToOutVerticesProjection 500 N/A N/A N/A N/A N/A avgt 5 111.192 ± 9.766 ms/op
CQLMultiQueryBenchmark.getNames 100 N/A N/A N/A N/A N/A avgt 5 57.158 ± 3.026 ms/op
CQLMultiQueryBenchmark.getNames 500 N/A N/A N/A N/A N/A avgt 5 1473.951 ± 69.383 ms/op
CQLMultiQueryBenchmark.getNeighborNames 100 N/A N/A N/A N/A N/A avgt 5 56.510 ± 2.294 ms/op
CQLMultiQueryBenchmark.getNeighborNames 500 N/A N/A N/A N/A N/A avgt 5 1490.705 ± 73.813 ms/op
CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 100 N/A N/A N/A N/A N/A avgt 5 11.692 ± 0.821 ms/op
CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 500 N/A N/A N/A N/A N/A avgt 5 266.759 ± 26.756 ms/op
CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 100 N/A N/A N/A N/A N/A avgt 5 179.928 ± 7.025 ms/op
CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 500 N/A N/A N/A N/A N/A avgt 5 4665.816 ± 251.170 ms/op
CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 100 N/A N/A N/A N/A N/A avgt 5 9.578 ± 0.680 ms/op
CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 500 N/A N/A N/A N/A N/A avgt 5 196.482 ± 22.663 ms/op
CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 100 N/A N/A N/A N/A N/A avgt 5 10.228 ± 1.316 ms/op
CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 500 N/A N/A N/A N/A N/A avgt 5 214.625 ± 19.765 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true all_properties N/A N/A N/A avgt 5 144.428 ± 3.496 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true required_properties_only N/A N/A N/A avgt 5 146.436 ± 5.521 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties N/A N/A N/A avgt 5 144.326 ± 3.773 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 144.940 ± 4.915 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false all_properties N/A N/A N/A avgt 5 140.794 ± 7.475 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false required_properties_only N/A N/A N/A avgt 5 171.385 ± 7.957 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties N/A N/A N/A avgt 5 142.106 ± 5.815 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 139.416 ± 6.222 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true all_properties N/A N/A N/A avgt 5 4423.950 ± 202.594 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true required_properties_only N/A N/A N/A avgt 5 4653.438 ± 154.207 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties N/A N/A N/A avgt 5 4677.616 ± 337.575 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 4486.289 ± 277.326 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false all_properties N/A N/A N/A avgt 5 4440.196 ± 250.857 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false required_properties_only N/A N/A N/A avgt 5 6066.804 ± 643.066 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties N/A N/A N/A avgt 5 4594.738 ± 371.185 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 4526.861 ± 139.408 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true all_properties N/A N/A N/A avgt 5 136.918 ± 6.363 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true required_properties_only N/A N/A N/A avgt 5 136.519 ± 7.922 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties N/A N/A N/A avgt 5 134.278 ± 4.207 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 135.209 ± 6.786 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false all_properties N/A N/A N/A avgt 5 131.112 ± 8.665 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false required_properties_only N/A N/A N/A avgt 5 152.722 ± 26.371 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties N/A N/A N/A avgt 5 128.405 ± 5.029 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 125.817 ± 4.685 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true all_properties N/A N/A N/A avgt 5 4216.172 ± 50.787 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true required_properties_only N/A N/A N/A avgt 5 4258.497 ± 123.122 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties N/A N/A N/A avgt 5 4272.698 ± 72.888 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 4265.844 ± 44.639 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false all_properties N/A N/A N/A avgt 5 4128.867 ± 109.538 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false required_properties_only N/A N/A N/A avgt 5 5132.327 ± 141.448 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties N/A N/A N/A avgt 5 4004.438 ± 90.389 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 4009.521 ± 112.828 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true all_properties N/A N/A N/A avgt 5 98.852 ± 5.346 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true required_properties_only N/A N/A N/A avgt 5 97.535 ± 5.615 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true required_and_next_properties N/A N/A N/A avgt 5 99.494 ± 4.442 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 97.706 ± 5.791 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false all_properties N/A N/A N/A avgt 5 94.682 ± 5.713 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false required_properties_only N/A N/A N/A avgt 5 75.299 ± 2.815 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false required_and_next_properties N/A N/A N/A avgt 5 76.051 ± 3.653 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 94.488 ± 4.610 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true all_properties N/A N/A N/A avgt 5 3340.554 ± 433.420 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true required_properties_only N/A N/A N/A avgt 5 3366.118 ± 148.359 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true required_and_next_properties N/A N/A N/A avgt 5 3441.519 ± 492.780 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 3381.318 ± 191.936 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false all_properties N/A N/A N/A avgt 5 3304.671 ± 437.468 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false required_properties_only N/A N/A N/A avgt 5 2629.277 ± 120.286 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false required_and_next_properties N/A N/A N/A avgt 5 2643.515 ± 68.379 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 3339.677 ± 621.265 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true all_properties N/A N/A N/A avgt 5 109.638 ± 4.433 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true required_properties_only N/A N/A N/A avgt 5 108.987 ± 5.965 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true required_and_next_properties N/A N/A N/A avgt 5 109.598 ± 7.286 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 108.431 ± 5.607 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false all_properties N/A N/A N/A avgt 5 105.671 ± 5.649 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false required_properties_only N/A N/A N/A avgt 5 85.412 ± 4.250 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false required_and_next_properties N/A N/A N/A avgt 5 86.872 ± 4.535 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 107.183 ± 3.660 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true all_properties N/A N/A N/A avgt 5 3637.460 ± 440.135 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true required_properties_only N/A N/A N/A avgt 5 3739.330 ± 400.361 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true required_and_next_properties N/A N/A N/A avgt 5 3672.284 ± 390.487 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 3718.787 ± 716.556 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false all_properties N/A N/A N/A avgt 5 3552.134 ± 325.320 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false required_properties_only N/A N/A N/A avgt 5 2899.906 ± 154.975 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false required_and_next_properties N/A N/A N/A avgt 5 2910.886 ± 144.718 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 3556.546 ± 302.372 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true all_properties N/A N/A N/A avgt 5 98.841 ± 2.069 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true required_properties_only N/A N/A N/A avgt 5 98.178 ± 3.994 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true required_and_next_properties N/A N/A N/A avgt 5 98.213 ± 4.358 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 98.234 ± 5.172 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false all_properties N/A N/A N/A avgt 5 95.761 ± 3.479 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false required_properties_only N/A N/A N/A avgt 5 74.998 ± 3.499 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false required_and_next_properties N/A N/A N/A avgt 5 75.620 ± 3.285 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 94.970 ± 3.334 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true all_properties N/A N/A N/A avgt 5 3402.967 ± 632.931 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true required_properties_only N/A N/A N/A avgt 5 3385.884 ± 317.889 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true required_and_next_properties N/A N/A N/A avgt 5 3399.492 ± 532.557 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 3476.064 ± 434.308 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false all_properties N/A N/A N/A avgt 5 3307.812 ± 323.662 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false required_properties_only N/A N/A N/A avgt 5 2647.685 ± 99.897 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false required_and_next_properties N/A N/A N/A avgt 5 2605.334 ± 101.780 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 3277.548 ± 268.226 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 5000 avgt 5 84.253 ± 5.071 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 50000 avgt 5 892.078 ± 48.169 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 5000 avgt 5 84.096 ± 4.172 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 50000 avgt 5 888.235 ± 44.527 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A true 5000 avgt 5 64.913 ± 2.451 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A true 50000 avgt 5 642.505 ± 53.003 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A false 5000 avgt 5 64.695 ± 4.692 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A false 50000 avgt 5 641.682 ± 15.291 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 5000 avgt 5 119.587 ± 7.661 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 50000 avgt 5 1265.922 ± 55.144 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 5000 avgt 5 241.795 ± 12.179 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 50000 avgt 5 2511.519 ± 125.179 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A true 5000 avgt 5 210.000 ± 13.291 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A true 50000 avgt 5 2215.966 ± 121.740 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A false 5000 avgt 5 387.724 ± 20.496 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A false 50000 avgt 5 4081.099 ± 141.594 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A true 5000 avgt 5 100.839 ± 7.026 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A true 50000 avgt 5 1387.716 ± 152.360 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A false 5000 avgt 5 155.338 ± 8.349 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A false 50000 avgt 5 1807.902 ± 85.264 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 5000 avgt 5 66.967 ± 4.093 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 50000 avgt 5 700.441 ± 47.594 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 5000 avgt 5 94.328 ± 5.582 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 50000 avgt 5 960.600 ± 45.720 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A true 5000 avgt 5 707.498 ± 94.291 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A true 50000 avgt 5 7237.542 ± 620.281 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A false 5000 avgt 5 1017.994 ± 62.182 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A false 50000 avgt 5 10600.927 ± 201.211 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A all_properties N/A 5000 avgt 5 82.277 ± 4.816 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A all_properties N/A 50000 avgt 5 860.805 ± 56.643 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A required_properties_only N/A 5000 avgt 5 80.641 ± 3.786 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A required_properties_only N/A 50000 avgt 5 874.732 ± 23.148 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A none N/A 5000 avgt 5 968.005 ± 31.548 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A none N/A 50000 avgt 5 9812.319 ± 378.058 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A all_properties N/A 5000 avgt 5 79.981 ± 3.164 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A all_properties N/A 50000 avgt 5 861.660 ± 22.808 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A required_properties_only N/A 5000 avgt 5 81.107 ± 3.195 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A required_properties_only N/A 50000 avgt 5 868.399 ± 29.994 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A none N/A 5000 avgt 5 971.493 ± 37.642 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A none N/A 50000 avgt 5 9820.578 ± 204.928 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A all_properties N/A 5000 avgt 5 81.318 ± 4.161 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A all_properties N/A 50000 avgt 5 873.036 ± 40.618 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A required_properties_only N/A 5000 avgt 5 76.837 ± 1.973 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A required_properties_only N/A 50000 avgt 5 801.076 ± 13.731 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A none N/A 5000 avgt 5 992.256 ± 72.596 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A none N/A 50000 avgt 5 10098.620 ± 489.370 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A all_properties N/A 5000 avgt 5 80.974 ± 2.962 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A all_properties N/A 50000 avgt 5 880.260 ± 85.042 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A required_properties_only N/A 5000 avgt 5 75.627 ± 3.046 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A required_properties_only N/A 50000 avgt 5 824.599 ± 124.620 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A none N/A 5000 avgt 5 992.311 ± 73.939 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A none N/A 50000 avgt 5 10005.675 ± 426.824 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 42.908 ± 1.786 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 448.939 ± 27.565 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 42.683 ± 2.290 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 447.797 ± 26.812 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A none N/A 5000 avgt 5 959.319 ± 35.586 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A none N/A 50000 avgt 5 9710.317 ± 278.151 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 42.649 ± 2.160 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 452.117 ± 29.326 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 42.707 ± 1.855 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 448.123 ± 28.028 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A none N/A 5000 avgt 5 868.440 ± 27.549 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A none N/A 50000 avgt 5 8707.941 ± 258.742 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A all_properties N/A 5000 avgt 5 65.514 ± 3.731 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A all_properties N/A 50000 avgt 5 701.966 ± 38.315 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A required_properties_only N/A 5000 avgt 5 65.115 ± 4.290 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A required_properties_only N/A 50000 avgt 5 707.419 ± 31.618 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A none N/A 5000 avgt 5 550.281 ± 37.089 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A none N/A 50000 avgt 5 5726.663 ± 308.410 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A all_properties N/A 5000 avgt 5 64.247 ± 2.912 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A all_properties N/A 50000 avgt 5 696.006 ± 25.924 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A required_properties_only N/A 5000 avgt 5 64.932 ± 2.515 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A required_properties_only N/A 50000 avgt 5 710.731 ± 40.781 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A none N/A 5000 avgt 5 557.207 ± 35.419 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A none N/A 50000 avgt 5 5622.504 ± 235.727 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 28.280 ± 1.241 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 296.907 ± 13.552 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 28.562 ± 1.487 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 299.937 ± 17.423 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A none N/A 5000 avgt 5 557.879 ± 37.626 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A none N/A 50000 avgt 5 5695.713 ± 637.398 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 28.566 ± 1.667 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 295.779 ± 12.097 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 28.629 ± 1.367 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 297.983 ± 15.312 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A none N/A 5000 avgt 5 449.986 ± 21.062 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A none N/A 50000 avgt 5 4539.587 ± 125.928 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A all_properties N/A 5000 avgt 5 67.840 ± 4.056 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A all_properties N/A 50000 avgt 5 737.698 ± 29.643 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A required_properties_only N/A 5000 avgt 5 68.027 ± 2.840 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A required_properties_only N/A 50000 avgt 5 742.375 ± 35.044 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A none N/A 5000 avgt 5 553.304 ± 31.339 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A none N/A 50000 avgt 5 5714.256 ± 233.053 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A all_properties N/A 5000 avgt 5 66.949 ± 3.829 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A all_properties N/A 50000 avgt 5 742.196 ± 33.215 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A required_properties_only N/A 5000 avgt 5 68.065 ± 1.931 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A required_properties_only N/A 50000 avgt 5 718.479 ± 27.179 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A none N/A 5000 avgt 5 551.482 ± 26.525 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A none N/A 50000 avgt 5 5716.498 ± 383.039 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 28.595 ± 1.451 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 301.880 ± 12.399 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 29.095 ± 1.008 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 299.407 ± 10.724 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A none N/A 5000 avgt 5 549.236 ± 53.395 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A none N/A 50000 avgt 5 5626.689 ± 578.750 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 28.761 ± 1.132 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 304.709 ± 47.911 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 28.957 ± 1.271 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 299.784 ± 11.195 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A none N/A 5000 avgt 5 449.268 ± 26.386 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A none N/A 50000 avgt 5 4533.087 ± 72.493 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A all_properties N/A 5000 avgt 5 66.314 ± 1.857 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A all_properties N/A 50000 avgt 5 736.588 ± 63.782 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A required_properties_only N/A 5000 avgt 5 67.395 ± 3.400 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A required_properties_only N/A 50000 avgt 5 731.511 ± 40.440 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A none N/A 5000 avgt 5 558.855 ± 15.021 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A none N/A 50000 avgt 5 5775.727 ± 244.686 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A all_properties N/A 5000 avgt 5 69.876 ± 3.541 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A all_properties N/A 50000 avgt 5 728.080 ± 36.965 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A required_properties_only N/A 5000 avgt 5 67.036 ± 3.602 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A required_properties_only N/A 50000 avgt 5 741.578 ± 14.818 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A none N/A 5000 avgt 5 558.297 ± 67.279 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A none N/A 50000 avgt 5 5712.365 ± 384.539 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A all_properties N/A 5000 avgt 5 62.256 ± 2.874 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A all_properties N/A 50000 avgt 5 681.492 ± 20.142 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A required_properties_only N/A 5000 avgt 5 62.778 ± 1.040 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A required_properties_only N/A 50000 avgt 5 657.720 ± 24.644 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A none N/A 5000 avgt 5 569.006 ± 40.957 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A none N/A 50000 avgt 5 5854.477 ± 325.960 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A all_properties N/A 5000 avgt 5 67.873 ± 4.596 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A all_properties N/A 50000 avgt 5 682.636 ± 21.212 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A required_properties_only N/A 5000 avgt 5 63.162 ± 2.202 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A required_properties_only N/A 50000 avgt 5 656.015 ± 24.115 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A none N/A 5000 avgt 5 577.824 ± 32.038 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A none N/A 50000 avgt 5 5810.353 ± 523.898 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 28.701 ± 1.320 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 299.704 ± 12.187 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 29.139 ± 1.404 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 302.395 ± 17.599 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A none N/A 5000 avgt 5 548.459 ± 10.774 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A none N/A 50000 avgt 5 5524.287 ± 316.000 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 28.766 ± 1.182 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 300.304 ± 11.708 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 28.776 ± 0.926 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 301.256 ± 29.988 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A none N/A 5000 avgt 5 448.731 ± 20.538 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A none N/A 50000 avgt 5 4533.524 ± 206.910 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A all_properties N/A 5000 avgt 5 82.253 ± 3.264 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A all_properties N/A 50000 avgt 5 865.052 ± 21.994 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A required_properties_only N/A 5000 avgt 5 82.431 ± 4.680 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A required_properties_only N/A 50000 avgt 5 885.310 ± 55.239 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A none N/A 5000 avgt 5 970.375 ± 37.354 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A none N/A 50000 avgt 5 9789.335 ± 200.380 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A all_properties N/A 5000 avgt 5 81.501 ± 4.141 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A all_properties N/A 50000 avgt 5 876.643 ± 19.742 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A required_properties_only N/A 5000 avgt 5 82.474 ± 4.043 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A required_properties_only N/A 50000 avgt 5 868.520 ± 47.903 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A none N/A 5000 avgt 5 977.497 ± 48.658 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A none N/A 50000 avgt 5 9886.848 ± 453.608 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A all_properties N/A 5000 avgt 5 42.249 ± 2.101 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A all_properties N/A 50000 avgt 5 42.234 ± 1.202 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A required_properties_only N/A 5000 avgt 5 41.249 ± 1.756 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A required_properties_only N/A 50000 avgt 5 42.190 ± 1.978 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A none N/A 5000 avgt 5 486.976 ± 13.833 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A none N/A 50000 avgt 5 493.666 ± 35.737 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A all_properties N/A 5000 avgt 5 40.543 ± 1.712 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A all_properties N/A 50000 avgt 5 42.774 ± 1.866 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A required_properties_only N/A 5000 avgt 5 42.610 ± 4.205 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A required_properties_only N/A 50000 avgt 5 42.972 ± 1.640 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A none N/A 5000 avgt 5 486.607 ± 42.201 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A none N/A 50000 avgt 5 491.873 ± 21.180 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A all_properties N/A 5000 avgt 5 0.419 ± 0.075 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A all_properties N/A 50000 avgt 5 0.428 ± 0.064 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A required_properties_only N/A 5000 avgt 5 0.421 ± 0.069 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A required_properties_only N/A 50000 avgt 5 0.424 ± 0.085 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A none N/A 5000 avgt 5 0.386 ± 0.086 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A none N/A 50000 avgt 5 0.395 ± 0.092 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A all_properties N/A 5000 avgt 5 0.422 ± 0.095 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A all_properties N/A 50000 avgt 5 0.417 ± 0.095 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A required_properties_only N/A 5000 avgt 5 0.419 ± 0.087 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A required_properties_only N/A 50000 avgt 5 0.422 ± 0.088 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A none N/A 5000 avgt 5 0.377 ± 0.096 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A none N/A 50000 avgt 5 0.384 ± 0.061 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A all_properties N/A 5000 avgt 5 65.534 ± 2.384 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A all_properties N/A 50000 avgt 5 697.880 ± 29.909 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A required_properties_only N/A 5000 avgt 5 66.137 ± 3.073 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A required_properties_only N/A 50000 avgt 5 705.017 ± 24.616 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A none N/A 5000 avgt 5 558.500 ± 27.081 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A none N/A 50000 avgt 5 5740.019 ± 386.827 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A all_properties N/A 5000 avgt 5 64.888 ± 2.472 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A all_properties N/A 50000 avgt 5 701.177 ± 18.313 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A required_properties_only N/A 5000 avgt 5 66.855 ± 3.832 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A required_properties_only N/A 50000 avgt 5 697.482 ± 12.819 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A none N/A 5000 avgt 5 562.726 ± 31.060 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A none N/A 50000 avgt 5 5722.003 ± 510.480 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A all_properties N/A 5000 avgt 5 63.098 ± 2.871 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A all_properties N/A 50000 avgt 5 694.640 ± 27.936 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A required_properties_only N/A 5000 avgt 5 62.122 ± 1.763 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A required_properties_only N/A 50000 avgt 5 648.443 ± 16.265 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A none N/A 5000 avgt 5 572.963 ± 45.566 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A none N/A 50000 avgt 5 5867.446 ± 644.627 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A all_properties N/A 5000 avgt 5 68.831 ± 5.009 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A all_properties N/A 50000 avgt 5 687.268 ± 27.236 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A required_properties_only N/A 5000 avgt 5 62.680 ± 2.253 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A required_properties_only N/A 50000 avgt 5 655.119 ± 47.145 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A none N/A 5000 avgt 5 575.768 ± 40.101 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A none N/A 50000 avgt 5 5779.317 ± 684.760 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 28.646 ± 1.669 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 304.597 ± 46.999 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 28.718 ± 1.730 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 298.022 ± 17.408 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A none N/A 5000 avgt 5 548.560 ± 37.877 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A none N/A 50000 avgt 5 5645.456 ± 245.287 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 28.239 ± 1.114 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 298.274 ± 14.876 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 29.068 ± 1.891 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 295.373 ± 13.381 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A none N/A 5000 avgt 5 450.333 ± 16.964 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A none N/A 50000 avgt 5 4535.535 ± 133.820 ms/op
PR #3879 CQL benchmarking.
Config:
```
storage.cql.grouping.keys-allowed = true
storage.cql.grouping.keys-limit = 100
storage.cql.grouping.keys-min = 700
storage.cql.grouping.slice-allowed = true
storage.cql.grouping.slice-limit = 100
```
Benchmark (fanoutFactor) (fastProperty) (hasStepBatchMode) (propertiesBatchMode) (propertyCardinalitySingle) (verticesAmount) Mode Cnt Score Error Units
CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 100 N/A N/A N/A N/A N/A avgt 5 66.940 ± 3.158 ms/op
CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 500 N/A N/A N/A N/A N/A avgt 5 1778.330 ± 80.217 ms/op
CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 100 N/A N/A N/A N/A N/A avgt 5 55.339 ± 2.650 ms/op
CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 500 N/A N/A N/A N/A N/A avgt 5 1449.654 ± 146.707 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 100 N/A N/A N/A N/A N/A avgt 5 118.369 ± 8.758 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 500 N/A N/A N/A N/A N/A avgt 5 3238.915 ± 373.749 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 100 N/A N/A N/A N/A N/A avgt 5 76.143 ± 3.966 ms/op
CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 500 N/A N/A N/A N/A N/A avgt 5 1931.478 ± 129.917 ms/op
CQLMultiQueryBenchmark.getIdToOutVerticesProjection 100 N/A N/A N/A N/A N/A avgt 5 5.189 ± 0.408 ms/op
CQLMultiQueryBenchmark.getIdToOutVerticesProjection 500 N/A N/A N/A N/A N/A avgt 5 88.858 ± 3.221 ms/op
CQLMultiQueryBenchmark.getNames 100 N/A N/A N/A N/A N/A avgt 5 58.474 ± 3.577 ms/op
CQLMultiQueryBenchmark.getNames 500 N/A N/A N/A N/A N/A avgt 5 1542.917 ± 110.855 ms/op
CQLMultiQueryBenchmark.getNeighborNames 100 N/A N/A N/A N/A N/A avgt 5 57.621 ± 1.994 ms/op
CQLMultiQueryBenchmark.getNeighborNames 500 N/A N/A N/A N/A N/A avgt 5 1519.446 ± 60.194 ms/op
CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 100 N/A N/A N/A N/A N/A avgt 5 10.779 ± 0.825 ms/op
CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 500 N/A N/A N/A N/A N/A avgt 5 233.538 ± 9.899 ms/op
CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 100 N/A N/A N/A N/A N/A avgt 5 183.492 ± 9.712 ms/op
CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 500 N/A N/A N/A N/A N/A avgt 5 4965.051 ± 331.650 ms/op
CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 100 N/A N/A N/A N/A N/A avgt 5 8.720 ± 0.477 ms/op
CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 500 N/A N/A N/A N/A N/A avgt 5 177.165 ± 11.522 ms/op
CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 100 N/A N/A N/A N/A N/A avgt 5 9.629 ± 0.886 ms/op
CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 500 N/A N/A N/A N/A N/A avgt 5 192.284 ± 11.374 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true all_properties N/A N/A N/A avgt 5 147.840 ± 7.581 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true required_properties_only N/A N/A N/A avgt 5 146.241 ± 5.273 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties N/A N/A N/A avgt 5 146.661 ± 2.894 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 147.102 ± 3.263 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false all_properties N/A N/A N/A avgt 5 143.863 ± 6.209 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false required_properties_only N/A N/A N/A avgt 5 175.385 ± 8.122 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties N/A N/A N/A avgt 5 143.576 ± 4.742 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 142.891 ± 7.413 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true all_properties N/A N/A N/A avgt 5 4554.404 ± 137.532 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true required_properties_only N/A N/A N/A avgt 5 4625.083 ± 226.455 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties N/A N/A N/A avgt 5 4527.778 ± 183.294 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 4704.089 ± 784.069 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false all_properties N/A N/A N/A avgt 5 4529.504 ± 361.926 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false required_properties_only N/A N/A N/A avgt 5 6016.809 ± 686.576 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties N/A N/A N/A avgt 5 4431.724 ± 151.153 ms/op
CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 4501.061 ± 499.785 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true all_properties N/A N/A N/A avgt 5 134.362 ± 4.357 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true required_properties_only N/A N/A N/A avgt 5 135.334 ± 6.190 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties N/A N/A N/A avgt 5 134.994 ± 5.144 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 135.978 ± 6.417 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false all_properties N/A N/A N/A avgt 5 132.149 ± 2.478 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false required_properties_only N/A N/A N/A avgt 5 150.903 ± 6.331 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties N/A N/A N/A avgt 5 127.722 ± 3.407 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 126.567 ± 4.112 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true all_properties N/A N/A N/A avgt 5 4246.788 ± 173.911 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true required_properties_only N/A N/A N/A avgt 5 4305.300 ± 170.608 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties N/A N/A N/A avgt 5 4250.265 ± 86.676 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 4296.067 ± 132.308 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false all_properties N/A N/A N/A avgt 5 4154.665 ± 168.776 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false required_properties_only N/A N/A N/A avgt 5 5234.658 ± 233.754 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties N/A N/A N/A avgt 5 4026.007 ± 124.593 ms/op
CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 4066.182 ± 108.111 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true all_properties N/A N/A N/A avgt 5 99.724 ± 3.007 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true required_properties_only N/A N/A N/A avgt 5 99.528 ± 3.569 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true required_and_next_properties N/A N/A N/A avgt 5 99.686 ± 5.177 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 99.586 ± 5.771 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false all_properties N/A N/A N/A avgt 5 96.579 ± 5.615 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false required_properties_only N/A N/A N/A avgt 5 77.085 ± 4.503 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false required_and_next_properties N/A N/A N/A avgt 5 76.570 ± 4.423 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 96.468 ± 4.304 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true all_properties N/A N/A N/A avgt 5 3410.626 ± 339.575 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true required_properties_only N/A N/A N/A avgt 5 3412.500 ± 340.054 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true required_and_next_properties N/A N/A N/A avgt 5 3427.127 ± 289.796 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 3472.614 ± 489.704 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false all_properties N/A N/A N/A avgt 5 3406.406 ± 603.428 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false required_properties_only N/A N/A N/A avgt 5 2705.667 ± 109.810 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false required_and_next_properties N/A N/A N/A avgt 5 2695.366 ± 101.414 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 3384.237 ± 528.938 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true all_properties N/A N/A N/A avgt 5 109.674 ± 5.005 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true required_properties_only N/A N/A N/A avgt 5 109.254 ± 2.488 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true required_and_next_properties N/A N/A N/A avgt 5 111.396 ± 5.254 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 111.764 ± 5.702 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false all_properties N/A N/A N/A avgt 5 111.890 ± 23.397 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false required_properties_only N/A N/A N/A avgt 5 86.035 ± 4.110 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false required_and_next_properties N/A N/A N/A avgt 5 89.066 ± 4.048 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 107.021 ± 6.673 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true all_properties N/A N/A N/A avgt 5 3708.687 ± 370.695 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true required_properties_only N/A N/A N/A avgt 5 3754.856 ± 237.814 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true required_and_next_properties N/A N/A N/A avgt 5 3747.260 ± 457.727 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 3825.730 ± 476.362 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false all_properties N/A N/A N/A avgt 5 3591.788 ± 477.640 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false required_properties_only N/A N/A N/A avgt 5 3002.280 ± 89.777 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false required_and_next_properties N/A N/A N/A avgt 5 2949.286 ± 79.421 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 3673.395 ± 367.542 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true all_properties N/A N/A N/A avgt 5 100.684 ± 4.993 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true required_properties_only N/A N/A N/A avgt 5 99.382 ± 5.545 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true required_and_next_properties N/A N/A N/A avgt 5 100.794 ± 5.963 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 true required_and_next_properties_or_all N/A N/A N/A avgt 5 98.963 ± 3.121 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false all_properties N/A N/A N/A avgt 5 96.305 ± 3.800 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false required_properties_only N/A N/A N/A avgt 5 76.936 ± 4.255 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false required_and_next_properties N/A N/A N/A avgt 5 77.065 ± 2.985 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 100 false required_and_next_properties_or_all N/A N/A N/A avgt 5 97.166 ± 5.049 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true all_properties N/A N/A N/A avgt 5 3440.429 ± 492.505 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true required_properties_only N/A N/A N/A avgt 5 3501.419 ± 540.349 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true required_and_next_properties N/A N/A N/A avgt 5 3492.802 ± 389.974 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 true required_and_next_properties_or_all N/A N/A N/A avgt 5 3507.083 ± 569.533 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false all_properties N/A N/A N/A avgt 5 3355.383 ± 493.422 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false required_properties_only N/A N/A N/A avgt 5 2709.825 ± 96.143 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false required_and_next_properties N/A N/A N/A avgt 5 2696.934 ± 108.931 ms/op
CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 500 false required_and_next_properties_or_all N/A N/A N/A avgt 5 3333.356 ± 560.626 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 5000 avgt 5 79.006 ± 6.025 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 50000 avgt 5 833.025 ± 47.654 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 5000 avgt 5 78.349 ± 4.546 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 50000 avgt 5 848.548 ± 39.774 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A true 5000 avgt 5 67.464 ± 3.100 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A true 50000 avgt 5 664.069 ± 25.971 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A false 5000 avgt 5 66.109 ± 2.699 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch N/A N/A N/A N/A false 50000 avgt 5 662.403 ± 38.727 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 5000 avgt 5 110.545 ± 4.923 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 50000 avgt 5 1185.312 ± 76.469 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 5000 avgt 5 275.601 ± 26.940 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 50000 avgt 5 2869.965 ± 102.013 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A true 5000 avgt 5 196.085 ± 6.556 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A true 50000 avgt 5 2048.143 ± 67.836 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A false 5000 avgt 5 363.446 ± 25.208 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch N/A N/A N/A N/A false 50000 avgt 5 3793.355 ± 173.885 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A true 5000 avgt 5 100.120 ± 3.552 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A true 50000 avgt 5 1371.978 ± 94.427 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A false 5000 avgt 5 156.781 ± 9.074 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch N/A N/A N/A N/A false 50000 avgt 5 1831.855 ± 71.277 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 5000 avgt 5 63.017 ± 4.820 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A true 50000 avgt 5 661.267 ± 39.029 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 5000 avgt 5 97.108 ± 5.277 ms/op
CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection N/A N/A N/A N/A false 50000 avgt 5 1011.317 ± 34.895 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A true 5000 avgt 5 714.006 ± 93.035 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A true 50000 avgt 5 7431.496 ± 1072.980 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A false 5000 avgt 5 1027.315 ± 44.530 ms/op
CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching N/A N/A N/A N/A false 50000 avgt 5 10698.474 ± 298.783 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A all_properties N/A 5000 avgt 5 82.813 ± 2.687 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A all_properties N/A 50000 avgt 5 882.888 ± 37.819 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A required_properties_only N/A 5000 avgt 5 83.089 ± 3.150 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A required_properties_only N/A 50000 avgt 5 881.960 ± 41.754 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A none N/A 5000 avgt 5 965.151 ± 56.074 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A true N/A none N/A 50000 avgt 5 9898.936 ± 325.735 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A all_properties N/A 5000 avgt 5 81.213 ± 3.399 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A all_properties N/A 50000 avgt 5 886.924 ± 16.910 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A required_properties_only N/A 5000 avgt 5 82.724 ± 4.548 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A required_properties_only N/A 50000 avgt 5 881.098 ± 44.173 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A none N/A 5000 avgt 5 972.762 ± 12.474 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMap N/A false N/A none N/A 50000 avgt 5 9827.406 ± 259.584 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A all_properties N/A 5000 avgt 5 82.937 ± 4.477 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A all_properties N/A 50000 avgt 5 905.085 ± 47.101 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A required_properties_only N/A 5000 avgt 5 78.015 ± 2.857 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A required_properties_only N/A 50000 avgt 5 810.231 ± 36.423 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A none N/A 5000 avgt 5 996.927 ± 101.042 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A true N/A none N/A 50000 avgt 5 10268.054 ± 663.474 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A all_properties N/A 5000 avgt 5 77.925 ± 4.336 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A all_properties N/A 50000 avgt 5 826.337 ± 21.119 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A required_properties_only N/A 5000 avgt 5 77.121 ± 3.245 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A required_properties_only N/A 50000 avgt 5 810.172 ± 38.589 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A none N/A 5000 avgt 5 1017.343 ± 73.524 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapMultipleProperties N/A false N/A none N/A 50000 avgt 5 10305.747 ± 656.301 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 43.312 ± 2.165 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 456.888 ± 14.806 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 44.726 ± 1.983 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 460.205 ± 31.096 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A none N/A 5000 avgt 5 959.110 ± 85.621 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A true N/A none N/A 50000 avgt 5 9756.175 ± 348.360 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 43.667 ± 2.327 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 460.507 ± 17.559 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 44.416 ± 2.723 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 459.529 ± 24.194 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A none N/A 5000 avgt 5 869.776 ± 102.821 ms/op
CQLMultiQueryPropertiesBenchmark.getElementMapSingleProperty N/A false N/A none N/A 50000 avgt 5 8737.913 ± 119.256 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A all_properties N/A 5000 avgt 5 65.209 ± 2.218 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A all_properties N/A 50000 avgt 5 714.833 ± 37.043 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A required_properties_only N/A 5000 avgt 5 67.038 ± 3.823 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A required_properties_only N/A 50000 avgt 5 707.186 ± 22.883 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A none N/A 5000 avgt 5 564.876 ± 37.395 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A true N/A none N/A 50000 avgt 5 5677.959 ± 352.013 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A all_properties N/A 5000 avgt 5 65.664 ± 3.262 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A all_properties N/A 50000 avgt 5 710.383 ± 57.513 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A required_properties_only N/A 5000 avgt 5 67.049 ± 3.238 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A required_properties_only N/A 50000 avgt 5 721.666 ± 77.671 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A none N/A 5000 avgt 5 559.658 ± 19.053 ms/op
CQLMultiQueryPropertiesBenchmark.getProperties N/A false N/A none N/A 50000 avgt 5 5743.436 ± 581.235 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 28.844 ± 1.785 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 302.645 ± 19.641 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 29.269 ± 1.569 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 300.667 ± 20.688 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A none N/A 5000 avgt 5 538.966 ± 64.703 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A true N/A none N/A 50000 avgt 5 5613.287 ± 533.829 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 28.911 ± 1.787 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 303.682 ± 18.780 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 29.051 ± 1.300 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 303.487 ± 14.065 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A none N/A 5000 avgt 5 451.172 ± 46.356 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertiesSingleProperty N/A false N/A none N/A 50000 avgt 5 4571.285 ± 287.717 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A all_properties N/A 5000 avgt 5 67.574 ± 2.658 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A all_properties N/A 50000 avgt 5 733.051 ± 20.837 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A required_properties_only N/A 5000 avgt 5 69.268 ± 2.169 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A required_properties_only N/A 50000 avgt 5 745.640 ± 40.149 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A none N/A 5000 avgt 5 561.133 ± 58.952 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A true N/A none N/A 50000 avgt 5 5816.818 ± 401.471 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A all_properties N/A 5000 avgt 5 68.479 ± 3.214 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A all_properties N/A 50000 avgt 5 733.301 ± 29.422 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A required_properties_only N/A 5000 avgt 5 69.405 ± 2.879 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A required_properties_only N/A 50000 avgt 5 732.816 ± 26.714 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A none N/A 5000 avgt 5 564.286 ± 28.031 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMap N/A false N/A none N/A 50000 avgt 5 5714.337 ± 868.421 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 29.810 ± 1.241 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 309.223 ± 17.469 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 30.327 ± 0.910 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 310.062 ± 13.811 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A none N/A 5000 avgt 5 546.409 ± 43.936 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A true N/A none N/A 50000 avgt 5 5761.896 ± 639.677 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 29.378 ± 1.313 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 307.595 ± 17.910 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 29.648 ± 1.438 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 308.693 ± 16.401 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A none N/A 5000 avgt 5 453.239 ± 34.215 ms/op
CQLMultiQueryPropertiesBenchmark.getPropertyMapSingleProperty N/A false N/A none N/A 50000 avgt 5 4579.737 ± 167.201 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A all_properties N/A 5000 avgt 5 68.935 ± 3.817 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A all_properties N/A 50000 avgt 5 740.384 ± 38.481 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A required_properties_only N/A 5000 avgt 5 70.506 ± 4.009 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A required_properties_only N/A 50000 avgt 5 742.580 ± 28.301 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A none N/A 5000 avgt 5 555.668 ± 11.520 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A true N/A none N/A 50000 avgt 5 5714.638 ± 568.842 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A all_properties N/A 5000 avgt 5 67.556 ± 4.391 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A all_properties N/A 50000 avgt 5 725.528 ± 51.938 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A required_properties_only N/A 5000 avgt 5 68.662 ± 3.514 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A required_properties_only N/A 50000 avgt 5 750.259 ± 40.698 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A none N/A 5000 avgt 5 561.361 ± 27.859 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMap N/A false N/A none N/A 50000 avgt 5 5716.337 ± 633.599 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A all_properties N/A 5000 avgt 5 63.371 ± 2.202 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A all_properties N/A 50000 avgt 5 701.811 ± 45.884 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A required_properties_only N/A 5000 avgt 5 63.848 ± 2.535 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A required_properties_only N/A 50000 avgt 5 663.651 ± 16.713 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A none N/A 5000 avgt 5 572.352 ± 42.746 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A true N/A none N/A 50000 avgt 5 5830.224 ± 377.918 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A all_properties N/A 5000 avgt 5 63.616 ± 4.918 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A all_properties N/A 50000 avgt 5 687.006 ± 11.623 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A required_properties_only N/A 5000 avgt 5 64.143 ± 2.121 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A required_properties_only N/A 50000 avgt 5 661.437 ± 27.941 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A none N/A 5000 avgt 5 580.499 ± 45.678 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapMultipleProperties N/A false N/A none N/A 50000 avgt 5 5881.752 ± 1301.745 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 29.807 ± 0.924 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 320.810 ± 63.936 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 29.609 ± 1.363 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 307.866 ± 20.394 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A none N/A 5000 avgt 5 553.353 ± 47.763 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A true N/A none N/A 50000 avgt 5 5546.136 ± 272.457 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 29.158 ± 1.833 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 308.127 ± 16.193 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 29.993 ± 0.873 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 311.571 ± 16.499 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A none N/A 5000 avgt 5 446.879 ± 17.435 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapSingleProperty N/A false N/A none N/A 50000 avgt 5 4553.522 ± 221.362 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A all_properties N/A 5000 avgt 5 82.618 ± 4.294 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A all_properties N/A 50000 avgt 5 872.777 ± 49.383 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A required_properties_only N/A 5000 avgt 5 83.165 ± 2.037 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A required_properties_only N/A 50000 avgt 5 895.826 ± 27.461 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A none N/A 5000 avgt 5 979.086 ± 100.190 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A true N/A none N/A 50000 avgt 5 9826.833 ± 526.604 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A all_properties N/A 5000 avgt 5 83.115 ± 1.820 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A all_properties N/A 50000 avgt 5 883.610 ± 11.107 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A required_properties_only N/A 5000 avgt 5 83.243 ± 4.146 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A required_properties_only N/A 50000 avgt 5 898.620 ± 35.051 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A none N/A 5000 avgt 5 970.824 ± 53.726 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptions N/A false N/A none N/A 50000 avgt 5 10029.317 ± 392.278 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A all_properties N/A 5000 avgt 5 42.240 ± 1.360 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A all_properties N/A 50000 avgt 5 44.026 ± 1.840 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A required_properties_only N/A 5000 avgt 5 43.065 ± 3.129 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A required_properties_only N/A 50000 avgt 5 43.241 ± 2.380 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A none N/A 5000 avgt 5 498.101 ± 34.158 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A true N/A none N/A 50000 avgt 5 494.909 ± 38.475 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A all_properties N/A 5000 avgt 5 42.281 ± 2.053 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A all_properties N/A 50000 avgt 5 43.059 ± 1.131 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A required_properties_only N/A 5000 avgt 5 42.650 ± 1.992 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A required_properties_only N/A 50000 avgt 5 44.586 ± 10.069 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A none N/A 5000 avgt 5 486.454 ± 28.152 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedBatchSizePlusOne N/A false N/A none N/A 50000 avgt 5 491.726 ± 11.745 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A all_properties N/A 5000 avgt 5 0.409 ± 0.068 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A all_properties N/A 50000 avgt 5 0.431 ± 0.096 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A required_properties_only N/A 5000 avgt 5 0.424 ± 0.059 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A required_properties_only N/A 50000 avgt 5 0.425 ± 0.082 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A none N/A 5000 avgt 5 0.372 ± 0.085 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A true N/A none N/A 50000 avgt 5 0.382 ± 0.115 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A all_properties N/A 5000 avgt 5 0.423 ± 0.092 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A all_properties N/A 50000 avgt 5 0.432 ± 0.072 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A required_properties_only N/A 5000 avgt 5 0.417 ± 0.084 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A required_properties_only N/A 50000 avgt 5 0.434 ± 0.088 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A none N/A 5000 avgt 5 0.380 ± 0.107 ms/op
CQLMultiQueryPropertiesBenchmark.getValueMapWithOptionsLimitedOne N/A false N/A none N/A 50000 avgt 5 0.382 ± 0.075 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A all_properties N/A 5000 avgt 5 65.983 ± 3.020 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A all_properties N/A 50000 avgt 5 712.889 ± 11.758 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A required_properties_only N/A 5000 avgt 5 66.333 ± 2.572 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A required_properties_only N/A 50000 avgt 5 714.553 ± 43.891 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A none N/A 5000 avgt 5 562.438 ± 15.087 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A true N/A none N/A 50000 avgt 5 5824.443 ± 550.124 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A all_properties N/A 5000 avgt 5 65.301 ± 2.187 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A all_properties N/A 50000 avgt 5 719.993 ± 26.944 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A required_properties_only N/A 5000 avgt 5 67.622 ± 3.080 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A required_properties_only N/A 50000 avgt 5 707.910 ± 21.092 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A none N/A 5000 avgt 5 564.383 ± 32.569 ms/op
CQLMultiQueryPropertiesBenchmark.getValues N/A false N/A none N/A 50000 avgt 5 5690.548 ± 710.937 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A all_properties N/A 5000 avgt 5 64.021 ± 3.712 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A all_properties N/A 50000 avgt 5 698.203 ± 25.403 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A required_properties_only N/A 5000 avgt 5 64.500 ± 2.001 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A required_properties_only N/A 50000 avgt 5 672.787 ± 54.333 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A none N/A 5000 avgt 5 559.114 ± 51.018 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A true N/A none N/A 50000 avgt 5 5824.561 ± 653.386 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A all_properties N/A 5000 avgt 5 65.341 ± 1.844 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A all_properties N/A 50000 avgt 5 695.915 ± 34.437 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A required_properties_only N/A 5000 avgt 5 63.210 ± 1.654 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A required_properties_only N/A 50000 avgt 5 658.543 ± 34.818 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A none N/A 5000 avgt 5 580.514 ± 65.372 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesMultipleProperties N/A false N/A none N/A 50000 avgt 5 5889.353 ± 452.146 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A all_properties N/A 5000 avgt 5 28.918 ± 2.049 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A all_properties N/A 50000 avgt 5 302.582 ± 16.604 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A required_properties_only N/A 5000 avgt 5 29.357 ± 1.560 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A required_properties_only N/A 50000 avgt 5 304.408 ± 11.283 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A none N/A 5000 avgt 5 551.623 ± 30.780 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A true N/A none N/A 50000 avgt 5 5675.990 ± 331.759 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A all_properties N/A 5000 avgt 5 29.341 ± 1.444 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A all_properties N/A 50000 avgt 5 302.866 ± 19.613 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A required_properties_only N/A 5000 avgt 5 29.139 ± 1.423 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A required_properties_only N/A 50000 avgt 5 302.553 ± 15.252 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A none N/A 5000 avgt 5 452.952 ± 13.524 ms/op
CQLMultiQueryPropertiesBenchmark.getValuesSingleProperty N/A false N/A none N/A 50000 avgt 5 4550.863 ± 67.406 ms/op
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment