|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 8/8/2008 4:03:25 PM
Posts: 1,
Visits: 8
|
|
Could someone explain what a rowkey is?
I have been able to find definitons of row hash and row id, but not rowkey.
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: Today @ 12:27:49 AM
Posts: 429,
Visits: 407
|
|
|
rowkey is the combination of partition# plus the rowid. (just like how rowid is the combination of rowhash and uniqueness value)
|
|
|
|
|
Supreme Being
      
Group: Forum Members
Last Login: Yesterday @ 3:14:13 PM
Posts: 217,
Visits: 449
|
|
|
No, rowkey is the rowid minus the uniqueness value. In the absence of a partitioned or value-ordered primary index, the rowkey is simply the row hash.
|
|
|
|