阿里巴巴电商平台历史数据存储与查询相关业务,
大量采用基于列存储技术的HiStore数据库,双11当天HiStore引擎处理数据记录超过6万亿条、原始存储数据量超过5PB。从单日数据处理量上看,该系统已成为全球最大列存储数据库。
【算法】 【mysql】 【性能】 【数据处理】 【高可用】 【数据库】 …
Dec
19
2016
Dec
18
2016
Dec
18
2016
Dec
17
2016
事务通过trx_rsegs_t与系统表空间和临时表空间等物理存储联系起来的方式如下:
/** Rollback segments assigned to a transaction for undo logging. */
struct trx_rsegs_t {
/** undo log ptr holding reference to a rollback segment that resides in
system/undo tablespace used for undo logging of tables that needs to be recovered on crash. */
trx_undo_ptr_t m_redo; //系统的UNDO表空间
/** undo log ptr holding reference to a rollback segment that resides in
temp tablespace used for undo logging of tables that doesn't need to be recovered on crash. */
trx_undo_ptr_t m_noredo; …
[获取更多]
Dec
16
2016
Dec
16
2016
Dec
16
2016
Dec
16
2016
Dec
16
2016
Dec
16
2016