Skip to content

Commit 5304f13

Browse files
mikeCRLtaroface
authored andcommitted
Add Disaster Recovery items to Feature Highlights
1 parent 2bd858b commit 5304f13

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

src/current/_includes/releases/v26.2/v26.2.0.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,45 @@ You can also search the docs for sections labeled [New in v26.2](https://www.coc
153153
</tbody>
154154
</table>
155155

156+
<h4 id="disaster-recovery-highlights">Disaster Recovery highlights</h4>
157+
158+
<table>
159+
<thead>
160+
<tr>
161+
<th class="center-align">Feature</th>
162+
<th class="center-align">Availability</th>
163+
<th style="white-space: nowrap;">Self-hosted</th>
164+
<th>Basic</th>
165+
<th>Standard</th>
166+
<th>Advanced</th>
167+
</tr>
168+
</thead>
169+
<tbody>
170+
<tr>
171+
<td>
172+
<p class="feature-summary">Faster disaster recovery with improved restore performance</p>
173+
<p class="feature-description">Restore operations are now up to 4× faster using <code>WITH EXPERIMENTAL COPY</code>, significantly reducing recovery time objectives (RTO) for large-scale disaster recovery scenarios. This capability is in Preview for self-hosted clusters. For details, refer to <a href="{% link {{ page.version.version }}/restore.md %}#run-faster-restores">Run faster restores</a>.</p>
174+
</td>
175+
<td class="icon-center">Preview</td>
176+
<td class="icon-center">{% include icon-yes.html %}</td>
177+
<td class="icon-center">{% include icon-no.html %}</td>
178+
<td class="icon-center">{% include icon-no.html %}</td>
179+
<td class="icon-center">{% include icon-no.html %}</td>
180+
</tr>
181+
<tr>
182+
<td>
183+
<p class="feature-summary">Simplified backup management using backup IDs</p>
184+
<p class="feature-description"><code>SHOW BACKUPS</code> now returns unique backup IDs that can be used directly in <code>RESTORE</code> operations with <code>FROM &lt;backup_id&gt; IN &lt;collection&gt;</code>, eliminating the need for subdirectory paths or <code>AS OF SYSTEM TIME</code> clauses. Server-side time filtering with <code>NEWER THAN</code> and <code>OLDER THAN</code> makes it easier to find backups within a specific recovery window. This capability is in Preview for self-hosted clusters. For details, refer to <a href="{% link {{ page.version.version }}/show-backup.md %}#query-backups-more-efficiently">Query backups more efficiently</a>.</p>
185+
</td>
186+
<td class="icon-center">Preview</td>
187+
<td class="icon-center">{% include icon-yes.html %}</td>
188+
<td class="icon-center">{% include icon-no.html %}</td>
189+
<td class="icon-center">{% include icon-no.html %}</td>
190+
<td class="icon-center">{% include icon-no.html %}</td>
191+
</tr>
192+
</tbody>
193+
</table>
194+
156195
<h4 id="performance-highlights">Performance highlights</h4>
157196

158197
<table>

0 commit comments

Comments
 (0)