Re: fetchall is taking much longer time while getting data from Sybase module in Python

2016-02-15 Thread Peter Otten
reetesh nigam wrote: > Hi All, > > I am retrieving data from Sybase database using Sybase module of Python. > My query is not taking time however fecthall is taking longer time. > > Below is the test script : > > def run_query(db,query): ## Run query and resturn record result > t1 = dat

fetchall is taking much longer time while getting data from Sybase module in Python

2016-02-14 Thread reetesh nigam
Hi All, I am retrieving data from Sybase database using Sybase module of Python. My query is not taking time however fecthall is taking longer time. Below is the test script : def run_query(db,query): ## Run query and resturn record result t1 = datetime.now() cursorObj = db.cur