简体   繁体   English

AWS Neptune 图数据库中的遍历顺序保证

[英]Guarantees of traversal order in AWS Neptune graph database

I'm working with Gremlin and AWS Neptune graph database.我正在使用 Gremlin 和 AWS Neptune 图形数据库。

I was wondering if any query, when it is applied in different times (but the query stays exactly the same), could potentially result in different traversal order and therefore maybe return the same items in a different order.我想知道是否有任何查询在不同时间应用时(但查询保持完全相同),可能会导致不同的遍历顺序,因此可能以不同的顺序返回相同的项目。 I know that Gremlin doesn't guarantee any such order but I couldn't find anything regarding the matter on AWS documentation.我知道 Gremlin 不保证任何此类订单,但我在 AWS 文档中找不到任何关于此事的信息。 I know that to guarantee some order I could always use order() but it is obviously less efficient.我知道为了保证一些订单,我总是可以使用 order() 但它显然效率较低。

Thanks.谢谢。

As with most other databases the order of data returned by AWS Neptune is not guaranteed unless you explicitly order the results.与大多数其他数据库一样,AWS Neptune 返回的数据顺序无法保证,除非您明确对结果进行排序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM