Skip to content

Commit

Permalink
docs: remove "ScyllaDB Enterprise" labels
Browse files Browse the repository at this point in the history
remove the "ScyllaDB Enterprise" labels in document. because
there is no need to differentiate ScyllaDB Enterprise from its OSS
variant, let's stop adding the "ScyllaDB Enterprise" labels to
enterprise-only features. this helps to reduce the confusion.

as we are still in the process of porting the enterprise features
to this repo, this change does not fix scylladb#22175.
we will review the document again when completing the migration.

we also take this opportunity to stop referencing "Enterprise" in
the changed paragraph.

Refs scylladb#22175
Signed-off-by: Kefu Chai <[email protected]>

Closes scylladb#22177
  • Loading branch information
tchaikov authored and denesb committed Jan 8, 2025
1 parent e51b207 commit 23729be
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
2 changes: 0 additions & 2 deletions docs/cql/compaction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,6 @@ The following options only apply to IncrementalCompactionStrategy:

``space_amplification_goal`` (default: null)

:label-tip:`ScyllaDB Enterprise`

.. versionadded:: 2020.1.6

This is a threshold of the ratio of the sum of the sizes of the two largest tiers to the size of the largest tier,
Expand Down
2 changes: 0 additions & 2 deletions docs/features/workload-prioritization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Workload Prioritization
========================

:label-tip:`ScyllaDB Enterprise`

In a typical database there are numerous workloads running at the same time.
Each workload type dictates a different acceptable level of latency and throughput.
For example, consider the following two workloads:
Expand Down
6 changes: 3 additions & 3 deletions docs/kb/compaction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ A compaction strategy is what determines which of the SSTables will be compacted

* `Size-tiered compaction strategy (STCS)`_ - (default setting) triggered when the system has enough similarly sized SSTables.
* `Leveled compaction strategy (LCS)`_ - the system uses small, fixed-size (by default 160 MB) SSTables divided into different levels and lowers both Read and Space Amplification.
* :ref:`Incremental compaction strategy (ICS) <incremental-compaction-strategy-ics>` - :label-tip:`ScyllaDB Enterprise` Uses runs of sorted, fixed size (by default 1 GB) SSTables in a similar way that LCS does, organized into size-tiers, similar to STCS size-tiers. If you are an Enterprise customer ICS is an updated strategy meant to replace STCS. It has the same read and write amplification, but has lower space amplification due to the reduction of temporary space overhead is reduced to a constant manageable level.
* :ref:`Incremental compaction strategy (ICS) <incremental-compaction-strategy-ics>` - Uses runs of sorted, fixed size (by default 1 GB) SSTables in a similar way that LCS does, organized into size-tiers, similar to STCS size-tiers. ICS is an updated strategy meant to replace STCS. It has the same read and write amplification, but has lower space amplification due to the reduction of temporary space overhead is reduced to a constant manageable level.
* `Time-window compaction strategy (TWCS)`_ - designed for time series data and puts data in time order. TWCS uses STCS to prevent accumulating SSTables in a window not yet closed. When the window closes, TWCS works towards reducing the SSTables in a time window to one.

How to Set a Compaction Strategy
Expand Down Expand Up @@ -115,8 +115,8 @@ Likewise, when :term:`bootstrapping<Bootstrap>` a new node, SSTables are streame

.. _incremental-compaction-strategy-ics:

Incremental Compaction Strategy (ICS) :label-tip:`ScyllaDB Enterprise`
------------------------------------------------------------------------
Incremental Compaction Strategy (ICS)
-------------------------------------

.. versionadded:: 2019.1.4

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
Advanced Internode (RPC) Compression
==========================================

:label-tip:`Available with the Premium plan`

Internode (RPC) compression controls whether traffic between nodes is
compressed. If enabled, it reduces network bandwidth usage.

Expand Down
4 changes: 2 additions & 2 deletions docs/operating-scylla/security/security-checklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ Configure ScyllaDB to use TLS/SSL for all the connections. Use TLS/SSL to encryp

* :doc:`Encryption Data in Transit Node to Node </operating-scylla/security/node-node-encryption>`

Encryption at Rest :label-tip:`ScyllaDB Enterprise`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Encryption at Rest
~~~~~~~~~~~~~~~~~~
Encryption at Rest is available in `ScyllaDB Enterprise <https://enterprise.docs.scylladb.com/>`_.

Encryption at Rest protects the privacy of your user's data, reduces the risk of data breaches, and helps meet regulatory requirements.
Expand Down

0 comments on commit 23729be

Please sign in to comment.