计算机系统应用教程网站

网站首页 > 技术文章 正文

(八) JanusGraph 系统表 graph export

btikc 2024-10-26 08:40:40 技术文章 4 ℃ 0 评论

表名

keyspace

说明

edgestore

janusgraph

将顶点,属性和边存储为邻接列表

graphindex

janusgraph

顶点和边属性的内置索引

janusgraph_ids

janusgraph

ID

txlog

janusgraph

事务日志

system_properties

janusgraph

存储系统属性

edgestore_lock_

janusgraph

用于锁定边缘存储表

graphindex_lock_

janusgraph

用于锁定graphindex表

system_properties_lock_

janusgraph

用于锁定system_properties表

select * from janusgraph.edgestore;
select * from janusgraph.graphindex;
select * from janusgraph.janusgraph_ids;
select * from janusgraph.txlog;
select * from janusgraph.system_properties;
select * from janusgraph.edgestore_lock_;
select * from janusgraph.graphindex_lock_;
select * from janusgraph.system_properties_lock_;

Tags:

本文暂时没有评论,来添加一个吧(●'◡'●)

欢迎 发表评论:

最近发表
标签列表