[R] RSQLite maximum table size

Gabor Grothendieck ggrothendieck at gmail.com
Wed Jul 16 22:23:03 CEST 2008


It depends on what the values for certain variables were set to when it was
compiled.  See:

http://www.sqlite.org/limits.html

On Wed, Jul 16, 2008 at 4:14 PM, Vidhu Choudhary
<vidhu.choudhary at gmail.com> wrote:
> Hi All,
> I am trying to make write a table in RSQLite. And I get the error mentioned
> below
>
>  mat<-as.data.frame(matrix(rnorm(n=244000000),nrow=244000,ncol=1000))
>> dbWriteTable(con, "array", mat)
> [1] FALSE
> *Warning message:
> In value[[3]](cond) :
>  RS-DBI driver: (error in statement: too many SQL variables)*
>
> Can someone please tell me what is maximum size of a table( max number of
> rows and cols) we can have in RSQLite  and how big the database can grow
>
> Thank you
> Regards
> Vidhu
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>



More information about the R-help mailing list