Re: [sqlalchemy] simple query takes to long

2022-06-09 Thread Simon King
How many rows are you fetching, and how many columns in each row? On Thu, Jun 9, 2022 at 8:37 AM Trainer Go wrote: > Hello Jonathan, > > i already executed the query without using pandas in my programm > > query = "SELECT" > for row in conn.execute(query).fetchall(): > pass > > the result

Re: [sqlalchemy] simple query takes to long

2022-06-09 Thread Trainer Go
Hello Jonathan, i already executed the query without using pandas in my programm query = "SELECT" for row in conn.execute(query).fetchall(): pass the result was the same runtime with pandas. So this cant be the problem. I think so. Greetings Manuel Jonathan Vanasco schrieb am Mittwoch,