Software Alternatives & Reviews

How High Availability Works in Timescale Cloud Database

Amazon S3 Amazon EC2 Amazon EBS
  1. Amazon S3 is an object storage where users can store data from their business on a safe, cloud-based platform. Amazon S3 operates in 54 availability zones within 18 graphic regions and 1 local region.
    The backups and WAL are stored in S3 as the long-term storage element. These are things that don’t have to be accessed regularly as part of the daily database operations and thus benefit from being stored in S3, which is a bit slower to access than EC2 but incredibly reliable. (S3 stands for Simple Storage Service.).

    #Cloud Hosting #Object Storage #Cloud Storage 170 social mentions

  2. Amazon Web Services offers reliable, scalable, and inexpensive cloud computing services. Free to join, pay only for what you use.
    Pricing:
    • Open Source
    The compute piece of the hardware is covered by EC2 instances. In Timescale Cloud, the compute handles the PostgreSQL server, the connections to the database, and it also holds the local memory. (EC2 stands for Elastic Compute 2).

    #Cloud Computing #Cloud Infrastructure #VPS 62 social mentions

  3. Amazon Elastic Block Store (Amazon EBS) provides persistent block level storage volumes for use with Amazon EC2 instances in the AWS Cloud. Learn more here.
    The database storage piece is covered by EBS instances. This is where the data actually lives—your disk storage and file system. (EBS stands for Elastic Block Store).

    #Cloud Storage #Object Storage #Storage 8 social mentions

Discuss: How High Availability Works in Timescale Cloud Database

Log in or Post with