Skip to content

retrieving large columns using RODBC

2 messages · bogdan romocea, Brian Ripley

#
This appears to be an SQL issue. Look for a way to speed up your
queries in Postgresql. I presume you haven't created an index on
'index', which means that every time you run your SELECT, Postgresql
is forced to do a full table scan (not good). If the index doesn't
solve the problem, look for some SQL help.
#
On Mon, 15 Aug 2005, bogdan romocea wrote:

            
If that were the case the fact that sqlQuery is not being used properly 
(it can do the query and return the results in blocks) is likely to be 
the problem.  But then we do ask people to read the help page before 
posting.