Files
lnd/sqldb
Olaoluwa Osuntokun c69971c20b sqldb: implement iterator support for NodeUpdatesInHorizon
In this commit, we update the SQL store implementation to support the
new iterator-based API for NodeUpdatesInHorizon. This includes adding a
new SQL query that supports efficient pagination through result sets.

The SQL implementation uses cursor-based pagination with configurable
batch sizes, allowing efficient iteration over large result sets without
loading everything into memory. The query is optimized to use indexes
effectively and minimize database round trips.

New SQL query GetNodesByLastUpdateRange is updated to support:
  * Cursor-based pagination using (last_update, pub_key) compound cursor
  * Optional filtering for public nodes only
  * Configurable batch sizes via MaxResults parameter
2025-09-26 16:57:41 -07:00
..
2025-08-30 14:13:44 -03:00
2025-07-25 12:21:18 -03:00
2024-10-26 14:18:00 +02:00
2025-08-14 11:59:09 +02:00
2025-08-14 12:00:40 +02:00
2023-07-27 03:31:12 -07:00
2025-09-05 09:53:59 +02:00