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.
与 Graph Database 相比,In-Memory Database 提供了哪些新功能?
IE:
这不是一个可以按照你提出的方式回答的问题。电脑和个人电脑有什么区别?
图形数据库可以是内存数据库。In-Memory 速度很快(显然,因为数据存储在 RAM 中),但对于给定数量的资金,您只能获得非常有限的 RAM(比 HDD/SSD 少得多的存储空间)。主要优点是您可以避免缓慢的磁盘读取,并使用高度并行、数千兆位/秒的内存接口(与 HDD 的寻道行为相比,它允许快速随机访问)以及 CPU 内置缓存。
你应该使用什么(一如既往)取决于你的用例(和你的钱)。