Opened 12 years ago
Closed 12 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 , 12 years ago
Cc: | added |
---|
comment:2 by , 12 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 , 12 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 , 12 years ago
patch needs to be tested against preexisting database adapted with ALTER TABLE.
comment:5 by , 12 years ago
Milestone: | → 8.4 |
---|
comment:6 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Database update fixed in changeset:2052d294717e5d35b169f8e03f378483216ba197
we need to provide a migration script (ALTER TABLE).