[Accelerated Tables] - Performance Improvements Feedback

This is a big shout out to the Anvil team for such a fantastic job with the Accelerated Tables.

I was just running a server function in a new app and was wondering why the heck it was taking so long to complete. It basically creates dicts of information from data tables - rather large data tables. Something just seemed wrong.
Here are the timings in seconds for this 5 step process:

1 : 0.033
2 : 4.733
3 : 0.929
4 : 60.692
5 : 0.364

I could not stop racking my brain as to why step 4 was taking so long… then I remembered this was a new app and I hadn’t enabled the new tables beta… here is the same operation with Accelerated Tables enabled… same code, same server load.

1 : 0.091
2 : 0.602
3 : 0.909
4 : 5.546
5 : 0.128

60 seconds down to 5.5!!! A 10X improvement !!!

Thank you team - this new service has made a huge impact on our capability!

10 Likes