Introduction.
Ervaren Expert

Real-time vs. database storage?
The starting point is to store all retrieved information in your own database. All synchronisations should take place once a day at night.



Realtime:
Advantage:
  1. All fields are current. For example, fields that often change such as number of free spaces.
Disadvantage
  1. Speed, because for each visitor the data has to be retrieved from Coachview. With more than one webservice call this often becomes too slow, overhead webservices etc.

Database:
Advantage:
  1. Speed: There is no need to call Coachview web services anymore. No dependency on Coachview. Think for example of maintenance.
Disadvantage:
  1. Complexity. Own database and more programming logic needed.

Questions?
If you have any questions, please contact our support department at 088-4488555, or send an e-mail to support@coachview.net.

Examples use web services.