Articles by Tag #sharded

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Aurora Limitless - SQL Limitations

It is important to clarify that Aurora Limitless is not a single distributed SQL database. Instead,...

Learn More 13 0Nov 26 '24

Aurora Limitless - Sharded Table

In the previous posts, I created the 16 ACU cluster, which consists of two routers and two shards....

Learn More 3 0Nov 25 '24

Aurora Limitless - Connection

The Aurora Limitless cluster provides a writer and reader endpoint: There's also a endpoint for the...

Learn More 2 0Nov 24 '24

Aurora Limitless - Global Consistency (ACID)

The features discussed in previous posts of this series are comparable to other database-sharding...

Learn More 2 0Nov 29 '24

Aurora Limitless - Reference Tables

In a previous post in this series, we discussed the limitations of database sharding. The data model...

Learn More 1 0Nov 27 '24

Aurora Limitless - Single and Multi-Shard Scan

I have created a sharded table and will examine the execution plan for point and range queries....

Learn More 1 0Nov 25 '24

Aurora Limitless - Collocation (and porting PgBench)

Many people believe that implementing sharding on PostgreSQL-compatible databases ensures complete...

Learn More 0 0Nov 28 '24

Aurora Limitless - Sequences

Sequences are commonly used in SQL to generate unique numbers of small size and clustered to minimize...

Learn More 0 0Nov 30 '24

Aurora Limitless - Resharding

Re-sharding to scale out can be operationally complex when using database sharding. However, Aurora...

Learn More 0 0Nov 26 '24