Telecom schema is a simple star schema that represents a summary of the calls made by the customers of a fictional cell phone service provider. Each table is described in a separate section.
Table Name |
Default Number of Rows |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Each tuple in the fact table represents a summary of the CDR records generated at tje switch for each customer.
|
5000000 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This table describes the customers of the service provider.
|
50000 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This table describes all the rate plans offered by the service provider.
|
500 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This table describes the types of numbering plans. This is used to distinguish between originating and terminating destination calls.
|
500 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This table describes type of equipment (handsets) used by customers of the service provider.
|
200 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This table describes every feature offered by the service provider.
|
20 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This table describes all possible reasons for which a call can be terminated.
|
20 |
In This Chapter |