Skip to content

Commit 96415fe

Browse files
committed
remove scaling section
1 parent d35bf9a commit 96415fe

File tree

2 files changed

+9
-15
lines changed

2 files changed

+9
-15
lines changed
Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
---
2-
title: Scaling
3-
description: How to scale your SQLite Cloud cluster.
4-
category: platform
5-
status: publish
6-
slug: scaling
7-
---
81

2+
3+
## Architecture
4+
SQLite Cloud uses the [Raft](https://raft.github.io) consensus algorithm to distribute your data changes across a cluster of computing systems, ensuring that each node in the cluster agrees upon the same series of state transitions. Raft implements consensus with a leader approach.
5+
6+
SQLite Cloud is written in ANSI C and GO, and it works on most POSIX systems (Linux, *BSD, Mac OS X) and Windows.
7+
8+
SQLite Cloud supports all the SQLite features without any limitations, including ACID compliance and non-deterministic SQL statements.
9+
10+
## Scaling your cluster
911
SQLite Cloud leverages a customized Raft algorithm to maintain a robust and highly available database cluster. Here’s an essential guide on the node types within SQLite Cloud and strategic tips for scaling your cluster effectively.
1012

1113
## Overview of Node types

draft--architecture.mdx

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)