Closed rabigautam closed 3 years ago
Most likely nothing to do with this library. Are you using Aurora Serverless? It sounds like maybe you have auto-pause enabled, and the database is spun down. So your first query spins it up (can take 20 seconds or so), then the subsequent queries are faster.
Thank you for the information. Yeah I have used aurora Serverless .So, not to spun down I need to disable autoPase providing duration 0 yeah
not an issue
when I do db.query it takes long time at first (don't know just predicted )and after that hit it gives result within short time and after some gap if again the db.query triggered then it takes some time as previous why?