一个商业服务模式:数据库迁移和支持服务
一个商业服务模式:数据库迁移和支持服务
1、从商业数据库迁移到开源数据库,如:
Oracle, SQL Server, DB2 迁移至 PostgreSQL
Teradata 等商业MPP数据仓库迁移至 Greenplum
Apache Cassandra 迁移至 ScyllaDB ,从 JVM 架构迁移至 C++
带来的好处是性能大幅提升和节点数大幅减少,这是真金白银的直接好处
- Yahoo Japan! Replacing 600 Cassandra nodes with just 60 of Scylla.
- Comcast: Sprinting from Cassandra to Scylla 节点数从962减少至78
数据库解决方案有太多太多,各种数据库间迁移是常态。
Comments