Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Serious article on comparison between MS SQL Server 2005 Yukon and Oracle 10g
Niall Litchfield wrote:
> "DA Morgan" <damorgan_at_x.washington.edu> wrote in message
> news:1101188533.245859_at_yasure...
>
>>A "transitory" latch is still serialization. That is substantially >>different than a cached sequence.
Agreed. The question is really one of whether the point is to obtain an ordering such as 1,2,3,4 or whether guaranteed uniqueness is sufficient 1,3,2,4. GUIDs do the later but not the former. Sequences do the former but only if one forces serialization.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Sun Nov 28 2004 - 15:21:15 CST
![]() |
![]() |