Changes between Version 1 and Version 2 of Ticket #246
- Timestamp:
- Dec 6, 2012, 1:27:17 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #246 – Description
v1 v2 1 1 A function which returns information about an array in the database would be very useful. The information we can extract right now is limited to: 2 2 * array dimensionality and extents 3 * array type with`--type` to rasql3 * array type by specifying `--type` to rasql 4 4 5 5 Further info that would be highly useful: 6 * tiling schemeand configuration, number of tiles7 * the indexused8 * storage format6 * ''tiling scheme'' and configuration, number of tiles 7 * the ''index'' used 8 * ''storage format'' 9 9 10 10 This could be implemented as an `info` function, which similarly to `RAS_COLLECTIONNAMES` returns a char array with the above (and possibly further) information. 11 12 Another function could be ''size'', for getting the size in bytes of an array. Often arrays are only partially materialized, so this would be useful information.