Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在测试用于分析的duckdb 数据库,我必须说它非常快。问题是数据库文件不断增长,但我需要将其缩小以共享它。
在 sqlite 中,我记得使用 VACUUM commadn,但这里相同的命令什么也不做。大小是一样的。
如何减少duckdb数据库的文件大小?
似乎此选项尚不可用。我使用的是 EXPORT 数据库命令,创建一个新的干净数据文件,然后 IMPORT。
此处的文档 https://duckdb.org/docs/sql/statements/export