doc: Update system.sstables table schema description
The partition key had been renamed and its type changed some time ago, but the doc wasn't updated. Fix it. refs: #20998 Signed-off-by: Pavel Emelyanov <xemul@scylladb.com> Closes scylladb/scylladb#22683
This commit is contained in:
committed by
Botond Dénes
parent
51a273401c
commit
81f7a6d97d
@@ -177,13 +177,13 @@ The "ownership" table for non-local sstables
|
|||||||
Schema:
|
Schema:
|
||||||
~~~
|
~~~
|
||||||
CREATE TABLE system.sstables (
|
CREATE TABLE system.sstables (
|
||||||
location text,
|
owner uuid,
|
||||||
generation timeuuid,
|
generation timeuuid,
|
||||||
format text,
|
format text,
|
||||||
status text,
|
status text,
|
||||||
uuid uuid,
|
uuid uuid,
|
||||||
version text,
|
version text,
|
||||||
PRIMARY KEY (location, generation)
|
PRIMARY KEY (owner, generation)
|
||||||
)
|
)
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user