Skip to content

Commit

Permalink
Minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
namanshah76 committed Jan 13, 2025
1 parent d23b333 commit ff40dd7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/Serverless.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,11 @@ Follow the [Quickstart](./Quickstart/) guide to launch a Serverless service. Mak
- **Developer-Friendly Free Tier**: A forever free tier is available, ideal for development and testing environments, allowing teams to innovate without infrastructure management concerns.

## Technical Overview
SkySQL Serverless employs cloud-native techniques to achieve its capabilities:

- **Cloud-Native Scaling**: Utilizes Kubernetes with custom-built controllers for fine-grained resource control, enabling rapid and non-disruptive vertical and horizontal scaling.
- **Efficient Resource Management**: Maintains “hot” micro DB servers that can be restored seamlessly, facilitating efficient scaling from zero and ensuring consistent performance.
- **Persistent Connections**: Ensures always-on connections, even when database servers scale to zero, providing uninterrupted service for applications.

## Provisioned vs Serverless: What to Choose?
For consistent workloads that require steady, always-on database performance and predictable cost, launch your service with the provisioned option. Provisioned databases are ideal for production systems with predictable demand, ensuring optimal performance. Consider using Serverless option for following use cases:

- **Development and Testing**: The free tier allows developers to build and test applications without incurring costs, focusing on innovation rather than infrastructure management.
- **Unpredictable Workloads**: Applications with variable or unpredictable demand benefit from automatic scaling, ensuring performance during peak times and cost savings during low activity periods.
- **Microservices Architectures**: Serverless databases complement microservices by providing scalable, independent data stores that align with the dynamic nature of microservices environments.
Expand Down

0 comments on commit ff40dd7

Please sign in to comment.