Replication border can be set now with ALTER SYTEM without restarting the database
Details
| Detail name | Value |
|---|---|
| Changelog Number | 16000 |
| Type | Improvement |
| Status | Resolved |
| Fix Versions | Exasol 8.9.0 |
| Resolution Date | 2023-02-02 |
The system replication border can be now changed using
ALTER SYSTEM SET REPLICATION_BORDER = ....
A database restart is no longer required.
Changed behavior
Changing the replication border for existing systems can't be done using the command-line parameter anymore. A database will not start anymore if the command line parameter -soft_replicationborder_in_numrows is set. Instead the sql interface 'ALTER SYSTEM SET REPLICATION_BORDER' should be used.