Slow data loading from data table to app

That’s a good point. I’ve been playing with filtering the results in my app, but even filtering still requires processing all the rows into a list, based on the Anvil documentation. I’m down to 90 seconds to load, but that’s still 90 seconds too long. Should I be looking at database services instead?