Postgresql 和大型多维数组
我曾经使用 mysql 并将巨大的 3 维数组保存为 blob 文件 但现在我正在使用 postgresql,它看起来支持数组数据类型。 是否有任何快速方法可以将这些大数组存储到 postgre 数据库中? 我的意思是每个 3d 数组都必须保存在 postgre 表中的单个单元格中,而不是作为表保存。 我正在使用Matlab,其中数据采用176x144x1750 Int数组的形式,我可以直接从matlab连接到数据库并执行查询。 感谢您的帮助。
i used to work with mysql and save my huge 3 dimensional arrays as blob files
but now i'm using postgresql and it looks like it supports array datatype.
does any fast method exist to store those big arrays into the postgre database?
i mean each 3d array has to be saved in a single cell from the postgre table and not as a table.
Im working with Matlab, where the data is in under the form of 176x144x1750 Int arrays, and i can directly connect to the database from matlab and execute queries.
thanks for your help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)