04.01.2011, 13:11 | #1 |
Участник
|
kamalblogs: Using GUID as primary key in Dynamics Ax
Источник: http://kamalblogs.wordpress.com/2011...e-over-recids/
============== Developers resort to use ”RefRecid” as foreign key that when they don’t find a natural primary key. But there is one another option that developers can evaluate before settling with RECID. That’s the GUID field. GUID’s are 16 byte unique identifiers that are unique across db’s unlike the recids and can be generated by the newguid() function. Here are some of the Pro’s and cons associated with using GUID as Primary key’s. Pro’s -> Unique across db’s. This makes merging db’s/tables easier -> Easy upgrade. Unlike Recid’s the GUID’s remain same after upgrades and doesn’t require any special code to handle. -> Generation can be controlled. With GUID’s you can make the choice to insert it at any point of time unlike the recid’s. Either before insert or after insert. -> Unlike natural keys these don’t change. The foreign key relation can be retained with ideally no change to the primary key. Cons -> Twice larger then recid, but SQL guru’s indicate that it matters less with good optimization for guid’s after SQL 2005. -> Debugging can be cumbersome -> You can’t order them as they are not sequentially generated. (SQL has a way for sequential guid’s but I doubt if it is there in Ax also). This doesn’t mean that “GUID” is the way to go but that’s another option to evaluate when you make the choice. Read this article to know how to make the choice http://bit.ly/fRwJpn In standard Ax you can find the extensive use of GUID’s in the AIF related tables. Источник: http://kamalblogs.wordpress.com/2011...e-over-recids/
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
05.01.2011, 01:23 | #2 |
Участник
|
Не уверен обсуждалась ли эта тема на форуме .
Совет – используйте суррогатные ключи (as primary choice) Цитата:
Pro’s
... -> Unlike natural keys these don’t change. The foreign key relation can be retained with ideally no change to the primary key.
__________________
Thx, Ievgenii Korovin| Dynamics Ax SCM| Microsoft Corp| http://blogs.msdn.com/DynamicsAxSCM/ |
|
05.01.2011, 01:44 | #3 |
Участник
|
Про суррогатные ключи обсуждение было в теме Правильные справочники
|
|
05.01.2011, 09:35 | #4 |
Участник
|
вот когда будут в аксапте инструменты разыменования (хотя бы как в Access)
и когда эти инструменты будут использоваться в стандартном функционале тогда и стоит давать такие советы. ИМХО |
|
05.01.2011, 11:59 | #5 |
Участник
|
Как в Access не обещаю, но что-то будет.
|
|
|
За это сообщение автора поблагодарили: Raven Melancholic (2). |
05.01.2011, 12:13 | #6 |
Участник
|
@Mazzy
Любой совет на чем то базируеться. Следовать ему или нет - конечно ваше дело. Цитата:
http://www.microsoft.com/dynamics/Dy...ent.aspx#table
__________________
Thx, Ievgenii Korovin| Dynamics Ax SCM| Microsoft Corp| http://blogs.msdn.com/DynamicsAxSCM/ Последний раз редактировалось Ievgenii; 05.01.2011 в 12:37. |
|
05.01.2011, 12:19 | #7 |
Участник
|
|
|
Теги |
guid, recid, refrecid, как правильно, ключ, суррогатный ключ |
|
Опции темы | Поиск в этой теме |
Опции просмотра | |
|