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.
如果我在对 Cloud Spanner 的查询中未指定 ORDER BY,是否会始终按主键(或索引)顺序将行返回给我?我的测试似乎表明这种情况总是会发生,但我想确定一下。
如果查询中没有 ORDER BY,则不提供排序保证,您不应依赖结果中的任何排序假设。即使您在实践中观察到所需的顺序 - 它也可能在未来发生变化。