Forum Post: Rowid vs Table partitioning

  • Thread starter Thread starter RWEBSTER
  • Start date Start date
Status
Not open for further replies.
R

RWEBSTER

Guest
https://community.progress.com/community_groups/openedge_rdbms/f/18/t/10429.aspx?pi20882 The discussion in this thread from a few months ago touched on the subject of using ROWIDs in ABL code in conjunction with table partitioning. There's a lot of discussion there over what would and wouldn't work but the facts I was able to boil down are this: rows residing in different partitions of a single table can have the same rowid value. ADM1 uses rowids as record identifiers for navigation and update and cannot be considered "partition-safe". (I know it's ancient, but it's pertinent to me) (re)finding a record by rowid (FIND-BY-ROWID) might be ok due to some behind the scenes wizardry. So; PHB has asked me to investigate 'partition-proofing' the codebase. We have 2 main elements: ADM1 legacy application (probably not safe to use with partitioning, and I'm ok with that, as it's in drastic need of modernisation) and a newer (cooler) set of OO programs (which use FIND-BY-ROWID in a few places to upgrade locks etc). 2 questions: 1) Are my 3 bulleted points above correct? 2) Are there documented uses of ROWID that *were* ok, but now could fail in conjunction with table partitioning? (Aside from the ADM stuff)

Continue reading...
 
Status
Not open for further replies.
Back
Top