Zhang Lei

Results 165 issues of Zhang Lei

- [x] Profiling performance of fragment-based RDD and. - [x] Profiling graph computing framework. https://yuque.antfin-inc.com/7br/trqsp0/hr7co5

GraphX provides several builtin apps, we shall override them will grape-based implementation. - [x] SSSP - [x] PageRank - [x] CC - [x] Stronly-CC - [x] Triangle count

component:gae

- [x] Benchmark Environment - [x] Graph operator test case - [x] Graph operator benchmark [Fixed]BUG: outer vertex data sync after map vertices. [Fixed]ISSUE: llvm4jni failed for some methods. -...

- [x] complex vdata & simple edata - [x] simple vdata & complex edata - [x] complex vdata & complex edata - [x] complex message type

## What do these changes do? ### Background The original GraphX-on-GraphScope implementation support both `GraphXFragment` And `ArrowProjectedFragment`. Relying on two storage structure introducing unnecessary complexity and GraphXFragment doesn't differ much...

Introduce the SDK of GraphScope Interactive. Including `Java SDK` and `Python SDK`. The SDKs are automatically generated from the OpenAPI specification yaml(graphscope_interactive.yaml) using tools provided by [OpenAPI](https://openapi-generator.tech). - [x] The...

In `hqps-db-ci.yaml`, `/usr/local/lib` need to be added into `LD_LIBRARY_PATH`, which is wield. Figure out the reason and fix it.

In this PR, we refactor some of the Interactive `AdminService` and fix some bugs. 2. Limit the maximum number of bulk loading jobs via `bulk_loading_job_count_`. 3. Let all `AdminActor` APIs...

Currently `union` step is not supported in gremlin service provided by interactive.

GraphScope Interactive service composes two process: `HQPS Engine` and `Compiler GraphServer`. To support graph switching(Admin Service's interface), we need to tell the compiler to use a new graph schema. Maybe...

stale