03.05.2011, 06:15 | #1 |
Участник
|
axinthefield: How Preallocated Number Sequences are Cached in AX
Источник: http://blogs.msdn.com/b/axinthefield...hed-in-ax.aspx
============== Number sequences handle automatic allocation of voucher numbers, invoice numbers, and journal numbers used by Microsoft Dynamics AX. You can set the allocation to be Continuous or Preallocate a block of numbers. When using Continuous, gaps are not allowed so a trip to the database is needed to get the next number. When preallocating, a block of numbers are stored in memory thus reducing the number of trips. This is important for the overall performance of the system. However, it is important to understand how these numbers are cached in a multi-user system. Number sequences are stored on the client and not shared among user sessions. Thus, each client/user session draws its own set of numbers. If the client/user session logs out then a new set of numbers are pulled but if they stayed logged in they will continue to use the first set of numbers that was allocated to that client/user session. For example:
Источник: http://blogs.msdn.com/b/axinthefield...hed-in-ax.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|