Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inlining vertex properties into a CompositeIndex structure #4692

Merged
merged 4 commits into from
Oct 27, 2024

Documentation update

5aa68f5
Select commit
Loading
Failed to load commit list.
Merged

Inlining vertex properties into a CompositeIndex structure #4692

Documentation update
5aa68f5
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Oct 20, 2024 in 0s

Your pull request is up to standards!

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 1
- Added 2
           

Complexity increasing per file
==============================
- janusgraph-benchmark/src/main/java/org/janusgraph/CQLCompositeIndexInlinePropBenchmark.java  2
- janusgraph-core/src/main/java/org/janusgraph/graphdb/database/index/IndexUpdateContainer.java  2
- janusgraph-core/src/main/java/org/janusgraph/graphdb/query/vertex/VertexWithInlineProps.java  5
- janusgraph-core/src/main/java/org/janusgraph/graphdb/types/indextype/IndexReferenceType.java  1
- janusgraph-core/src/main/java/org/janusgraph/graphdb/database/IndexSerializer.java  4
- janusgraph-core/src/main/java/org/janusgraph/graphdb/types/vertices/RelationTypeVertex.java  2
         

See the complete overview on Codacy

Annotations

Check warning on line 244 in janusgraph-core/src/main/java/org/janusgraph/graphdb/database/IndexSerializer.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

janusgraph-core/src/main/java/org/janusgraph/graphdb/database/IndexSerializer.java#L244

The method 'getIndexUpdates(InternalVertex, Collection, IndexAppliesToFunction, TypeInspector)' has an NPath complexity of 376, current threshold is 200

Check warning on line 748 in janusgraph-core/src/main/java/org/janusgraph/graphdb/database/management/ManagementSystem.java

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

janusgraph-core/src/main/java/org/janusgraph/graphdb/database/management/ManagementSystem.java#L748

The method 'createCompositeIndex(String, ElementCategory, boolean, JanusGraphSchemaType, Set, PropertyKey...)' has an NPath complexity of 480, current threshold is 200