John Darrington
05/25/2023, 9:21 PMrtyler
05/25/2023, 9:22 PMJohn Darrington
05/25/2023, 9:23 PMRobert
05/25/2023, 9:30 PMrtyler
05/25/2023, 9:31 PMRobert
05/25/2023, 9:32 PMrtyler
05/25/2023, 9:34 PMJohn Darrington
05/25/2023, 9:34 PMRobert
05/25/2023, 9:34 PMJohn Darrington
05/25/2023, 9:35 PMrtyler
05/25/2023, 9:36 PMJohn Darrington
05/25/2023, 9:36 PMrtyler
05/25/2023, 9:36 PMJohn Darrington
05/25/2023, 9:41 PMRobert
05/25/2023, 9:42 PMJohn Darrington
05/25/2023, 9:45 PMrtyler
05/25/2023, 9:50 PMRobert
05/25/2023, 9:53 PMJohn Darrington
05/25/2023, 9:59 PMrtyler
05/25/2023, 10:04 PMNick Karpov
05/25/2023, 10:26 PMshingo
05/26/2023, 1:42 AMJohn Darrington
05/26/2023, 2:54 PMrtyler
05/26/2023, 4:36 PMJohn Darrington
05/26/2023, 4:51 PMrtyler
05/26/2023, 6:41 PMJohn Darrington
05/26/2023, 6:58 PMRyan Johnson
06/30/2023, 9:23 PMThe big problem I have with the dynamodb log store is that it's an all or nothing proposition, a table has to move its log store to DynamoDB and it just lives there, rather than as JSON in object storage. That means all clients have to understand how to interact with the log store in dynamoAFAIK, the DDB client writes back the .json file to its usual place in S3 after the winning commit has been confirmed, and the reader doesn't talk to DDB at all. I don't know that code tho, so I'd have to double check to be 100% certain.
TD
06/30/2023, 9:26 PM