Method and system for generating identification code
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Patents(China)
- Current Assignee / Owner
- YONYOU NETWORK TECH CO LTD
- Publication Date
- 2013-01-09
Smart Images
Figure 1 Figure 2 Figure 3
Abstract
Description
technical field
[0001] The invention relates to identification code processing technology, in particular to an identification code generation method and system. Background technique
[0002] In a software system based on relational database technology, usually, each data table needs to use an ID to uniquely identify a row of records. For example, each production order in an ERP system will have a unique identifier.
[0003] There are two main types of methods for generating unique IDs in the system in software products currently on the market:
[0004] (1) UUID (Universally Unique Identifier) is used to generate a globally unique identification code. The advantage of this method is that there are already public algorithms, and many advanced development languages themselves have provided corresponding toolkits, which can ensure that IDs generated in a distributed environment are unique and have relatively high operating efficiency. The disadvantage is that UUID is compo...