You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HugeGraph provides interfaces for querying through RESTful APIs. However, in the current RESTful API corresponding to the OLTP algorithms, both the algorithms and functionalities are not yet fully complete and require further expansion. There is also room for optimization in the execution of the algorithm. Therefore, in this feature implementation, we have set the following objectives:
Provide more comprehensive query result information and details about algorithm execution
Enhance algorithm execution efficiency through techniques such as pruning and parallelization
In the existing HugeGraph framework, the OLTP algorithm corresponds to the following interfaces, all of which will be subject to modification:
imbajin
changed the title
[Feature] Enhancement and Optimization OLTP algorithm & api
[Feature Summary] Enhancement and optimization OLTP algorithm & api
Aug 25, 2023
Feature Description (功能描述)
Background
HugeGraph provides interfaces for querying through RESTful APIs. However, in the current RESTful API corresponding to the OLTP algorithms, both the algorithms and functionalities are not yet fully complete and require further expansion. There is also room for optimization in the execution of the algorithm. Therefore, in this feature implementation, we have set the following objectives:
In the existing HugeGraph framework, the OLTP algorithm corresponds to the following interfaces, all of which will be subject to modification:
Tasks
Kout
algorithm code linkThe text was updated successfully, but these errors were encountered: