From 2146f9e4fe613ec9bc5d177b231fb37e34c8ac60 Mon Sep 17 00:00:00 2001 From: Anna Stuchlik Date: Tue, 24 Feb 2026 10:10:48 +0100 Subject: [PATCH] doc: remove the tablets limitation for Alternator This commit removes the information that Alternator doesn't support tablets. The limitation is no longer valid. Fixes SCYLLADB-778 Closes scylladb/scylladb#28781 (cherry picked from commit e2333a57ad4f65c42ec061453a6112b569f85faf) Closes scylladb/scylladb#28793 --- docs/alternator/alternator.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/alternator/alternator.md b/docs/alternator/alternator.md index b390df74a4..3628bb630d 100644 --- a/docs/alternator/alternator.md +++ b/docs/alternator/alternator.md @@ -134,10 +134,6 @@ want modify a non-top-level attribute directly (e.g., a.b[3].c) need RMW: Alternator implements such requests by reading the entire top-level attribute a, modifying only a.b[3].c, and then writing back a. -Currently, Alternator doesn't use Tablets. That's because Alternator relies -on LWT (lightweight transactions), and LWT is not supported in keyspaces -with Tablets enabled. - ```{eval-rst} .. toctree:: :maxdepth: 2