I’m querying the AAVE subgraph to fetch all positions at a specific blockNumber. However, I’ve noticed that the query results are inconsistent across repeated requests. Each time I query, I receive a different subset of positions.
When I aggregate the results across multiple queries, it takes about ~20 requests before the set of positions stops growing.
Questions:
-
Can the final aggregated set be considered complete?
-
Is this inconsistency caused by missing data on individual nodes?
-
Is this behavior expected/unavoidable when querying the subgraph?