DataBase Design
meander
三年Java开发经验,两年C#开发经验。善于使用eclipse和visual studio开发工具。从事过ERP和数据存储软件开发。专注于企业集成。
展开
-
数据库设计
nf为normal form的缩写码就是关键字,可以为组合1NF:一个table中的列是不可再分的(即列的原子性)2NF:一个table中的行是可以唯一标示的,(即table中的行是不可以重复的)3NF:一个table中的列不依赖于另一个table中的非主键列4NF:禁止主键列和非主键列一对多关系不受约束5NF:将表分割成尽可能小的块,为了排除在表中所有的冗余目前关转载 2009-06-07 09:50:00 · 1426 阅读 · 1 评论 -
A High Availability Data Synchronization Architecture
Introduction<br />Data synchronization has become an important part of many corporate information systems. Synchronizing high availability databases and setting up synchronization systems without single points of failure are two challenges that organiz转载 2010-10-20 19:50:00 · 1217 阅读 · 0 评论 -
What is POID
In database design, a Persistent Object Identifier (POID) is a unique identifier of a record on a table, used as the primary key. Important characteristics of a POID are that it does not carry b转载 2012-08-11 00:36:38 · 421 阅读 · 0 评论