Re: [R] Histogram over a Large Data Set (DB): How?

2005-11-18 Thread Eric Eide
Sean == Sean Davis [EMAIL PROTECTED] writes: Sean Have you tried just grabbing the whole column using dbGetQuery? Sean Try doing this: Sean Sean spams - dbGetQuery(con,select unixtime from email limit Sean 100) Sean Sean Then increase

Re: [R] Histogram over a Large Data Set (DB): How?

2005-11-18 Thread Tim Churches
Eric Eide wrote: Sean == Sean Davis [EMAIL PROTECTED] writes: Sean Have you tried just grabbing the whole column using dbGetQuery? Sean Try doing this: Sean Sean spams - dbGetQuery(con,select unixtime from email limit Sean 100) Sean Sean

Re: [R] Histogram over a Large Data Set (DB): How?

2005-11-17 Thread Sean Davis
[R] Histogram over a Large Data Set (DB): How? Have you tried just grabbing the whole column using dbGetQuery? Try doing this: spams - dbGetQuery(con,select unixtime from email limit 100) Then increase from 1,000,000 to 1.5 million, to 2 million, etc. until you break something (run out