dotCloud say PostgreSQL does not scale for High Availability on the dotCloud Platform

本文涉及的产品
云原生数据库 PolarDB PostgreSQL 版,标准版 2核4GB 50GB
云原生数据库 PolarDB MySQL 版,通用型 2核4GB 50GB
简介:
dotCloud是cloudControl提供的一个商业PaaS产品. 

About the dotCloud Platform

The dotCloud Platform is a service provided by cloudControl, Inc. The Platform launched in 2011 as the industry’s first multi-language Platform as a Service. The Platform simplifies application development by allowing programmers to focus just on the code for their service while the Platform handles code building, scaling, deployment and load-balancing.

In 2013, recognizing the need for flexible, PaaS-like environments inside enterprises and across clouds, the company released much of its PaaS container technology as the open source Docker project. Docker is an open source engine for deploying any application as a lightweight, portable, self-sufficient container that will run virtually anywhere. By delivering on the promise “Build Once…Run Anywhere,” Docker has seen explosive growth, and its impact is being seen across devops, PaaS, and hybrid cloud environments.

The success of the Docker project led the company to change its name from "dotCloud, Inc." to "Docker, Inc." in October 2013 in order to reflect its focus on the new product. Docker, Inc. continues to run the dotCloud Platform, supporting thousands of containers running applications for a wide variety of businesses.

dotCloud (now Docker, Inc.) was founded by Solomon Hykes and Sebastien Pahl, and is venture backed by Benchmark (Peter Fenton), Trinity Ventures (Dan Scholnick), Yahoo! Founder Jerry Yang, Y Combinator, and Ron Conway. For more information, please see Docker.com

On August 1, 2014 cloudControl, Inc. acquired the dotCloud PaaS business from Docker, Inc.


他们的核心竞争力如其CEO所述 : 
Our core competency is and will continue to be the operation and support of large-scale cloud services, for tens of millions of visitors, 24 hours a day, every day. We intend to continue expanding that business, and we believe the best way to do that is by embracing open-source.

dotCloud的开源项 : 

So far dotCloud’s open-source toolbox includes:

  • ZeroRPC, a communication layer for distributed services;
  • Hipache, a routing layer for HTTP and Websockets traffic;
  • Stack.io, a communication framework for real-time web applications
  • Docker, a runtime for linux containers.
  • Recipes for automatically deploying NodeJSDjangoMemcache and dozens of other software components as cloud services.

All these components are already available, and the open-source community is using them to build alternative implementations of dotCloud’s development sandbox. We want to make that even easier by open-sourcing the remaining proprietary components – including our uploader, build system, database components, application server configuration, and more.

To learn more about future open-source announcements, follow the Docker repository and join the Docker mailing list.

另外, 目前docCloud平台对PG数据库还没有实施HA, 如果你在使用dotCloud的产品的话, 并且需要依赖数据库的HA, 那么现在最好使用mysql+mongodb来代替pg+postgis.

PostgreSQL and PostGIS

Warning

This service does not scale for High Availability on the dotCloud Platform. Please do not use this service if your application requires High Availability.

Can your application continue to run without this service? If not, then you should choose an alternative, or spend more time planning how your application will handle outages in this service during machine reboots or other interruptions to this service.

Suggested alternatives for High Availability

Use This Instead of This
MySQL or MongoDB PostgreSQL, PostGIS
Elastic Search (custom) Solr

[参考]
相关实践学习
使用PolarDB和ECS搭建门户网站
本场景主要介绍基于PolarDB和ECS实现搭建门户网站。
阿里云数据库产品家族及特性
阿里云智能数据库产品团队一直致力于不断健全产品体系,提升产品性能,打磨产品功能,从而帮助客户实现更加极致的弹性能力、具备更强的扩展能力、并利用云设施进一步降低企业成本。以云原生+分布式为核心技术抓手,打造以自研的在线事务型(OLTP)数据库Polar DB和在线分析型(OLAP)数据库Analytic DB为代表的新一代企业级云原生数据库产品体系, 结合NoSQL数据库、数据库生态工具、云原生智能化数据库管控平台,为阿里巴巴经济体以及各个行业的企业客户和开发者提供从公共云到混合云再到私有云的完整解决方案,提供基于云基础设施进行数据从处理、到存储、再到计算与分析的一体化解决方案。本节课带你了解阿里云数据库产品家族及特性。
目录
相关文章
|
存储 缓存 网络协议
译|High-Performance Server Architecture(下)
译|High-Performance Server Architecture(下)
85 0
|
缓存 前端开发 安全
译|High-Performance Server Architecture(上)
译|High-Performance Server Architecture
77 0
|
数据库
LeetCode(数据库)- Low-Quality Problems
LeetCode(数据库)- Low-Quality Problems
74 0
|
NoSQL
High-availability MongoDB Cluster Configuration Solutions
In this post, we will share an in-depth discussion about High-availability Cluster Solutions along with several MongoDB High-availability Cluster Configurations.
2946 0
High-availability MongoDB Cluster Configuration Solutions
|
SQL 关系型数据库 PostgreSQL
Enable point-in-time-recovery in PostgreSQL
转载地址:https://dev.to/pythonmeister/enable-point-in-time-recovery-in-postgresql-4d19 I really love PostgreSQL.
1150 0
|
关系型数据库 数据库 PostgreSQL
PostgreSQL 块级 snapshot (flash back) - postgrespro improvement
标签 PostgreSQL , snapshot , zfs 背景 Postgrepro提供了一个snapshot fs的功能,允许用户对数据库状态打快照,并可以在将来迅速的闪回到某个过去的快照。
1409 0
|
人工智能 固态存储 内存技术
Alibaba Cloud Launches Dual-mode SSD to Optimize Hyper-scale Infrastructure Performance
Alibaba has announced today the launch of a new system that aims to optimize the storage performance of hyper-scale infrastructure in addressing incre.
2845 0
|
SQL 关系型数据库 C语言
Full-text Search Index Optimization - Alibaba Cloud RDS PostgreSQL Best Practices
Will indexes be used in full-text searches that do not contain a certain keyword? Learn more about GIN, Generalized Inverted Index.
3971 0
|
SQL 关系型数据库 C语言
Principles and Applications of the Index Types Supported by PostgreSQL
Open data interfaces that allow PostgreSQL to support a wide range of different data types.
1715 0