Uploading files to OpenStack Object Storage (Swift) by many parts
While uploading files to Swift, we are going to split them to parts. We are going to use it for (large) files synchronization when only changed parts can be uploaded later. But we are not sure what size for a part to choose. If, say, we split files by 10MB parts how it will affect the scalability, RAM usage and the performance of Swift, assuming that a node will have approximately 100TB space?