Re: UUID as primary key

2008-02-13 Thread Aaron Shafovaloff
I've read "In fact if you store UUID in binary form you can bring it down to 16 bytes so size is not really the problem." http://www.mysqlperformanceblog.com/2007/03/13/to-uuid-or-not-to-uuid/ Why must it be char and not binary? On Feb 13, 8:12 am, Baz <[EMAIL PROTECTED]> wrote: > So, what's yo

Re: UUID as primary key

2008-02-13 Thread Baz
So, what's your question? On Feb 12, 2008 4:41 PM, Aaron Shafovaloff <[EMAIL PROTECTED]> wrote: > > On this page (http://bakery.cakephp.org/articles/view/uuid-behavior) I > saw the following: > > "Last cake 1.2 build support uuid for your primary key column. You > just need have field ID with typ

Re: UUID as primary key

2008-02-13 Thread djiize
1.2 Manual beta http://tempdocs.cakephp.org/#TOC62419 1.2 Cookbook http://book.cakephp.org/view/70/primary-keys-used-as-uuids 1.2 API source http://api.cakephp.org/1.2/libs_2model_2model_8php-source.html#l01213 On 12 fév, 23:41, Aaron Shafovaloff <[EMAIL PROTECTED]> wrote: > On this page (http:/

UUID as primary key

2008-02-12 Thread Aaron Shafovaloff
On this page (http://bakery.cakephp.org/articles/view/uuid-behavior) I saw the following: "Last cake 1.2 build support uuid for your primary key column. You just need have field ID with type varchar(36)" Does anyone have any more information on this? --~--~-~--~~~---~