首页 > TAG信息列表 > orientdb

Nexus OrientDB数据库变为只读 storage is switched to 'read only' mode

错误消息 : 2021-01-15 16:23:06,604+0800 ERROR [event-6-thread-1396 <command>sql.select from browse_node where asset_id=:asset_id limit 1</command>] yw com.orientechnologies.orient.core.storage.cache.local.OWOWCache - $ANSI{grean {db=security}}chec

ArangoDB、Neo4j、OrientDB性能比较

ArangoDB、Neo4j、OrientDB性能比较   系统信息 图数据库版本信息 图数据库 版本 备注 Neo4J 3.2   OrientDB 2.2.x   ArangoDB、 3.1.19   Titan 1.0.0 需要集群,暂不分析 OS&库信息 OS:Ubuntu 16.04 虚拟机VM12 python3驱动 pytho

java-OrientDB注册钩子

我只是尝试orientdb上的所有挂钩,但是我不确定如何在我的图形上注册ORecordHooks. OrientGraph graph = new OrientGraph("remote:localhost/test"); MyHook hook = new MyHook(); MyHook类如下所示: public class MyHook extends ORecordHookAbstract implements ODatab

Javascript-OrientDB在上下文错误中找不到数据库实例?

OrientDB在orientdb-community-1.7-rc2中有问题 当我尝试创建如下的小函数时 var db = orient.getDatabase() return 'test'; 并执行它,我得到跟随错误 解析脚本在位置#0时出错:执行脚本时出错 脚本:newPOJS—— ^sun.org.mozilla.javascript.internal.WrappedException:包装的com.o

Spring Data是否支持OrientDB?

我们正在使用OrientDB(Graph& document)开发一个新项目,所以想知道Spring-Data是否支持OrientDB,以及支持是否支持生产.解决方法:official Spring Data project page提供了Pivotal(维护Spring Data的公司)以及社区贡献模块支持的模块列表. OrientDB未在此页面上列出,因此可以安全地

java – 检查orientdb中是否存在类

如何在orient db中检查类是否存在 如果它没有在数据库中退出,我需要创建它并插入一条记录,如果存在我需要插入记录.我需要使用JAVA做同样的事情解决方法:您可以使用以下语句通过SQL检索架构信息: select expand(classes) from metadata:schema 特别是,要检索单个类: select fro