{"id":2314,"date":"2021-11-02T08:06:20","date_gmt":"2021-11-02T08:06:20","guid":{"rendered":"https:\/\/en.pingcap.com\/?p=2314"},"modified":"2024-07-02T09:59:19","modified_gmt":"2024-07-02T16:59:19","slug":"the-past-present-and-future-of-tidb-as-an-htap-database","status":"publish","type":"post","link":"https:\/\/www.pingcap.com\/ko\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/","title":{"rendered":"The Past, Present, and Future of TiDB as an HTAP Database"},"content":{"rendered":"<p><strong>Author:<\/strong>&nbsp;<a href=\"https:\/\/github.com\/ilovesoup\">Shawn Ma<\/a>&nbsp;(Tech Lead of the Real-time Analytics team at PingCAP)<\/p>\n\n\n\n<p><strong>Transcreator:<\/strong>&nbsp;<a href=\"https:\/\/github.com\/ran-huang\">Ran Huang<\/a>;&nbsp;<strong>Editor:<\/strong>&nbsp;Tom Dewan<\/p>\n\n\n\n<p>As the novel&nbsp;<em>Romance of the Three Kingdoms<\/em>&nbsp;tells us, &#8220;The empire, long divided, must unite; long united, must divide.&#8221;<\/p>\n\n\n\n<p>The same ebb and flow are taking place in the database world. In the beginning, one type of DBMS served all data requests. But the days of monolithic databases are long gone. As applications grew more complicated, databases were optimized for different use cases and branched out into numerous types.<\/p>\n\n\n\n<p>However, performance is not the only way to judge a database.&nbsp;<strong>A successful database is convenient to use, can satisfy our changing needs,&nbsp;<em>\uadf8\ub9ac\uace0<\/em>&nbsp;give us satisfactory performance.<\/strong><\/p>\n\n\n\n<p>This is&nbsp;<a href=\"https:\/\/www.pingcap.com\/ko\/blog\/five-principles-that-guide-tidb-and-pingcap-II\/#build-a-universal-globally-adopted-database\">the philosophy behind TiDB<\/a>. TiDB is an open-source, distributed SQL database that aims to serve all types of workloads in just one database. The long-divided database architecture shall again be united. The key to this unity? Hybrid transactional and analytical processing (HTAP).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-evolution-of-an-htap-database\"><span class=\"ez-toc-section\" id=\"The_evolution_of_an_HTAP_database\"><\/span><a href=\"https:\/\/www.pingcap.com\/ko\/blog\/past-present-future-of-tidb-as-htap-database\/#the-evolution-of-an-htap-database\"><\/a><a href=\"#the-evolution-of-an-htap-database\">The evolution of an HTAP database<\/a><span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>An HTAP database handles both online transactional processing (OLTP) and online analytical processing (OLAP) workloads. In TiDB&#8217;s case, this basic idea has gone through three major stages.<\/p>\n\n\n\n<p>TiDB began as an OLTP-oriented database with OLAP coprocessors. TiKV, the storage layer, processed part of the OLAP workload. It aggregated data in shards, and TiDB summarized data on top of that. This approach provided fast, multi-dimensional aggregation.<\/p>\n\n\n\n<p>In its second stage, TiDB introduced an external analytics engine. We realized that aggregating data wasn&#8217;t enough; we also needed a complex computing engine. We sought help from Apache Spark and built&nbsp;<a href=\"https:\/\/www.pingcap.com\/ko\/blog\/tispark-more-data-insights-no-more-etl\/\">TiSpark<\/a>, a Spark plugin for the TiDB platform. TiSpark integrates Spark with TiKV and runs Spark SQL on fresh data in TiKV.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/download.pingcap.com\/images\/blog\/htap-tidb-tispark.jpg\" alt=\"HTAP Stage 2: TiDB + Spark\"\/><figcaption class=\"wp-element-caption\">Stage 2: TiDB + Spark<\/figcaption><\/figure>\n\n\n\n<p>Now, in the third stage of our idea, we have a true HTAP database. By&nbsp;<a href=\"https:\/\/www.pingcap.com\/ko\/blog\/delivering-real-time-analytics-and-true-htap-by-combining-columnstore-and-rowstore\/\">combining rowstore and columnstore<\/a>, TiDB can deliver real-time analytics and true HTAP capabilities. We introduce a columnar storage engine,&nbsp;<a href=\"https:\/\/docs.pingcap.com\/tidb\/stable\/tiflash-overview\/\">TiFlash<\/a>, which replicates data from TiKV and performs analytical queries on fresh, consistent data.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/download.pingcap.com\/images\/blog\/htap-tidb-tiflash.jpg\" alt=\"HTAP Stage 3: TiDB + TiFlash\"\/><figcaption class=\"wp-element-caption\">Stage 3: TiDB + TiFlash<\/figcaption><\/figure>\n\n\n\n<p><a href=\"https:\/\/www.pingcap.com\/ko\/blog\/tidb-5.0-a-one-stop-htap-database-solution\/#the-evolution-of-tidbs-htap-architecture\">Equipped with the massively parallel processing (MPP) engine<\/a>, TiDB can handle both OLTP and OLAP workloads. Its analytics performance is 2x~3x better than the mainstream analytical engines.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/download.pingcap.com\/images\/blog\/tidb-5.0-htap-benchmark-tidb-greenplum-spark.jpg\" alt=\"Benchmark TiDB vs. Greenplum vs. Spark\"\/><figcaption class=\"wp-element-caption\">TiDB vs. Greenplum vs. Spark<\/figcaption><\/figure>\n\n\n\n<p>Though TiKV and TiFlash are two separate storage engines, TiDB provides a unified SQL layer for your application to access data. TiDB identifies the query type and selects the most efficient execution plan and engine to run your query. From the application&#8217;s point of view, every data it reads, whether from the rowstore or columnstore, is fresh and consistent.<\/p>\n\n\n\n<p>More importantly, this architecture is highly isolated. TiKV and TiFlash run on two sets of resources, so the two types of workloads don&#8217;t interfere with each other.<\/p>\n\n\n\n<p>If you&#8217;re interested in how we built TiDB into an HTAP database, check out&nbsp;<a href=\"https:\/\/www.pingcap.com\/ko\/blog\/how-we-build-an-htap-database-that-simplifies-your-data-platform\/\">my previous post<\/a>.<\/p>\n\n\n<p style=\"text-align: center;\"><a class=\"button\" href=\"\/ko\/download\/\">Download TiDB<\/a>\u00a0 \u00a0 <a class=\"button\" href=\"\/ko\/contact-us\/\">Request a Demo<\/a><\/p>\n<p style=\"text-align: center;\">\u00a0<\/p>\n\n\n<h2 class=\"wp-block-heading\" id=\"how-htap-benefits-users\"><span class=\"ez-toc-section\" id=\"How_HTAP_benefits_users\"><\/span><a href=\"https:\/\/www.pingcap.com\/ko\/blog\/past-present-future-of-tidb-as-htap-database\/#how-htap-benefits-users\"><\/a>How HTAP benefits users<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>About 33% of production-level TiDB clusters have deployed TiFlash nodes; they put TiDB&#8217;s HTAP capabilities to good use. According to our survey, users most often employ HTAP for hybrid workloads, stream computing, and data hub scenarios.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"hybrid-workloads\"><a href=\"https:\/\/www.pingcap.com\/ko\/blog\/past-present-future-of-tidb-as-htap-database\/#hybrid-workloads\"><\/a>Hybrid workloads<\/h3>\n\n\n\n<p>TiDB can efficiently handle both OLTP and OLAP requests in a single architecture. From a user perspective, all your data go to one place. The app server receives all types of requests and sends them to the TiDB server, which dispatches the requests to different storage engines.<\/p>\n\n\n\n<p>As an example, take an enterprise resource planning (ERP) system. You can use TiDB for OLTP workload and use TiFlash to generate reports and real-time Kanban.<\/p>\n\n\n\n<figure class=\"wp-block-image is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/download.pingcap.com\/images\/blog\/htap-use-tidb-for-hybrid-workloads.jpg\" alt=\"Using TiDB for hybrid workloads\" style=\"width:840px;height:669px\" width=\"840\" height=\"669\"\/><figcaption class=\"wp-element-caption\">Using TiDB for hybrid workloads<\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"stream-computing\"><a href=\"https:\/\/www.pingcap.com\/ko\/blog\/past-present-future-of-tidb-as-htap-database\/#stream-computing\"><\/a>Stream computing<\/h3>\n\n\n\n<p>Stream computing is also a pressing demand. There&#8217;s a high overlap between TiDB users and Flink users. Many of them use Flink to process change data capture (CDC) and then write these data in TiFlash or TiDB.<\/p>\n\n\n\n<p>Why would you want to use Flink with TiDB? The answer is that TiDB is a horizontally scalable database with both columnstore and rowstore. After TiDB receives data from Flink, you can either perform calculations and generate Kanbans in Flink, or form a real-time data warehouse via extract, transform, load (ETL) and show various reports in TiDB.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/download.pingcap.com\/images\/blog\/htap-use-tidb-for-stream-computing.png\" alt=\"TiDB in the stream computing scenario\"\/><figcaption class=\"wp-element-caption\">TiDB in the stream computing scenario<\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"data-hub\"><a href=\"https:\/\/www.pingcap.com\/ko\/blog\/past-present-future-of-tidb-as-htap-database\/#data-hub\"><\/a>Data hub<\/h3>\n\n\n\n<p>A data hub is a layer between the application and the data warehouse. It stores hot, fresh data for a limited time to serve real-time queries or process highly concurrent requests.<\/p>\n\n\n\n<p>If your system has Hadoop or another big data architecture, you can use TiDB as a data hub between the applications and the offline data warehouse. Data is integrated into TiDB in real time via CDC, and TiDB provides real-time reports and data access across multiple applications. In addition, TiDB archives data in batch to the offline data lake or data warehouse.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/download.pingcap.com\/images\/blog\/htap-use-tidb-for-data-hub.png\" alt=\"TiDB in the data hub scenario\"\/><figcaption class=\"wp-element-caption\">TiDB in the data hub scenario<\/figcaption><\/figure>\n\n\n\n<p>What about the future? What will TiDB&#8217;s fourth stage be like? Right now, we think TiDB will be&nbsp;<strong>a multi-model and real-time database with cloud-native as its backbone<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"our-next-move-cloud-native--multi-model\"><span class=\"ez-toc-section\" id=\"Our_next_move_cloud-native_multi-model\"><\/span><a href=\"https:\/\/www.pingcap.com\/ko\/blog\/past-present-future-of-tidb-as-htap-database\/#our-next-move-cloud-native--multi-model\"><\/a>Our next move: cloud-native + multi-model<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p><strong>By combining TiDB and stream, we&#8217;ll be able to expand the scope of real-time computing.<\/strong>&nbsp;To achieve that, we plan to introduce materialized views and columnar store fault tolerance. Currently, TiDB can only replicate data from rowstore to columnstore. The columnstore&#8217;s analytical engine requires the same data modeling as rowstore. But with the future help of materialized views and streams, TiDB can take one step towards a data warehouse and perform lightweight modeling on real-time data.<\/p>\n\n\n\n<p><strong>Another goal is a TiDB Cloud-centric platform for cloud-native query federation.<\/strong>&nbsp;The cloud is a vast pool that collects and aggregates data from different applications. Because the computing layer is separate from the storage layer, if TiDB&#8217;s computing layer is combined with a foreign data wrapper, it can be an independent engine for federated queries. This opens up the possibility of connecting TiDB with other data systems. Also, we can choose external engines to complement TiDB for machine learning and other purposes.<\/p>\n\n\n\n<p><strong>HTAP is a solid foundation for multi-model databases.<\/strong>&nbsp;TiDB now supports OLTP and OLAP and provides KV storage.&nbsp;<strong>The TiDB community at large is also exploring other forms of engines, like inverted indexes for fast full-text searches<\/strong>. These features will be added to our roadmap as well.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"summary\"><span class=\"ez-toc-section\" id=\"Summary\"><\/span><a href=\"https:\/\/www.pingcap.com\/ko\/blog\/past-present-future-of-tidb-as-htap-database\/#summary\"><\/a>Summary<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>I often hear the question,&nbsp;<strong>&#8220;What do you want to achieve with HTAP?&#8221;<\/strong><\/p>\n\n\n\n<p>Our goal is to offer a one-stop experience for all data requests. With TiDB, you&#8217;ll have:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A scalable OLTP database, which is the source of every piece of data<\/li>\n\n\n\n<li>Real-time data analytics, powered by stream computing and materialized views<\/li>\n\n\n\n<li>All capabilities available on the cloud, combining data online and offline<\/li>\n<\/ul>\n\n\n\n<p>The whole architecture is sewn together via federated queries and the big data ecosystem.&nbsp;<strong>One gateway to all your data.<\/strong>&nbsp;That&#8217;s the united, &#8220;one-stop&#8221; experience we&#8217;re talking about.<\/p>\n\n\n\n<p>If you want to know more about HTAP, you can join\u00a0<a href=\"https:\/\/slack.tidb.io\/invite?team=tidb-community&amp;channel=everyone&amp;ref=pingcap-blog\">our Slack channel<\/a>\u00a0and talk to TiDB experts. You can also\u00a0<a href=\"https:\/\/www.pingcap.com\/ko\/contact-us\/\">contact us<\/a>\u00a0\uadf8\ub9ac\uace0 <a href=\"https:\/\/www.pingcap.com\/ko\/demo\/\">request a demo<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>Author:&nbsp;Shawn Ma&nbsp;(Tech Lead of the Real-time Analytics team at PingCAP) Transcreator:&nbsp;Ran Huang;&nbsp;Editor:&nbsp;Tom Dewan As the novel&nbsp;Romance of the Three Kingdoms&nbsp;tells us, &#8220;The empire, long divided, must unite; long united, must divide.&#8221; The same ebb and flow are taking place in the database world. In the beginning, one type of DBMS served all data requests. But [&hellip;]<\/p>\n","protected":false},"author":62,"featured_media":2631,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ub_ctt_via":"","footnotes":""},"categories":[13],"tags":[10,11],"class_list":["post-2314","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-product","tag-htap","tag-real-time-analytics"],"acf":[],"featured_image_src":"https:\/\/static.pingcap.com\/files\/2021\/11\/past-present-future-of-tidb-as-htap-database.jpg","author_info":{"display_name":"Shawn Ma","author_link":"https:\/\/www.pingcap.com\/ko\/blog\/author\/shawn-ma\/"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The Past, Present, and Future of TiDB as an HTAP Database | TiDB<\/title>\n<meta name=\"description\" content=\"Explore the evolution of TiDB as an HTAP database, learn how it benefits users for hybrid workloads, stream computing, and data hub scenarios.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.pingcap.com\/ko\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Past, Present, and Future of TiDB as an HTAP Database | TiDB\" \/>\n<meta property=\"og:description\" content=\"Explore the evolution of TiDB as an HTAP database, learn how it benefits users for hybrid workloads, stream computing, and data hub scenarios.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pingcap.com\/ko\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/\" \/>\n<meta property=\"og:site_name\" content=\"TiDB\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/pingcap2015\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-02T08:06:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-02T16:59:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/static.pingcap.com\/files\/2021\/11\/past-present-future-of-tidb-as-htap-database.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1501\" \/>\n\t<meta property=\"og:image:height\" content=\"501\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Shawn Ma\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@PingCAP\" \/>\n<meta name=\"twitter:site\" content=\"@PingCAP\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Shawn Ma\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/\"},\"author\":{\"name\":\"Shawn Ma\",\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/person\/33ba97d494530cb5e04d4b17aaaa9b08\"},\"headline\":\"The Past, Present, and Future of TiDB as an HTAP Database\",\"datePublished\":\"2021-11-02T08:06:20+00:00\",\"dateModified\":\"2024-07-02T16:59:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/\"},\"wordCount\":1208,\"publisher\":{\"@id\":\"https:\/\/www.pingcap.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/static.pingcap.com\/files\/2021\/11\/past-present-future-of-tidb-as-htap-database.jpg\",\"keywords\":[\"HTAP\",\"Real-time analytics\"],\"articleSection\":[\"Product\"],\"inLanguage\":\"ko-KR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/\",\"url\":\"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/\",\"name\":\"The Past, Present, and Future of TiDB as an HTAP Database | TiDB\",\"isPartOf\":{\"@id\":\"https:\/\/www.pingcap.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/static.pingcap.com\/files\/2021\/11\/past-present-future-of-tidb-as-htap-database.jpg\",\"datePublished\":\"2021-11-02T08:06:20+00:00\",\"dateModified\":\"2024-07-02T16:59:19+00:00\",\"description\":\"Explore the evolution of TiDB as an HTAP database, learn how it benefits users for hybrid workloads, stream computing, and data hub scenarios.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/#primaryimage\",\"url\":\"https:\/\/static.pingcap.com\/files\/2021\/11\/past-present-future-of-tidb-as-htap-database.jpg\",\"contentUrl\":\"https:\/\/static.pingcap.com\/files\/2021\/11\/past-present-future-of-tidb-as-htap-database.jpg\",\"width\":1501,\"height\":501},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.pingcap.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"The Past, Present, and Future of TiDB as an HTAP Database\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.pingcap.com\/#website\",\"url\":\"https:\/\/www.pingcap.com\/\",\"name\":\"TiDB\",\"description\":\"TiDB | SQL at Scale\",\"publisher\":{\"@id\":\"https:\/\/www.pingcap.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.pingcap.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.pingcap.com\/#organization\",\"name\":\"PingCAP\",\"url\":\"https:\/\/www.pingcap.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png\",\"contentUrl\":\"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png\",\"width\":811,\"height\":232,\"caption\":\"PingCAP\"},\"image\":{\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/pingcap2015\",\"https:\/\/x.com\/PingCAP\",\"https:\/\/linkedin.com\/company\/pingcap\",\"https:\/\/youtube.com\/channel\/UCuq4puT32DzHKT5rU1IZpIA\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/person\/33ba97d494530cb5e04d4b17aaaa9b08\",\"name\":\"Shawn Ma\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/static.pingcap.com\/files\/2022\/10\/17234942\/avatar.jpg\",\"contentUrl\":\"https:\/\/static.pingcap.com\/files\/2022\/10\/17234942\/avatar.jpg\",\"caption\":\"Shawn Ma\"},\"url\":\"https:\/\/www.pingcap.com\/ko\/blog\/author\/shawn-ma\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"The Past, Present, and Future of TiDB as an HTAP Database | TiDB","description":"Explore the evolution of TiDB as an HTAP database, learn how it benefits users for hybrid workloads, stream computing, and data hub scenarios.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.pingcap.com\/ko\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/","og_locale":"ko_KR","og_type":"article","og_title":"The Past, Present, and Future of TiDB as an HTAP Database | TiDB","og_description":"Explore the evolution of TiDB as an HTAP database, learn how it benefits users for hybrid workloads, stream computing, and data hub scenarios.","og_url":"https:\/\/www.pingcap.com\/ko\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/","og_site_name":"TiDB","article_publisher":"https:\/\/facebook.com\/pingcap2015","article_published_time":"2021-11-02T08:06:20+00:00","article_modified_time":"2024-07-02T16:59:19+00:00","og_image":[{"width":1501,"height":501,"url":"https:\/\/static.pingcap.com\/files\/2021\/11\/past-present-future-of-tidb-as-htap-database.jpg","type":"image\/jpeg"}],"author":"Shawn Ma","twitter_card":"summary_large_image","twitter_creator":"@PingCAP","twitter_site":"@PingCAP","twitter_misc":{"Written by":"Shawn Ma","Est. reading time":"7\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/#article","isPartOf":{"@id":"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/"},"author":{"name":"Shawn Ma","@id":"https:\/\/www.pingcap.com\/#\/schema\/person\/33ba97d494530cb5e04d4b17aaaa9b08"},"headline":"The Past, Present, and Future of TiDB as an HTAP Database","datePublished":"2021-11-02T08:06:20+00:00","dateModified":"2024-07-02T16:59:19+00:00","mainEntityOfPage":{"@id":"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/"},"wordCount":1208,"publisher":{"@id":"https:\/\/www.pingcap.com\/#organization"},"image":{"@id":"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/#primaryimage"},"thumbnailUrl":"https:\/\/static.pingcap.com\/files\/2021\/11\/past-present-future-of-tidb-as-htap-database.jpg","keywords":["HTAP","Real-time analytics"],"articleSection":["Product"],"inLanguage":"ko-KR"},{"@type":"WebPage","@id":"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/","url":"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/","name":"The Past, Present, and Future of TiDB as an HTAP Database | TiDB","isPartOf":{"@id":"https:\/\/www.pingcap.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/#primaryimage"},"image":{"@id":"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/#primaryimage"},"thumbnailUrl":"https:\/\/static.pingcap.com\/files\/2021\/11\/past-present-future-of-tidb-as-htap-database.jpg","datePublished":"2021-11-02T08:06:20+00:00","dateModified":"2024-07-02T16:59:19+00:00","description":"Explore the evolution of TiDB as an HTAP database, learn how it benefits users for hybrid workloads, stream computing, and data hub scenarios.","breadcrumb":{"@id":"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/#primaryimage","url":"https:\/\/static.pingcap.com\/files\/2021\/11\/past-present-future-of-tidb-as-htap-database.jpg","contentUrl":"https:\/\/static.pingcap.com\/files\/2021\/11\/past-present-future-of-tidb-as-htap-database.jpg","width":1501,"height":501},{"@type":"BreadcrumbList","@id":"https:\/\/www.pingcap.com\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pingcap.com\/"},{"@type":"ListItem","position":2,"name":"The Past, Present, and Future of TiDB as an HTAP Database"}]},{"@type":"WebSite","@id":"https:\/\/www.pingcap.com\/#website","url":"https:\/\/www.pingcap.com\/","name":"\ud2f0DB","description":"TiDB | SQL at Scale","publisher":{"@id":"https:\/\/www.pingcap.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.pingcap.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/www.pingcap.com\/#organization","name":"PingCAP","url":"https:\/\/www.pingcap.com\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/","url":"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png","contentUrl":"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png","width":811,"height":232,"caption":"PingCAP"},"image":{"@id":"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/pingcap2015","https:\/\/x.com\/PingCAP","https:\/\/linkedin.com\/company\/pingcap","https:\/\/youtube.com\/channel\/UCuq4puT32DzHKT5rU1IZpIA"]},{"@type":"Person","@id":"https:\/\/www.pingcap.com\/#\/schema\/person\/33ba97d494530cb5e04d4b17aaaa9b08","name":"Shawn Ma","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.pingcap.com\/#\/schema\/person\/image\/","url":"https:\/\/static.pingcap.com\/files\/2022\/10\/17234942\/avatar.jpg","contentUrl":"https:\/\/static.pingcap.com\/files\/2022\/10\/17234942\/avatar.jpg","caption":"Shawn Ma"},"url":"https:\/\/www.pingcap.com\/ko\/blog\/author\/shawn-ma\/"}]}},"grav_blocks":false,"card_markup":"<a class=\"card-resource bg-white\" href=\"https:\/\/www.pingcap.com\/ko\/blog\/the-past-present-and-future-of-tidb-as-an-htap-database\/\"><div class=\"card-resource__image-container\"><img class=\"card-resource__image\" alt=\"past-present-future-of-tidb-as-htap-database\" src=\"https:\/\/static.pingcap.com\/files\/2021\/11\/past-present-future-of-tidb-as-htap-database.jpg\" loading=\"lazy\" width=1501 height=501 \/><\/div><div class=\"card-resource__content-container\"><div class=\"card-resource__content-head\"><div class=\"card-resource__category\">Product<\/div><\/div><h5 class=\"card-resource__title\">The Past, Present, and Future of TiDB as an HTAP Database<\/h5><\/div><\/a>","_links":{"self":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts\/2314","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/users\/62"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/comments?post=2314"}],"version-history":[{"count":6,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts\/2314\/revisions"}],"predecessor-version":[{"id":18028,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/posts\/2314\/revisions\/18028"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/media\/2631"}],"wp:attachment":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/media?parent=2314"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/categories?post=2314"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/tags?post=2314"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}