不兼容的服务器错误 R MonetDBLite()

Incompatible server error R MonetDBLite()

我有一个大型的 MonetDB 数据库,是我去年使用 R DBI::dbWriteTable 创建的。当我尝试与

建立连接时
dbConnect(MonetDBLite(), "~/myfile") 

returns错误:

Error in monetdb_embedded_startup(embedded, !getOption("monetdb.debug.embedded",  : 
  Failed to initialize embedded MonetDB !FATAL: BBPinit: database created with incompatible server:
expected max. integer size 8, got 16.

最近创建的 Monet 数据库没有出现此错误。这是由于最近的重大修订吗?有没有(相对)简单的方法来更新数据库版本?

在终端 monetdb --version returns "MonetDB Database Server Toolkit v1.1 (Oct2014)"。我是 运行 MonetDBLite、DBI 等的最新版本。

抱歉,我没有提供可重现的示例。数据库本身是 64GB,我不知道如何从终端随机抽样。

谢谢

查尔斯

是的,MonetDB 和 MonetDBLite 数据库目前不兼容。因此,您需要从 MonetDB 数据库导出数据,然后加载到 MonetDBLite。