会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 2. 发明授权
    • System and method for avoiding complete index tree traversals in
sequential and almost sequential index probes
    • 用于避免在顺序和几乎顺序的索引探针中完整的索引树遍历的系统和方法
    • US5748952A
    • 1998-05-05
    • US438558
    • 1995-05-10
    • Atul ChadhaDonald J. HaderleAkira ShibamiyaRobert W. LyleSteven J. Watts
    • Atul ChadhaDonald J. HaderleAkira ShibamiyaRobert W. LyleSteven J. Watts
    • G06F17/30
    • G06F17/30327Y10S707/99931Y10S707/99932Y10S707/99933Y10S707/99953
    • The present invention provides a system and method for utilizing the proximity of keys in sequential or near sequential index probes to avoid complete index tree traversal. Page information from three pages (LAST, PARENT and NEXT) are stored in separate information fields within an Index Lookaside Buffer. The LAST information field contains information on the most recent leaf page accessed during an index probe in a read key or an insert key operation, the PARENT information field contains information on the parent page of the most recently accessed leaf page described in the LAST information field, and the NEXT information field contains information on the most recent leaf page accessed during a fetch-next key or delete key operation. On a subsequent index probe, the LAST, NEXT and PARENT information fields are sequentially analyzed to determine if the search key is contained within the leaf page described by the LAST or NEXT information fields or if the search key is contained within one of the leaf pages pointed to by the parent page described by the PARENT information field. If none of the LAST, NEXT or PARENT information fields identify the leaf page containing the search key then the default root-to-leaf traversal would commence.
    • 本发明提供一种用于利用顺序或近序列索引探针中的密钥接近以避免完整的索引树遍历的系统和方法。 来自三个页面(LAST,PARENT和NEXT)的页面信息存储在索引后备缓冲区中的单独的信息字段中。 LAST信息字段包含在读取键或插入键操作期间在索引探测期间访问的最新叶子页面的信息,PARENT信息字段包含在LAST信息字段中描述的最近访问的叶子页面的父页面上的信息 ,并且NEXT信息字段包含在获取下一个键或删除键操作期间访问的最新叶子页面的信息。 在随后的索引探针中,顺序地分析LAST,NEXT和PARENT信息字段以确定搜索关键字是否包含在由LAST或NEXT信息字段描述的叶子页内,或者如果搜索关键字包含在叶子页之一内 由PARENT信息字段描述的父页指向。 如果LAST,NEXT或PARENT信息字段中没有一个标识包含搜索关键字的叶子页面,则将开始默认的从根到叶遍历。
    • 6. 发明授权
    • Computer program product for avoiding complete index tree traversals in
sequential and almost sequential index probes
    • 用于避免在顺序和几乎顺序的索引探针中完整的索引树遍历的计算机程序产品
    • US5845274A
    • 1998-12-01
    • US471509
    • 1995-06-06
    • Atul ChadhaDonald J. HaderleAkira ShibamiyaRobert W. LyleSteven J. Watts
    • Atul ChadhaDonald J. HaderleAkira ShibamiyaRobert W. LyleSteven J. Watts
    • G06F17/30
    • G06F17/30327Y10S707/99931Y10S707/99932Y10S707/99933Y10S707/99953
    • The present invention provides a system and method for utilizing the proximity of keys in sequential or near sequential index probes to avoid complete index tree traversal. Page information from three pages (LAST, PARENT and NEXT) are stored in separate information fields within an Index Lookaside Buffer. The LAST information field contains information on the most recent leaf page accessed during an index probe in a read key or an insert key operation, the PARENT information field contains information on the parent page of the most recently accessed leaf page described in the LAST information field, and the NEXT information field contains information on the most recent leaf page accessed during a fetch-next key or delete key operation. On a subsequent index probe, the LAST, NEXT and PARENT information fields are sequentially analyzed to determine if the search key is contained within the leaf page described by the LAST or NEXT information fields or if the search key is contained within one of the leaf pages pointed to by the parent page described by the PARENT information field. If none of the LAST, NEXT or PARENT information fields identify the leaf page containing the search key then the default root-to-leaf traversal would commence.
    • 本发明提供一种用于利用顺序或近序列索引探针中的密钥接近以避免完整的索引树遍历的系统和方法。 来自三个页面(LAST,PARENT和NEXT)的页面信息存储在索引后备缓冲区中的单独的信息字段中。 LAST信息字段包含在读取键或插入键操作期间在索引探测期间访问的最新叶子页面的信息,PARENT信息字段包含在LAST信息字段中描述的最近访问的叶子页面的父页面上的信息 ,并且NEXT信息字段包含在获取下一个键或删除键操作期间访问的最新叶子页面的信息。 在随后的索引探针中,顺序地分析LAST,NEXT和PARENT信息字段以确定搜索关键字是否包含在由LAST或NEXT信息字段描述的叶子页内,或者如果搜索关键字包含在叶子页之一内 由PARENT信息字段描述的父页指向。 如果LAST,NEXT或PARENT信息字段中没有一个标识包含搜索关键字的叶子页面,则将开始默认的从根到叶遍历。
    • 7. 发明授权
    • System and method for improving data recovery performance
    • 提高数据恢复性能的系统和方法
    • US5581750A
    • 1996-12-03
    • US31791
    • 1993-03-15
    • Donald J. HaderleJames Z. Teng
    • Donald J. HaderleJames Z. Teng
    • G06F11/14G06F17/30
    • G06F11/1471Y10S707/99953
    • A system and method are provided for recovering a computerized database. During transaction processing of a database, at least one log range is tracked comprising update transaction log records. The log range has a begin value and an end value. The begin value corresponds to a log RBA location of a first access of the database by an updating transaction. The end value corresponds to a log RBA location at a commit or abort of a last updating transaction. The end value corresponds to a point when the database is designated as being read only (called pseudo open). During recovery of the database, the update transaction log records in the log range are applied to a version of the database stored in non-volatile memory.
    • 提供了一种用于恢复计算机化数据库的系统和方法。 在数据库的事务处理期间,跟踪包括更新事务日志记录的至少一个日志范围。 日志范围具有开始值和结束值。 开始值对应于更新事务对数据库的第一次访问的日志RBA位置。 结束值对应于上次更新事务的提交或中止时的日志RBA位置。 结束值对应于数据库被指定为只读(称为伪打开)的点。 在恢复数据库期间,日志范围内的更新事务日志记录应用于存储在非易失性存储器中的数据库版本。
    • 10. 发明授权
    • Fast log apply
    • 快速登录申请
    • US06289355B1
    • 2001-09-11
    • US09153998
    • 1998-09-16
    • Donald J. HaderleThomas Majithia
    • Donald J. HaderleThomas Majithia
    • H02H305
    • G06F11/1471G06F2201/80Y10S707/99931Y10S707/99937
    • The present invention discloses a technique for restoring a database in a computer. In accordance with the present invention, the database contains objects and is stored on a data storage device connected to the computer. After a system failure, a log file is read. The log file contains one or more modifications to the database objects. Each modification has an associated data page and time stamp or sequence number. The modifications are sorted by at least one predefined sorting key value. The sorted modifications are then grouped by database object. The sorted modifications are applied to each database object in parallel.
    • 本发明公开了一种在计算机中恢复数据库的技术。 根据本发明,数据库包含对象并存储在连接到计算机的数据存储设备上。 系统故障后,会读取一个日志文件。 日志文件包含对数据库对象的一个​​或多个修改。 每个修改都有相关的数据页和时间戳或序列号。 修改通过至少一个预定义的排序键值进行排序。 然后按数据库对象对排序的修改进行分组。 排序的修改并行应用于每个数据库对象。