Chinaunix首页 | 论坛 | 博客
  • 博客访问: 66247
  • 博文数量: 33
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 345
  • 用 户 组: 普通用户
  • 注册时间: 2014-08-02 08:41
文章分类

全部博文(33)

文章存档

2015年(13)

2014年(20)

我的朋友

分类: 数据库开发技术

2015-02-08 16:13:21

  “Binary schema evolution” (BSE) is a feature that allows an application to alter the database schema of a stored database image to a new definition contained in the dictionary of the currently running application.   
  Supported schema changes include: 
  a. Adding new classes 
  b. Dropping classes 
  c. Adding new fields to a class 
  d. Dropping fields from a class 
  e. Changing the type of a field (a loss of precision, e.g. INT2 to INT4 is allowed but may cause loss of precision; there is no error or warning) 
  f. Adding/dropping indexes 
  g. Adding/dropping fields from existing indexes 
  h. Changing an index from unique to allowing duplicates (and vice-versa, but duplicates will be dropped and mco_db_load() will return MCO_S_DUPLICATE; there is no mechanism to determine which record(s) with the duplicate value were omitted and which record was preserved).
阅读(534) | 评论(0) | 转发(0) |
0

上一篇:eXtremeDB's limitations

下一篇:eXtremeDB's indexs

给主人留下些什么吧!~~