8 Comments

Thanks for the shout out 🙂💪

Expand full comment
author

Anytime, Sir.!

Expand full comment

Great article Raul!

Thanks for sharing practical strategies on how to split the database while migrating from monolith to micro-services architecture.

Expand full comment
author

Thanks so much, Ashish!

Expand full comment

There are always challenges when it comes to database splits and migrations, but you laid down solid approaches for that. Awesome article, my friend!

Expand full comment
author

Thanks, Daniel!!!

Expand full comment

Great step-by-step approach to a critical scalability challenge Raul.

Planning is one of the most important steps to migrating a database. Too often, projects don't spend enough time on that part and just jump into using fancy solutions.

Also, thanks for the shoutout👊

Expand full comment

You brought forward and important aspect of moving from monolith to microservices . Creating schemas based on domain is absolutely necessary and that is why they exist however I have seen many places where people use the default dbo schema in SQL or public schema for Postgres which should be avoided.

Thank you Raul !

Expand full comment