Skip to content

Add Truncateall into EAP#7942

Open
Jiawen-CS wants to merge 1 commit into
mainfrom
private/t-jiawensun/addnewfeature
Open

Add Truncateall into EAP#7942
Jiawen-CS wants to merge 1 commit into
mainfrom
private/t-jiawensun/addnewfeature

Conversation

@Jiawen-CS
Copy link
Copy Markdown
Contributor

@Jiawen-CS Jiawen-CS commented May 1, 2026

Early Access Preview Features update:

  • Replaced the placeholder entry with a new feature: "Faster cleanup of retention policy logs and large system tables", which describes the use of "Truncate All" for certain tables to speed up cleanup operations.

Work Item(s)

Fixes AB#546970

@github-actions
Copy link
Copy Markdown
Contributor

⚠️ Stale Status Check Deleted

The Pull Request Build workflow run for this PR was older than 72 hours and has been deleted.

📋 Why was it deleted?

Status checks that are too old may no longer reflect the current state of the target branch. To ensure this PR is validated against the latest code and passes up-to-date checks, a fresh build is required.


🔄 How to trigger a new status check:

  1. 📤 Push a new commit to the PR branch, or
  2. 🔁 Close and reopen the PR

This will automatically trigger a new Pull Request Build workflow run.

@Jiawen-CS Jiawen-CS marked this pull request as ready for review May 20, 2026 08:38
@Jiawen-CS Jiawen-CS requested a review from a team as a code owner May 20, 2026 08:38
@github-actions github-actions Bot added this to the Version 29.0 milestone May 20, 2026
@Jiawen-CS Jiawen-CS closed this May 20, 2026
@Jiawen-CS Jiawen-CS reopened this May 20, 2026
Comment on lines +3 to +4
"FeatureName": "Faster cleanup of retention policy logs and large system tables",
"Description": "Retention policies now use Truncate All for a limited set of supported tables: Change Log Entry, Integration Synch. Job Errors, Error Message, and Error Message Register. Truncate All clears the entire table, making cleanup much faster than row-by-row deletion. ",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe something like:

Suggested change
"FeatureName": "Faster cleanup of retention policy logs and large system tables",
"Description": "Retention policies now use Truncate All for a limited set of supported tables: Change Log Entry, Integration Synch. Job Errors, Error Message, and Error Message Register. Truncate All clears the entire table, making cleanup much faster than row-by-row deletion. ",
"FeatureName": "Fast cleanup of large tables in retention policy",
"Description": "A limited set of supported tables in Retention Policy now support TruncateAll: Change Log Entry, Integration Synch. Job Errors, Error Message, and Error Message Register. Truncate All clears the entire table, making cleanup much faster than row-by-row deletion. ",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants