tiki-deprecated / app-syncchain

TIKI's layer0 backup for localchains
MIT License
2 stars 0 forks source link

Add method to perform concurrent writes #12

Open mike-audi opened 2 years ago

mike-audi commented 2 years ago

S3 allows for parallel writes but our HTTPP library doesn't support multipart uploads. Implement a type of parallel/batching uploading inside the syncchain for significant s3 performance boost.

ricardobrg commented 2 years ago

It could be used in #18