I have a general question here for the community. ...
# troubleshooting
w
I have a general question here for the community. When I run an identical
transform
job on my laptop vs in a Kubernetes pod in Airflow, I find a startling difference in the time it takes to process: • 2 minutes and 53.58 seconds (173.58s) for my local laptop (no container). • 33 minutes and 37.79 seconds (2017.79s) for the Kubernetes pod. Both are being processed with two threads. I guess I would want to allocate more CPU to the pod? Any other tips to help me get the most out of meltano in my dev environments?