| Schema Version | 4.5.2 | |
| Filegroup | BART_DATA | |
| Partitioned | No | |
The COLLECTION table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| SESSION_ID | IX_COLLECTION |
|
The identifier of the rerating session for this collection | |||
| ROOT_ID | IX_COLLECTION |
|
The identifier of the root contract of the collection | |||
| CONTRACT_ID |
|
The identifier of the contract in the collecion |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the rerating session for this collection |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_COLLECTION |
| Definition | The identifier of the root contract of the collection |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_COLLECTION |
| Definition | The identifier of the contract in the collecion |
| Type | DECIMAL(28), NOT NULL |
The following database indexes are available in the COLLECTION database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | SESSION_ID,ROOT_ID |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | BART_INDX |