Top 10 things which have an impact on overall performance of Appian?

Certified Lead Developer

Hi All,

There can be many reasons which impact the performance of any application/system/product.

Here I am looking for top 10 things which impact the overall performance of Appian in terms of CPU utilization, memory usage, process engine/analytics engine load etc. and should be considered rite from the initial development phase till production.

Any pointers will help the development community:) In the meantime, I will continue with my research as well and post as and when I have any information.

 

Kindly suggest.

 

Thanks.

 

  Discussion posts and replies are publicly visible

Parents
  • I agree with aloks176.

    And also make sure while querying the huge data,don't pass pagingInfo(1,-1).It will impact the memory consumption and degrades the performance.
    Design a batch process while handling the huge data.
    Or implement store procedure to update the huge data entries or making new data entries.

    Reduce the usage of multiple node in the process model.Try to use lesser nodes (Make use of input/output variables efficiently).

    Make use of apply/apply components while handling huge data instead going for a looped structure in the process.

    Run Appian health check often to know more about your environment issues.

    Hope this will help you.
Reply
  • I agree with aloks176.

    And also make sure while querying the huge data,don't pass pagingInfo(1,-1).It will impact the memory consumption and degrades the performance.
    Design a batch process while handling the huge data.
    Or implement store procedure to update the huge data entries or making new data entries.

    Reduce the usage of multiple node in the process model.Try to use lesser nodes (Make use of input/output variables efficiently).

    Make use of apply/apply components while handling huge data instead going for a looped structure in the process.

    Run Appian health check often to know more about your environment issues.

    Hope this will help you.
Children
No Data