Opened 11 years ago

Closed 11 years ago

#271 closed defect (fixed)

Index table allows too small number of entries

Reported by: Dimitar Misev Owned by: Dimitar Misev
Priority: major Milestone: 8.4
Component: reladminif Version: 8.3
Keywords: Cc: Peter Baumann, abeccati
Complexity: Medium

Description

In RAS_HIERIX the NumEntries is 2-byte smallint which can be too small in certain cases. The solution is to change it to integer or larger (a backwards compatible change I believe).

Change History (6)

comment:1 by Peter Baumann, 11 years ago

Cc: abeccati added

we need to provide a migration script (ALTER TABLE).

comment:2 by Dimitar Misev, 11 years ago

We don't have a concept for such migration scripts for rasdaman, only for petascope right now, so that's something that should be established.

comment:3 by abeccati, 11 years ago

v8.4 should introduce the db update system feature then. I've added http://kahlua.eecs.jacobs-university.de/trac/rasdaman/ticket/275 for that.

comment:4 by Peter Baumann, 11 years ago

patch needs to be tested against preexisting database adapted with ALTER TABLE.

comment:5 by Peter Baumann, 11 years ago

Milestone: 8.4

comment:6 by Dimitar Misev, 11 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.