Displaying 3 results from an estimated 3 matches for "autcombinedwa_bilosscost_5per".
Did you mean:
autcombinedwa_bilosscost_1per
2007 Jan 25
1
Size of data vs. needed memory...rule of thumb?
...erpreting the
results, or in case there's some more memory-efficient way to get data
in R's binary format than going w/the data.frame.
R session:
> library(RODBC)
> channel<-odbcConnect("psmrd")
> FivePer <-data.frame(sqlQuery(channel, "select * from
AUTCombinedWA_BILossCost_5per"))
Error: cannot allocate vector of size 2000 Kb
In addition: Warning messages:
1: Reached total allocation of 1023Mb: see
help(memory.size)
2: Reached total allocation of 1023Mb: see
help(memory.size)
ODBC connection:
Microsoft SQL Server ODBC Driver Version 03.86.1830
Data...
2007 Jan 26
0
FW: reducing RODBC odbcQuery memory use?
...39;byte-sized factors' to numeric, as it will be
going through character if these are a type it does not know about.
> R session:
> > library(RODBC)
> > channel<-odbcConnect("psmrd")
> > FivePer <-data.frame(sqlQuery(channel, "select * from
> AUTCombinedWA_BILossCost_5per"))
>
> Error: cannot allocate vector of size 2000 Kb
> In addition: Warning messages:
> 1: Reached total allocation of 1023Mb: see
> help(memory.size)
> 2: Reached total allocation of 1023Mb: see
> help(memory.size)
>
>
> ODBC connection:
> Microsoft...
2008 Mar 03
0
reducing RODBC odbcQuery memory use?
...-sized factors' to numeric, as it will be going through character if these are a type it does not know about.
> R session:
> > library(RODBC)
> > channel<-odbcConnect("psmrd")
> > FivePer <-data.frame(sqlQuery(channel, "select * from
> AUTCombinedWA_BILossCost_5per"))
>
> Error: cannot allocate vector of size 2000 Kb
> In addition: Warning messages:
> 1: Reached total allocation of 1023Mb: see
> help(memory.size)
> 2: Reached total allocation of 1023Mb: see
> help(memory.size)
>
>
> ODBC connection:
>...