-
Notifications
You must be signed in to change notification settings - Fork 27
PostgreSQL Specific Notes
Tim Kirschke edited this page Mar 20, 2024
·
1 revision
By default, PostgreSQL sets the Function Arguments (MAX_FUNCTION_ARGUMENTS) to 100, which imposes a limitation of 50 columns per satellite when the server sticks to default settings. To accommodate more columns for a satellite in PostgreSQL, you'll need to adjust the database server settings or opt for more frequent satellite splits. This adjustment becomes necessary to manage larger sets of columns effectively within the satellites.
Table of Content
- Staging
- DV-Entities
- Hubs
- Links
- Satellites
- Standard Satellite
- Multi-Active Satellite
- Record-Tracking Satellite
- Non-Historized Satellite
-
Reference Data
- Reference Hub
- Reference Satellite
- Reference Tables
- Business Vault
- PIT
- Snapshot Control
- General