aioboto3 speedup not as expected
问题 I'm trying the aioboto3 lib, which looks extremely promising for speeding certain tasks up. For example, I need to find tags for all S3 objects within a particular bucket and prefix. But unfortunately the speed increase is not what I had hoped for. With 1000 objects, it's about half the time. With 8000 objects, it was about the same time! This was run on a c3.8xlarge EC2 instance. Code: import asyncio import aioboto3 from boto3.dynamodb.conditions import Key import boto3 import logging import