gpt4 book ai didi

android - SQLite 中的索引和基于 PK 的行排序

转载 作者:搜寻专家 更新时间:2023-10-30 22:34:40 24 4
gpt4 key购买 nike

SQLite中的PK能保证数据顺序吗?
AFAIK 索引实现按 PK 顺序存储数据。
这适用于 SQLite 吗?甚至复合PK?

最佳答案

documentation说:

If a SELECT statement that returns more than one row does not have an ORDER BY clause, the order in which the rows are returned is undefined.

主键或任何其他索引的存在不会改变这一点;无法保证该索引实际用于查询。

如果要对查询的输出进行排序,则必须使用 ORDER BY。 (如果可以使用索引简单地实现排序,那么与不使用 ORDER BY 子句的相同查询相比,这不会降低效率。)

关于android - SQLite 中的索引和基于 PK 的行排序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38607552/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com