CachedRowSet taking very long to load
Hi.
I am loading a cached row set with 15,000 records (11 columns) and it is taking about 10-15mins to load. It fetches the data immediately (I can see the spike in my Task Manager Network tab) but then it just sites there at crs.execute(con) for about 15mins.
Any idea why this is happening? Possible solutions?

