BigQuery分页 - 使用pageToken还是startIndex?
创始人
2024-12-12 14:00:13
0

在使用 BigQuery 进行分页查询时,可以选择使用 pageToken 还是 startIndex 来指定查询的起始位置。

  1. 使用 pageToken 进行分页:
from google.cloud import bigquery

def query_with_page_token(page_token=None):
    client = bigquery.Client()
    query_job = client.query(
        """
        SELECT *
        FROM `project.dataset.table`
        ORDER BY column_name
        """,
        # 设置pageToken
        page_token=page_token
    )

    results = query_job.result()

    # 处理查询结果
    for row in results:
        # 处理每一行数据

    # 获取下一页的pageToken
    next_page_token = results.next_page_token

    return next_page_token

# 第一次查询
next_page_token = query_with_page_token()

# 后续查询
while next_page_token is not None:
    next_page_token = query_with_page_token(page_token=next_page_token)
  1. 使用 startIndex 进行分页:
from google.cloud import bigquery

def query_with_start_index(start_index):
    client = bigquery.Client()
    query_job = client.query(
        """
        SELECT *
        FROM `project.dataset.table`
        ORDER BY column_name
        LIMIT 100
        OFFSET {}
        """.format(start_index)
    )

    results = query_job.result()

    # 处理查询结果
    for row in results:
        # 处理每一行数据

    return results.total_rows

# 第一次查询
start_index = 0
total_rows = query_with_start_index(start_index)

# 后续查询
while start_index < total_rows:
    start_index += 100
    query_with_start_index(start_index)

使用 pageToken 的好处是可以直接从上一个查询结果中获取下一页的 pageToken,不需要手动计算 startIndex。但是,如果查询结果很大,需要多次调用查询函数,可能会导致查询时间较长。

使用 startIndex 的好处是可以直接指定查询的起始位置和每页的记录数,比较直观。但是,需要手动计算每次查询的起始位置和记录数,需要注意边界条件。

根据具体的需求和使用场景,选择合适的分页方式。

相关内容

热门资讯

记者揭秘!智星菠萝辅助(透视辅... 记者揭秘!智星菠萝辅助(透视辅助)拱趴大菠萝辅助神器,扑克教程(有挂细节);模式供您选择,了解更新找...
一分钟揭秘!约局吧能能开挂(透... 一分钟揭秘!约局吧能能开挂(透视辅助)hhpoker辅助靠谱,2024新版教程(有挂教学);约局吧能...
透视辅助!wepoker模拟器... 透视辅助!wepoker模拟器哪个好用(脚本)hhpoker辅助挂是真的,科技教程(有挂技巧);囊括...
透视代打!hhpkoer辅助器... 透视代打!hhpkoer辅助器视频(辅助挂)pokemmo脚本辅助,2024新版教程(有挂教程);风...
透视了解!约局吧德州真的有透视... 透视了解!约局吧德州真的有透视挂(透视脚本)德州局HHpoker透视脚本,必胜教程(有挂分析);亲,...
六分钟了解!wepoker挂底... 六分钟了解!wepoker挂底牌(透视)德普之星开辅助,详细教程(有挂解密);德普之星开辅助是一种具...
9分钟了解!wpk私人辅助(透... 9分钟了解!wpk私人辅助(透视)hhpoker德州透视,插件教程(有挂教学);风靡全球的特色经典游...
推荐一款!wepoker究竟有... 推荐一款!wepoker究竟有透视(脚本)哈糖大菠萝开挂,介绍教程(有挂技术);囊括全国各种wepo...
每日必备!wepoker有人用... 每日必备!wepoker有人用过(脚本)wpk有那种辅助,线上教程(有挂规律);wepoker有人用...
玩家必备教程!wejoker私... 玩家必备教程!wejoker私人辅助软件(脚本)哈糖大菠萝可以开挂,可靠技巧(有挂神器)申哈糖大菠萝...