Application database

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(New page: The client’s database is called the application database and is not required even though it is doubtful that large systems will do without one. There is no restriction on the the DBMS of...)
 
 
Line 3: Line 3:
 
application database since the performance/reliability requirements vary depending on the application. Frequently it
 
application database since the performance/reliability requirements vary depending on the application. Frequently it
 
will be used to store:
 
will be used to store:
Customer data records.
+
*Customer data records
Routing information (dial plans).
+
*Routing information (dial plans)
Client accounts (subscribed features).
+
*Client accounts (subscribed features)
Prompts.
+
*Prompts
Call states for HA switchover.
+
*Call states for HA switchover
  
  
Line 15: Line 15:
  
 
Database access are usually synchronous, this is not a problem but it should not be overlooked when designing the
 
Database access are usually synchronous, this is not a problem but it should not be overlooked when designing the
application database. A lot of synchronous access to a slow database (or on a slow link) can cause signigicant call
+
application database. A lot of synchronous access to a slow database (or on a slow link) can cause significant call
 
delays (not in the data path but in the control path). Using the multi-threaded feature of the CMC library, we can
 
delays (not in the data path but in the control path). Using the multi-threaded feature of the CMC library, we can
protect a call from another call’s asychronous operations but we cannot protect it from himself. This can be prevented
+
protect a call from another call’s asynchronous operations but we cannot protect it from himself. This can be prevented
with good database desing.
+
with good database design.
 +
 
 +
 
 +
----
 +
 
 +
Return to the Toolpack [[User Guide]]

Latest revision as of 14:56, 7 May 2009

The client’s database is called the application database and is not required even though it is doubtful that large systems will do without one. There is no restriction on the the DBMS of the application. It is up to the client to design the application database since the performance/reliability requirements vary depending on the application. Frequently it will be used to store:

  • Customer data records
  • Routing information (dial plans)
  • Client accounts (subscribed features)
  • Prompts
  • Call states for HA switchover


Caveats

Database access are usually synchronous, this is not a problem but it should not be overlooked when designing the application database. A lot of synchronous access to a slow database (or on a slow link) can cause significant call delays (not in the data path but in the control path). Using the multi-threaded feature of the CMC library, we can protect a call from another call’s asynchronous operations but we cannot protect it from himself. This can be prevented with good database design.



Return to the Toolpack User Guide

Personal tools