Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Take into account the following behaviors when using the Aggregation profile:

...

  • Session Tab

  • Association Tab

  • Storage Tab

  • Advanced Tab

Session Tab

In the Session tab you can browse and select a Session UDR Type and configure the Storage selection settings.

...

Setting

Description

Profile

Select a Database Profile configured with the SQL database type. This profile is used to access the storage for aggregation sessions.

Note

Note!

Currently the SQL storage only supports PostgreSQL and SAP HANA databases.

Storage sharing functionality is currently not supported.

Index Fields

Click theĀ Add button to select the UDR type.

Table SQL Script

This text box will generate the SQL statements for the selected UDRs' table schema and indexes for Id, TxId. The schema will be generated based on the number of UDRs in the UDR Type Mapping table.

Info

Info!

Users will have to copy the SQL script generated in the text box to create the PostgreSQL and SAP HANA tables on their own in the database listed in the Database profile. The Aggregation profile will not automatically create the tables for you.

Note

Note!

The following table columns are mandatory when creating the database:

Column NameData Type

Id

VARCHAR(24)

TxId

BIGINT

Deleted

BOOLEAN

Timeout

BIGINT

Session

BYTEA

...