Skip to content

AWS DynamoDB support for metadata store #1373

Answered by davies
c3mb0 asked this question in Q&A
Discussion options

You must be logged in to vote

@c3mb0 JuiceFS relies on transactions API of database to ensure atomic operations, after a quick look on the transactions [1] of DynamoDB, it looks like difficult to support DynamoDB.

For example, we need to get A, then find out key of B, and get BX, then update A and BX, they should be within single transaction, but is difficult to implement using just TransactWriteItems() and TransactGetItems()

[1] https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/transaction-apis.html

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by davies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants