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.
我有一个Query要在 a 中加载大约5k(即 5000 条)记录Cursor,问题是我需要为 a 进行分页Cursor 吗?或者它会流式传输5k记录?
Query
5k
Cursor
它会给你5k条记录。只要您不使用它们做一些真正耗时的事情,例如网络或文件访问,那么您可能不需要分页。