-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support new text predicates via JanusGraph Server
The predicates added in #2559 were not supported by `JanusGraphPSerializer` and could thus not be used when connecting via remote to JanusGraph Server. Fixes #4275 Signed-off-by: Florian Hockmann <[email protected]>
- Loading branch information
1 parent
ce17428
commit 5b906fe
Showing
3 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5b906fe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete
12304.072174059005
ms/op12385.880105942719
ms/op0.99
org.janusgraph.GraphCentricQueryBenchmark.getVertices
903.5856410260895
ms/op897.5208673932261
ms/op1.01
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
215.85787052173913
ms/op216.14179947499997
ms/op1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex
336.0742889436905
ms/op332.1309897483333
ms/op1.01
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
211.29036709551562
ms/op215.02071580531708
ms/op0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
4751.875581605898
ms/op4664.188207695399
ms/op1.02
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
16890.639601047504
ms/op16352.527830474333
ms/op1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
19587.261254351717
ms/op19824.599960445456
ms/op0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
57230.010720733335
ms/op56201.26617166666
ms/op1.02
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
8289.994961654502
ms/op7906.645219600678
ms/op1.05
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
372.3700823340844
ms/op379.8377001964137
ms/op0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
3970.905275590193
ms/op3886.8713759808343
ms/op1.02
org.janusgraph.CQLMultiQueryBenchmark.getNames
8344.506902151945
ms/op8135.59305787296
ms/op1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
5724.332095024029
ms/op5503.356218245031
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getLabels
7130.540831799355
ms/op7024.7527374147185
ms/op1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
433.4031738196221
ms/op427.17314494545025
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
12846.356622131114
ms/op11926.323378581046
ms/op1.08
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
358.3362308060665
ms/op361.90201198876565
ms/op0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
13610.086686501429
ms/op13280.235397442804
ms/op1.02
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
250.06860329428505
ms/op245.53304211034066
ms/op1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
13524.960360463876
ms/op13693.67385197527
ms/op0.99
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
8426.83598049078
ms/op8163.851328829417
ms/op1.03
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
9108.695284337855
ms/op8777.982757626436
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
8612.09779841221
ms/op8487.195678565702
ms/op1.01
This comment was automatically generated by workflow using github-action-benchmark.