Right now a hash is generated for pagination to be used as a key in Redis to get the last address returned in previous page . Since there are no constraints on tokens returned for this , some performance improvements should be obtained by returning just the address as continuation token (i.e. no hash calculation) .
Right now a hash is generated for pagination to be used as a key in Redis to get the last address returned in previous page . Since there are no constraints on tokens returned for this , some performance improvements should be obtained by returning just the address as continuation token (i.e. no hash calculation) .