💾 Archived View for dioskouroi.xyz › thread › 29406694 captured on 2021-12-03 at 14:04:38. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
________________________________________________________________________________
This will be interesting as far as table designs goes. Amazon has been pushing single table design for DynamoDB for a while, but this is a table level setting, so at the very least, you'll need two tables now.
One for current data and one for "old" data.
you don't need two tables. if you have a lot of data in storage and access a small portion, you'll probably save on total cost with this setting.