AAI SDK
    Preparing search index...

    Variable MAX_DB_RESULT_ROWSConst

    MAX_DB_RESULT_ROWS: 1000

    Max rows one ctx.db query may return; queries that could exceed it should paginate with LIMIT/OFFSET. Exceeding the cap throws rather than silently truncating — a shortened result is indistinguishable from a complete one. Enforced identically under aai dev and on the platform (both route through createPostgresDb).