[R] sqldf returns Error: database or disk is full

Ivan Krylov kry|ov@r00t @end|ng |rom gm@||@com
Tue Jun 28 08:12:03 CEST 2022


On Mon, 27 Jun 2022 08:01:21 +0000 (UTC)
Ian Worthington via R-help <r-help using r-project.org> wrote:

> m <- dbDriver("SQLite")

> Error: database or disk is full

This is an SQLite error message. SQLite can use temp files for its
purposes [*]. Maybe there's a limit in place on the size of this temp
file? Try looking for a PRAGMA that may affect this or asking at
https://sqlite.org/forum.

-- 
Best regards,
Ivan

[*] https://sqlite.org/tempfiles.html



More information about the R-help mailing list