6 ms·
I'm using AWS Athena with S3 at work right now to replace a huge service with a few SQL statements that run about 500x faster with about 1% of the CPU and memor
by lambda_obrien 6y ago
I'm using AWS Athena with S3 at work right now to replace a huge service with a few SQL statements that run about 500x faster with about 1% of the CPU and memory assigned to the pod. Not the exact same thing, but it's amazing what good old boring SQL can do vs. a huge Python monster. There are about 500 loc now, vs maybe 5000 loc with the slow version.