标签: python sqlite
我有使用SQLite的Python代码。但是,当在大型数据库(7 GB)上运行时,我收到以下错误:
sqlite3.OperationalError: database or disk is full
我知道它在创建tmp文件时与临时目录有关。
如何配置Python SQLite以使用另一个目录(我将为tmp文件设置足够的存储空间)。