PostgreSQL

PostgreSQL is a powerful, open-source object-relational database system known for reliability, feature robustness, and performance. It's ideal for complex queries and custom procedures.

Deployment Steps

  1. From the dashboard, click "Create New" and select "PostgreSQL"

  2. Configure your database:

    • Name: Enter a unique identifier for your database

    • Description: Add a description to help identify the database purpose

    • Version: Select your preferred PostgreSQL version

    • Visibility: Choose between public or private access

Instance Types

Choose the instance type that best fits your workload:

  • Free Tier

    • Perfect for development and testing

    • Limited resources but no cost

    • Run 1 database for free

  • Standard

    • Balanced resources for general use

    • Recommended for production workloads

  • C1/C2 Compute

    • Optimized for compute-intensive workloads

    • Ideal for complex queries and analytics

  • M1/M2 Memory

    • Optimized for memory-intensive workloads

    • Perfect for large datasets and caching

Last updated