OnlineSchemaChange VS reshape

Compare OnlineSchemaChange vs reshape and see what are their differences.

OnlineSchemaChange

A tool for performing online schema changes on MySQL. (by facebookincubator)

reshape

An easy-to-use, zero-downtime schema migration tool for Postgres (by fabianlindfors)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
OnlineSchemaChange reshape
3 16
955 1,653
0.1% -
8.1 7.4
18 days ago about 2 months ago
Python Rust
GNU General Public License v3.0 or later MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

OnlineSchemaChange

Posts with mentions or reviews of OnlineSchemaChange. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-08.
  • How Modern SQL Databases Are Changing Web Development - #3 Better Developer Experience
    4 projects | dev.to | 8 Dec 2023
    I’ve been through multiple incidents where everything worked fine in the testing environment but ended up locking the production database for minutes when deployed. A category of open-source tools called OSC (Online Schema Change) exists to mitigate such pain, like gh-ost used by GitHub and OSC used by Meta. They work by creating a set of "ghost tables" to apply the migrations, copy over old data from the original tables, and catch up with new writes simultaneously. When all old data is migrated, you can trigger a cutover to make the "ghost tables" production. Check the post below for a great introduction and comparison:
  • Postgres schema changes are still a PITA
    2 projects | dev.to | 8 Jul 2023
    For larger companies, with more data and high-traffic tables, schema changes may happen less often, but they still need to worry about things like downtime caused by locking. They require long internal guides on performing schema changes correctly (e.g. GitLab, PayPal), custom tools (e.g. Meta, Square), and they often document incidents or near-incidents caused by schema migrations (e.g. GitHub, Doctolib, GoCardless).
  • Migrating Facebook to MySQL 8.0
    2 projects | news.ycombinator.com | 23 Jul 2021

reshape

Posts with mentions or reviews of reshape. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-03.

What are some alternatives?

When comparing OnlineSchemaChange and reshape you can also consider the following projects:

ServiceStack.OrmLite - Fast, Simple, Typed ORM for .NET

pg-online-schema-change - Easy CLI tool for making zero downtime schema changes and backfills in PostgreSQL [Moved to: https://github.com/shayonj/pg-osc]

copycat - Generate deterministic fake values: The same input will always generate the same fake-output.

pgroll - PostgreSQL zero-downtime migrations made easy

migra - Like diff but for PostgreSQL schemas

gh-ost - GitHub's Online Schema-migration Tool for MySQL

atlas - Manage your database schema as code

bytebase.com - Source for bytebase.com

pg-osc - Easy CLI tool for making zero downtime schema changes and backfills in PostgreSQL

departure - Percona's pt-online-schema-change runner for ActiveRecord migrations.

Hasura - Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.

database-lab-engine - DBLab enables 🖖 database branching and ⚡️ thin cloning for any Postgres database and empowers DB testing in CI/CD. This optimizes database-related costs while improving time-to-market and software quality. Follow to stay updated.