Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scale: Refurbish section, and absorb relevant tutorials from community forum #150

Merged
merged 8 commits into from
Nov 29, 2024

Commits on Nov 28, 2024

  1. Scale: Establish dedicated section

    Refactor `scale-up-down.md` and `kubernetes.rst` page into dedicated
    section to be able to expand it further.
    amotl committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    1285ce6 View commit details
    Browse the repository at this point in the history
  2. Scale: Refurbish page layout

    amotl committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    a60542a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d9914c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c3a892 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fb770b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b81b8d View commit details
    Browse the repository at this point in the history
  7. Scale: Fix formatting and wording on new content

    Co-authored-by: Niklas Schmidtmer <[email protected]>
    amotl and hammerhead committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    4e6f5a4 View commit details
    Browse the repository at this point in the history
  8. Scale: Inform about CrateDB 5.9.0's cluster-wide allocation rules

    In CrateDB 5.9.0 or higher, you don't need to change shard allocations for each
    individual table any longer. Instead, default allocation rules can be set on
    the cluster level:
    
    > [CrateDB 5.9.0] added support to override `routing.allocation.*` cluster
    > settings with a `routing.allocation.*` table setting. This can be used to
    > define the default routing behavior for all tables with a cluster setting
    > and reroute individual tables by assigning the table setting using `ALTER
    > TABLE SET`.
    hammerhead authored and amotl committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    1e60c06 View commit details
    Browse the repository at this point in the history