【英文讲座】Paradigm Shift to Enterprise In-Memory Database Era...

简介:

Abstract(讲座摘要):

In this talk, I will review the history of in-memory database research andmarket development, and discuss how this new paradigm of data management canlead to big innovations in the world.


Bio(主讲人简介):

Sang Kyun Cha is a professor and an entrepreneur. Heworked on three generations of commercialized in-memory database platformssince he joined Seoul National University in 1992. In 2000, with his vision of thecoming era of in-memory enterprise database, he founded Transact In Memory,Inc., and started developing his second-generation system P*TIME (Parallel* Transact-In-MemoryEngine). The company was quietly acquired by SAP in November 2005 and transformedto SAP Labs Korea.


Byearly 2006, P*TIME development was complete with an innovative in-memory OLTParchitecture: parallel logging and recovery, in-memory-optimized MVCC, and optimisticlatch-free index concurrency control. To demonstrate its extreme OLTPscalability in tight integration with SAP’s middleware and application stacks, P*TIMEalso implemented a seamless two-tier interface resilient to application crashin addition to three-tier interface.


WithSAP’s column store TREX, P*TIME became a corner stone of building SAP HANA, thefirst transactional distributed in-memory enterprise database platform whichbecame generally available in June 2011. Today, SAP and numerous companies runERP, CRM, and real-time analytics on HANA. By SAP’s request, Prof. Cha took theco-responsibility of developing HANA with German colleagues and saw its world-wideadoption.


Withhis experience, in April 2014, he launched Seoul National University’s Big DataInstitute to respond to trans-disciplinary big data research interest of bothcomputer scientists and domain experts from various academic disciplines suchas engineering, natural and social sciences, and medicine.


Prof.Cha is a board member of Seoul National University. He has also been a boardmember of Korea Telecom since March 2012, and is providing strategic advice tocentral and local governments on big data and software industry issues. In2015, as the General Co-Chair, he led the IEEE ICDE 2015 Conference in Seoul,Korea to become the most successful ICDE in the past decade, attractingparticipant numbers doubling previous years. He was elected as the steeringcommittee member of IEEE ICDE. He is also on the editorial board of the VLDBJournal since 2009. Prof. Cha received his BS and MS from Seoul NationalUniversity and his Ph.D. from Stanford University.



原文发布时间为:2015-05-11


本文来自云栖社区合作伙伴“大数据文摘”,了解相关信息可以关注“BigDataDigest”微信公众号

相关文章
个人网站备案改为企业备案
个人网站备案改为企业备案
1406 1
|
存储 DataX
XDATA
XDATA
910 0
|
SQL 关系型数据库 MySQL
Kratos微服务与它的小伙伴系列 - ORM框架 - Ent
ent 是Facebook开源的一个简单但是功能强大的ORM框架,它可以轻松构建和维护具有大型数据模型的应用程序。它基于代码生成,并且可以很容易地进行数据库查询以及图遍历。
2436 0
|
7月前
|
缓存 JSON JavaScript
TypeScript 快速上手指南
TypeScript是JavaScript的超集,支持静态类型,提升代码质量与可维护性。本文涵盖环境搭建、核心语法、实战示例及工程化配置,零基础也能快速上手,适合Vue3、React等大型项目开发。
|
9月前
|
机器学习/深度学习 人工智能 监控
143_成本优化:Spot实例与预留实例云资源节省计算详解与最佳实践
在云原生时代,成本优化已成为企业IT基础设施管理的核心挑战之一。随着AI和机器学习工作负载的激增,云资源成本占企业IT预算的比例持续上升,如何在保证服务质量的同时实现显著的成本节约,成为技术团队面临的紧迫问题。根据最新的Datadog云成本报告显示,截至2025年,平均有83%的容器支出被闲置资源浪费,而GPU实例支出在过去一年中增长了40%,已占计算成本的14%。在这样的背景下,深入理解和应用Spot实例和预留实例等成本优化策略,对于任何使用云服务的组织都具有重大的经济意义。
805 9
FW怎么做立体箭头? fireworks三维立体箭头的制作方法
我们在FW绘制图形时,有时候经常需要用到立体的效果。该怎么回执箭头并添加立体效果呢?下面我们就来看看详细的教程。
552 1
FW怎么做立体箭头? fireworks三维立体箭头的制作方法
|
计算机视觉 Python
基于Dlib的人脸识别客户端(UI界面)
基于Dlib的人脸识别客户端(UI界面)
649 2
|
Kubernetes 关系型数据库 数据库
使用 Helm 部署 Wikijs
使用 Helm 部署 Wikijs
|
XML 安全 网络协议
Xxe外部实体注入(XML External Entity Injection)
Xxe外部实体注入(XML External Entity Injection)
|
NoSQL 关系型数据库 MySQL
高可用数据库架构:互备(Multi-Master)技术详解
本文介绍了分布式系统中的互备(Multi-Master)机制,特别是在高可用数据库系统中的应用。互备机制超越了传统的主从复制,允许每个Master节点同时进行读写操作并互相同步数据,以提高可用性和负载均衡。文章探讨了主从复制与互备模式的区别,以及互备模式的数据同步和冲突解决策略。还以MySQL的双主复制和MongoDB的副本集为例,展示了MM模式在数据库高可用性中的实践。最后,强调了互备在未来分布式系统中的重要性。
581 7