DolphinDBPlugin icon indicating copy to clipboard operation
DolphinDBPlugin copied to clipboard

CAN NOT save table as feather if column is more than 2147483646 bytes

Open reshinek opened this issue 1 year ago • 1 comments

Error log: Capcity error: array cannot contain more than 2147483646 bytes

In practice, we often need to export data that exceeds this capacity.

reshinek avatar Nov 11 '24 03:11 reshinek

Try bigarray, which will use uncontinus memory for large array.

peeyee avatar Dec 31 '24 09:12 peeyee