Samenvatting
If you need to loop over the large list in Xano - Don't return the "list" using "Query all records" function but return "stream" and then use the "for each" loop to process the item. Its more memory efficient because it doesn't fetch the entire DB in one go rather stream the result one by one.
Bron