Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{
"FeatureName": "No features listed yet for the 2026 wave 2 release",
"Description": "Check back here in a couple of weeks to see and provide feedback on features coming in the upcoming release.",
"Category": "Other",
"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. ",
Comment on lines +3 to +4
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. ",

"Category": "Administration",
"HelpURL": "",
"VideoURL": ""
}
Expand Down
Loading