Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 Titan 和数据库 Akiban Persistit。我想知道,多访问写入和读取时数据库的行为。
是阻塞状态吗?或者我能从中得到什么,我应该注意什么?
非常感谢您的任何建议
与所有 Titan 存储后端一样,Persistit 支持并发访问。查看并行单元测试及其性能,以了解确切的性能特征。
但是,请注意,由于最近该项目缺乏开发,Persistit 将从 Titan 主代码库移至实验存储库,直至另行通知。我鼓励您在不久的将来考虑使用 Cassandra 或 BDB 的单个/嵌入式实例。