Skip to content

2022

The Basics of Database Sharding - Brent Ozar Unlimited®

Link: The Basics of Database Sharding - Brent Ozar Unlimited®: "There are many ways to scale out your database; many of these techniques require advanced management and expensive add-ons or editions. Database sharding is a flexible way of scaling out a database. In this presentation, Jeremiah Peschka explains how to scale out using database sharding, covers basic techniques, and shares some of the pitfalls. This..."

The Basics of Database Sharding – Brent Ozar Unlimited®

The Basics of Database Sharding - Brent Ozar Unlimited®

There are many ways to scale out your database; many of these techniques require advanced management and expensive add-ons or editions. Database sharding is a flexible way of scaling out a database. In this presentation, Jeremiah Peschka explains how to scale out using database sharding, covers basic techniques, and shares some of the pitfalls. This…

March 24, 2022 at 03:03PM

Building Scalable Databases: Pros and Cons of Various Database Sharding Schemes - Dare Obasanjo

Link: Building Scalable Databases: Pros and Cons of Various Database Sharding Schemes - Dare Obasanjo: "OpiniDatabase sharding is the process of splitting up a database across multiple machines to improve the scalability of an application. The justification for database sharding is that after a certain scale point it is cheaper and more feasible to scale a site horizontally by adding more machines than to grow it vertically by adding beefier servers."

Building Scalable Databases: Pros and Cons of Various Database Sharding Schemes – Dare Obasanjo

Building Scalable Databases: Pros and Cons of Various Database Sharding Schemes - Dare Obasanjo

OpiniDatabase sharding is the process of splitting up a database across multiple machines to improve the scalability of an application. The justification for database sharding is that after a certain scale point it is cheaper and more feasible to scale a site horizontally by adding more machines than to grow it vertically by adding beefier servers.

March 24, 2022 at 12:33AM

Sharding your database

Link: Sharding your database: "I’m increasingly encountering users on Heroku that are encountering the need to shard their data. For most users this is something you delay as long as possible as you can generally go for sometime before you have to worry about it. Additionally scaling up your database is often a reasonable approach early on and something I encourage as a starting point as scaling up is easy to do with regards to databases. However, for the 1% of users that do need to shard when the time comes many are left wondering where to start, hence the following guide."

The Ultimate Guide to Real-Time Lane Detection Using OpenCV – Automatic Addison

Link: The Ultimate Guide to Real-Time Lane Detection Using OpenCV – Automatic Addison: "In this tutorial, we will go through the entire process, step by step, of how to detect lanes on a road in real time using the OpenCV computer vision library and Python. By the end of this tutorial, you will know how to build (from scratch) an application that can automatically detect lanes in a video stream from a front-facing camera mounted on a car. You’ll be able to generate this video below."