mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-24 02:43:42 -05:00
5282014bb2
This DynamoDB store borrows some logic from HttpStore, in that Get, Has and Put requests are dumped into channels that are watched by code in goroutines and batched up to be sent to the backend. A few structs have been factored out of http_store.go and moved to remote_requests.go, where they are enhanced so that DynamoStore can use them as well.