- Using openrdf-sesame-latest
- Using in-memory repository in Sesame Standalone Server
- Using REST api interface (SPARQL queries) to Sesame Standalone server
- Have few hundred thousands triples for now
- have 16GB of memory on Sesame Server
- Moderate writes and reads
我只是在这里寻求专家的意见/帮助
我从 POC 开始,并在它之上构建了我的应用程序。我在看 4Stores 和 Mulgara,Alleograph(免费)选项。
- 鉴于我的经验较少,我想知道什么时候绝对强制我离开 Sesame Server。
- 会是规模、安全性、写/读性能等吗?
- 如果我只有 100,000 个三元组,我是否需要搬到其他商店,为什么?
- 我也打算将它用于生产用例。
只是我试图避免在迁移上投入时间,除非它绝对需要。让我换一种说法“我可以在生产中使用带有内存存储库(16GB)的 openrdf-sesame-latest 独立服务器吗?如果不能,为什么不呢?