Rudy0530 opened a new issue, #1991: URL: https://github.com/apache/incubator-hugegraph/issues/1991
### Problem Type (问题类型) struct / logic (架构 / 逻辑设计问题) ### Before submit - [X] 我已经确认现有的 [Issues](https://github.com/hugegraph/hugegraph/issues) 与 [FAQ](https://hugegraph.github.io/hugegraph-doc/guides/faq.html) 中没有相同 / 重复问题 ### Environment (环境信息) - Server Version: v0.12.x - Backend: 多存储介质。当前使用mysql 5.7 以及 postgres 9.3 进行多图功能测试。 ### Your Question (问题描述) hugegraph系统可以存在多个图,且各个图的后端可以不一样。比如图 hugegraph 和 hugegraph1,其中 hugegraph 以 cassandra 作为后端,hugegraph1 以 rocksdb作为后端。 那么**各个图的数据可以进行关联查询吗**? 我看了下hugegraph官方手册中对于api的介绍,包括restful api、java client,所有的查询都需要指定特定的数据库。 我的需求是: 1. 冷数据存储在一个图中(比如clickhouse),该图主要用于大量数据存储以及快速数据查询,该图基于的数据库对于更新、删除不友好。 2. 用户在冷数据上添加的标记信息存储在另一个图中(比如postgresql)。由于用户自定义数据是少量数据,且会进行变更,因此将此类数据存储在第二个数据库中。 ### Vertex/Edge example (问题点 / 边数据举例) _No response_ ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构) _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hugegraph.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org