|
|
|
|
Re: partition issue [message #522146 is a reply to message #522145] |
Tue, 06 September 2011 21:47 |
andy huang
Messages: 498 Registered: July 2011
|
Senior Member |
|
|
hi,
There a partition table,the partition-key is id,my issue is whether a block can restore two rows of different id?
That means: Does partition table can isolate blocks(means block-partition)?
|
|
|
|
|
|
|
|
|
|
|
Re: partition issue [message #522352 is a reply to message #522349] |
Thu, 08 September 2011 14:50 |
|
Michel Cadot
Messages: 68716 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
msol25 wrote on Thu, 08 September 2011 21:45Dear Huang,
I think you are not correct on this point because one extent can maintain multiple transactions but single block can be used by one transaction only.
Regards
Saurabh Mittal
Mahindra British Telecom
This is the fourth answer from you today and this is the fourth wrong answer.
Please take care of what you post.
A single block can be used by several transactions, this is the purpose of INITRANS and (obsolete) MAXTRANS parameters. You should read about them.
Regards
Michel
[Updated on: Sun, 30 March 2014 10:08] Report message to a moderator
|
|
|