apache / apache/hugegraph

Support for multiple priority of vertex property

Open
#214 1 comment 0 reactions 0 assignees View on GitHub
feature
Dominant language
Java
Stars
3.2k
Forks
636
Avg merge
3d 11h
Merged PRs (30d)
14

Description

### Expected behavior 期望表现
We can divide the vertex properties into three priority levels: high, medium, and low, corresponding to the properties that must be accessed, frequently accessed, and occasionally accessed.

When querying vertex, we can pass parameter specifying whether properties are required: none, high, medium, or low.

Contributor guide

Open the contributing guide

Research direction

No files, tests, or entry points are named. Begin by locating the vertex-query API and its current property-selection behavior, then clarify the contract for none, high, medium, and low before implementation. Done should include the four query modes and tests covering each priority level.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
database
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.