Which one is faster pyathena
or boto3
to query AWS Athena schemas using python script?
Currently I am using pyathena to query Athena schemas but it's quite slow and I know there is another option of boto3 but before starting need some experts advice.