Opened 12 years ago
Last modified 5 years ago
#246 closed enhancement
Getting information about arrays — at Version 2
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | minor | Milestone: | Future |
Component: | qlparser | Version: | 8.3 |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Medium |
Description (last modified by )
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:
- array dimensionality and extents
- array type by specifying
--type
to rasql
Further info that would be highly useful:
- tiling scheme and configuration, number of tiles
- the index used
- storage format
This could be implemented as an info
function, which similarly to RAS_COLLECTIONNAMES
returns a char array with the above (and possibly further) information.
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.
Change History (2)
comment:1 by , 12 years ago
Description: | modified (diff) |
---|
comment:2 by , 12 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.