From aea33209d9627085acda2e179c7d136d4fe291ae Mon Sep 17 00:00:00 2001 From: Jiawen Sun Date: Fri, 1 May 2026 14:41:38 +0200 Subject: [PATCH] Add Truncateall into EAP --- .../App/Resources/Files/EarlyAccessPreviewFeatures.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/System Application/App/Resources/Files/EarlyAccessPreviewFeatures.json b/src/System Application/App/Resources/Files/EarlyAccessPreviewFeatures.json index 11c7261889..481cc344c0 100644 --- a/src/System Application/App/Resources/Files/EarlyAccessPreviewFeatures.json +++ b/src/System Application/App/Resources/Files/EarlyAccessPreviewFeatures.json @@ -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. ", + "Category": "Administration", "HelpURL": "", "VideoURL": "" }