Getting Started with YugabyteDB, Temporal, and the Temporal-Maru Benchmarking Tool
Learn how to integrate Temporal and Maru with the YugabyteDB database to run sample workflows and operate resilient applications using developer-friendly primitives.
Learn how to integrate Temporal and Maru with the YugabyteDB database to run sample workflows and operate resilient applications using developer-friendly primitives.
We understand that database migrations can be painful. We have helped users successfully migrate from MySQL to YugabyteDB, a PostgreSQL-compatible distributed SQL database. A very popular tool to accomplish this task is pgloader. In this post, we will cover how to migrate both your MySQL schema as well as data to YugabyteDB.
Before starting the migration there are a few prerequisites you’ll need to address.
…
YugabyteDB has a great feature in strongly consistent secondary indexes. I have been asked a few times now about how to modify existing indexes. These can range from adding another column to the index or adding another column to the INCLUDE clause. The big question at the end of the day is: how to do this without having to take downtime on the indexes? In this blog post, using the Yugabyte CQL API we will look at how to switch a live running application from using one index to another without a performance hit during the transition,
…