Files
scylladb/docs
Pavel Emelyanov 4a70e0aa57 system_keyspace: Table with config options
A config option value is reported as 'text' type and contains
a string as it would looks like in json config.

The table is UPDATE-able. Only the 'value' columnt can be set
and the value accepted must be string. It will be converted into
the option type automatically, however in current implementation
is't not 100% precise -- conversion is lexicographical cast which
only works for simple types. However, liveupdate-able values are
only of those types, so it works in supported cases.

Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>
2021-11-11 16:39:34 +03:00
..
2021-11-02 19:59:16 +03:00
2021-11-05 11:49:27 +02:00
2021-10-22 13:34:56 +01:00
2021-10-13 15:08:24 +03:00
2020-12-03 17:37:18 +01:00
2021-10-22 13:34:56 +01:00
2021-10-13 14:56:27 +03:00
2021-11-02 19:59:16 +03:00

Scylla Developer Documentation

This documentation targets developers who are interested in contributing to Scylla codebase.

Contents

  • Alternator - The open source DynamoDB-compatible API reference.
  • Design notes - Explanations describing how new features work for other contributors and exploratory research.
  • Guides - Instructions on how to build, run, test and debug the Scylla codebase.
  • Contribute - Guidelines on how to contribute and maintain the project.