Performance Improvement

Hi all,

I currently have a couple apps on legacy plans, that I know will need to switch over by October. For those who have switched, did you notice a considerable improvement in performance?

One of my apps is at 5 million WU the last 30 days and is struggling (outages aside). I realize this will cost significantly more, but that is ok as long as the performance is excellent.

Thanks!

Hi there,

The biggest improvement I noticed was Schedule API Workflow on a list. Easily 5-10x faster.

2 Likes

Good to know! Vast majority of my WU is fetching data, and sometimes it just slows to crawl.

1 Like

Curious what sort of searches you’re running to pull the data?

Vast majority are filtered RG’s

I was seeing some slow searches with filtered RGs, but once I de-normalized and included the queried tags on the top-level data type that was being searched, even with filtered:advanced I achieved must faster results. For example, if I had a search comparing a list of Options against the options found in the data’s related datatype, I instead included a step in my workflow to include those options on the main datatype in their own list. Now it’s searching just the top-level, and the speed improvements were substantial.

2 Likes