sequelize-sscce
sequelize-sscce copied to clipboard
sscce for issue 13331
Please see https://stackoverflow.com/questions/68046141/slow-postgres-result
I don't know that is a sequelize issue or something else, I created a gist like changes simply fetch few results from database I run the gist in my PC connected to a postgres in a docker, the fetching takes 4ms, but when I run in in the server that connected to the postgres in the same machine it takes 170ms