I have established an ODBC connection with Netezza (SQL Database). The connection is beautiful. However, R by default fetches 256 rows and limits the number of rows that it can pull.
If I run the query in Netezza, it will return the total number of rows (300k). I expect the same number of lines in R. However, he only returned 256 lines, slightly reduced from 300,000.
In the driver I am using NetezzaSQL version 7.00.02 NSQLODBC.DLL
I tried changing the prefetch account to zero in "Driver Options" from Control Panel> Administrative Tools> Data Sources (OBBC)> System DNS
This did not work. Any ideas?
Luo lei
source share