DEV Community

Chris Reddington for Cloud with Chris

Posted on • Updated on • Originally published at cloudwithchris.com

15 - The Sharding and Index Table Patterns

Cloud with Chris Logo

This post was originally published on Fri, Nov 13, 2020 at cloudwithchris.com.

Starting to think about the data layer of your application, and concerned about scalability of your solution? Or have some form of application that needs to have segregation of data, perhaps customers with requirements to have their data in a particular geography? Then the first part of the session may be for you, focused on the Sharding pattern! But what about if you’re using a data store which doesn’t support secondary indexes? Won’t you be limited on the efficiency and types of queries that you can run across your data? Then this is where you may be interested in the Index Table Pattern. Listen in to this session where Chris Reddington is joined by Steph Martin, talking about both of these patterns. This is another episode in the series of Architecting for the Cloud, one pattern at a time.

Top comments (0)