首页>会议文档 >

TiDB 申砾_Design and Architecture

page:
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture
TiDB 申砾_Design and Architecture

TiDB 申砾_Design and Architecture

所属会议:第七届数据技术嘉年华会议地点:北京


下载

手机看
活动家APP客户端

扫二维码下载
或点击下载
Android iOS

8528次
浏览次数
第七届数据技术嘉年华所有文档 袋鼠 镇伟_云上 Oracle 最佳实践 张辉_智能网络打造数据库平台高速路 RAC 曾令军_性能优化实战 邝志辉_系统级跟踪诊断方法及案例 李真旭_细致入微:Oracle 经典案例分享 罗海雄_一次性能优化隐含的秘密_罗海雄 侯圣文_大数据,未来职场必须要get的技能域 肖鹏_回首十年,如何让路变的更宽 - DBA 职场规划反思 杨建荣_Oracle 和 MySQL DBA 的进阶之路 云和开创 刘伟 -可读性的explain Andrew Holdsworth_Where is the industry going in the autonomous database era 王佳毅_永不停止的脚步 - 数据库优化之路 吴承杨_Autonomous DB and Oracle Paas IAAS strategy 楼方鑫_Oracle 数据库网关生产实践 彭晓平_大型数据中心数据安全管控 去哪儿 高级DBA 强昌金_靠谱才是硬道理 - MySQL 数据安全体系详解 黄廷忠_子查询优化的最佳实践 刘旭_SQL 审核服务 - 行业最佳实践 DSG创始人、总裁 韩宏坤_大数据时代的DSG复制云_部分1 DSG创始人、总裁 韩宏坤_大数据时代的DSG复制云_部分2 鲍琳_我们是如何构建金融级数据库云的 王向飞_京东云数据库架构实践 云和恩墨 杨廷琨_从自动化到自治数据库 - 从 Oracle 12c 到 18c 的新进展 郑战伟_云计算、大数据下灾备行业发展趋势探讨 周崇毅_Kubernetes 与 OpenStack 融合支撑企业级微服务架构 K-DB 江豫京_云技术发展历程及展望 那海蓝蓝 李海翔_腾讯金融云分布式数据库云分布式数据库的事务处理技术 宋利兵_MySQL - 8-0 中的复制技术 张云杨_阿里云新一代数据库 POLARDB Oracle数据库团队 郑军-全面解读Oracle数据库云 龙雪刚_SQL 优化利器之SQLAdvisor 福建农信 谢方恺_基于工具的 SQL 审核研究与实践 海通证券 王朝阳_海通证券金融云思考与实践 郝大为_银行 PB 级别海量非结构化数据管理实践 赵守斌_恒丰金融云探索实践 渤海财险数据架构智能化演进- 2017数据技术嘉年华脱敏 唐刘_分布式强一致性数据库的灵魂 - Raft 算法的理论和实践 王璞_下一代企业级应用架构管理体系 钟储建_后 IOE 时代的数据平台架构实践 程实_ElasticDB 数据库 偶数科技 常雷_云数据库的本质 杨琳_Oracle TimesTen下一代分布式内存数据库概述 高新刚_打造京东金融平稳高效的数据库运维体系 Andrew Holdsworth曲卓董志平_自治数据库时代的 SQL 优化

文档介绍

在线事务处理( OLTP )和在线分析处理( OLAP )这两类业务对数据库的要求完全不同,这两类系统在架构上往往区别很大。 大多数情况下,同时有这两种需求的业务会维护两套异构系统,中间通过 ETL 工具连接起来。一套用于承载 OLTP 部分的业务,侧重于数据一致性、高吞吐、低延迟; 一套用于承载 OLAP 部分的业务,侧重于处理复杂的分析 Query 以及存储海量数据。这种方案一方面无法保证数据的时效性,另一方面维护两套系统以及其之间的数据同步也会提高业务的成本以及复杂性。 TiDB 是由 PingCAP 开发的分布式 NewSQL 数据库,希望能够为具有 OLTP / OLAP 混合业务需求的用户提供一站式解决方案,大家可以把 TiDB 当作可以无限扩展的 MySQL 来用,极大简化业务架构和使用成本。这次和大家分享 TiDB 的设计原理与实现。

×

打开微信扫一扫,分享到朋友圈