This is a best practices question, Should data be written to a data store after

This is a best practices question, Should data be written to a data store after every UI node in a process or after all of the information has been collected from several separate nodes, does that depend on the process requirements or is there some established rule of thumb that should be followed?

OriginalPostID-139908

OriginalPostID-139908

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    It would really depend on your overall application design. If you are reporting on the RDBMS data using a 3rd party tool or SAIL reports using queryrules/entity then you might want to consider writing after every UI node to ensure that the data is up to date. If the RDBMS is seen as the primary source of data then this is another good reason to consider multiple writes.
Reply
  • 0
    Certified Lead Developer
    It would really depend on your overall application design. If you are reporting on the RDBMS data using a 3rd party tool or SAIL reports using queryrules/entity then you might want to consider writing after every UI node to ensure that the data is up to date. If the RDBMS is seen as the primary source of data then this is another good reason to consider multiple writes.
Children
No Data