由于Numpy数组映射到C数组,并且MonetDB将C数组用作其storage model,是否可以将数据从内存中的Numpy数组加载到MonetDB?这样可以节省往返磁盘的时间,即将数据从Numpy阵列写入磁盘并将其从磁盘批量加载到MonetDB中。我知道embedded Python in MonetDB,但我宁愿在Python中嵌入MonetDB。
答案 0 :(得分:0)
用于Python实现的官方MonetDBLite支持此功能。请参阅示例以插入数据。 https://www.monetdb.org/blog/monetdblite-for-python