From: Francesc A. <fa...@op...> - 2003-05-16 08:02:18
|
A Dijous 15 Maig 2003 19:52, Edward Hartley va escriure: > Hi > is there any limit in the HDF5 file layer on the size of table entries? To my understanding no (well, at least a practical limit). The number of rows on datasets (a table is a special type of dataset) in HDF5 are of ty= pe hsize_t which is bound to integers of 64 bits both in modern Unix and Windows. So, your tables can have up to 2**63 rows, which is something li= ke 1e19 (!). Cheers, --=20 Francesc Alted |