Shredded source for RDB loader

I’ve a use case where 1 specific AWS region has 2 sources (both of them have different stream of data)

Now, How my RDB has to load both the shredded data into 2 different DB schema.

So where can I configure RDB for, from which shredded data to consume and also to which table in DB to load

You can use [Amazon Redshift] to accommodate data from all database shards. You can use various strategies to partition a table, such as list partitioning, range partitioning, or hash partitioning.

1 Like