× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On Mon, Jan 25, 2016 at 6:12 PM, Vernon Hamberg
<vhamberg@xxxxxxxxxxxxxxx> wrote:
So far as I know, GUIDs are unique ON a system, not across them. I've seen
where a GUID generated on one system collides with one generated on another
system to which the original table was transferred.

Actually, GUIDs are not even guaranteed to be unique on a single
system. There are several ways of generating GUIDs, and some of them
are "more guaranteed" to be unique than other ways. There are
definitely GUID algorithms such that, *IF* everyone agreed to use the
same algorithm, then for all practical purposes, GUIDs would be unique
across systems, even without a central "GUID server".

But of course, not everyone uses such an algorithm. And most folks
don't really choose their own GUID algorithm, they just use whatever
their database, programming language, or operating system has
provided, and as you can imagine, implementations vary. And one
needn't assume some implementations are "less competent" than others;
like almost anything else, there are simply different trade-offs to be
made.

John Y.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.