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.
基本模式似乎不是一个坏方法,尽管很难根据这个用例做出好的判断。
解决索引问题的最简单方法可能是进行一些非规范化 - 将用户 ID 作为属性存储在顶点上,并在该对post上创建和索引。[user, timestamp]
post
[user, timestamp]
以顶点为中心的索引可能会对您有所帮助,但在建议的模型中却没有——您需要将其建模post为边,节点为顶点,这可能会使其他遍历变得相当尴尬。此外,IBM Graph 在其当前版本中不支持以顶点为中心的索引。