{"id":21284,"date":"2024-10-01T20:05:06","date_gmt":"2024-10-02T03:05:06","guid":{"rendered":"https:\/\/www.pingcap.com\/article\/benefits-of-distributed-systems-in-cloud-computing-with-tidb\/"},"modified":"2024-12-11T19:58:58","modified_gmt":"2024-12-12T03:58:58","slug":"benefits-of-distributed-systems-in-cloud-computing-with-tidb","status":"publish","type":"article","link":"https:\/\/www.pingcap.com\/ko\/article\/benefits-of-distributed-systems-in-cloud-computing-with-tidb\/","title":{"rendered":"Benefits of Distributed Systems in Cloud Computing with TiDB"},"content":{"rendered":"<h2><span class=\"ez-toc-section\" id=\"Benefits_of_Distributed_Systems_in_Cloud_Computing\"><\/span>Benefits of Distributed Systems in Cloud Computing<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<h3>1. Cost Efficiency and Resource Optimization<\/h3>\n<p>Distributed systems in <a href=\"https:\/\/tidb.io\/blog\/why-distributed-sql-databases-elevate-modern-app-dev\/\">cloud computing<\/a> present a remarkable shift from traditional on-premises data centers. By leveraging the economy of scale, cloud providers can offer storage and computational resources at a fraction of the cost. This cost efficiency is driven by several factors, including shared infrastructure, reduced energy consumption, and streamlined management.<\/p>\n<img decoding=\"async\" src=\"https:\/\/static.pingcap.com\/files\/2024\/10\/01200406\/picturesimg-h4Z6nRqrjCuZN7Tqi2dvDUSY.jpg\" alt=\"Illustration showing the cost efficiency and resource optimization benefits of distributed systems in cloud computing.\" \/>\n<p>Cloud environments enable organizations to optimize resources by scaling them according to demand. This elasticity ensures that businesses only pay for what they use, avoiding the over-provisioning and under-provisioning issues that plague traditional data centers. Furthermore, distributed systems often employ intelligent load balancing and resource allocation strategies, maximizing utilization and minimizing waste.<\/p>\n<p>For instance, when a development team needs to run intensive computational workloads, they can dynamically allocate more virtual machines or containers, paying only for the compute time. Conversely, resources can be scaled down during periods of low activity. This flexibility ensures a high return on investment and operational efficiency.<\/p>\n<h3>2. Scalability and Elasticity<\/h3>\n<p><a href=\"https:\/\/tidb.io\/blog\/multi-tenant-architecture-enhancing-database-scalability-tidb\/\">\ud655\uc7a5\uc131<\/a> is one of the cornerstones of distributed systems in cloud computing. Unlike traditional systems that require upfront investment in hardware and infrastructure, cloud-based distributed systems grow with your needs. This scaling can occur both vertically (by increasing the capacity of existing servers) and horizontally (by adding more servers).<\/p>\n<p>Elasticity complements scalability by ensuring that resources can be dynamically adjusted in real time. This is particularly crucial for businesses with variable workloads. For example, an e-commerce platform may experience massive surges in traffic during holidays or sales events. Distributed cloud systems automatically allocate additional resources to handle the load and scale back when the traffic normalizes, providing a seamless and efficient service.<\/p>\n<h3>3. Reliability and Fault Tolerance<\/h3>\n<p><a href=\"https:\/\/tidb.io\/blog\/distributed-transactions-tidb\/\">Reliability<\/a> and fault tolerance in distributed systems are achieved through redundancy and distributed data storage. By replicating data across multiple nodes or data centers, cloud systems ensure that the failure of a single node does not disrupt the overall service. This fault-tolerant architecture reduces downtime and enhances data availability.<\/p>\n<p>Techniques like automated failover and data replication are integral to maintaining high availability. For example, Amazon Web Services (AWS) offers Availability Zones (AZs) that distribute resources across geographically separate data centers. If one data center experiences an outage, the system automatically shifts workloads to another data center within the same region, maintaining service continuity.<\/p>\n<h3>4. Use Cases in Modern Cloud Infrastructures<\/h3>\n<p>Distributed systems in cloud computing have a broad spectrum of use cases that cater to various industries:<\/p>\n<ul>\n<li><strong>Big Data Analytics<\/strong>: Distributed systems enable parallel processing of large datasets, making data analytics faster and more efficient. Tools like Apache Hadoop and Apache Spark are prime examples.<\/li>\n<li><strong>Microservices Architecture<\/strong>: Distributed systems support the deployment of microservices, which allows applications to be broken down into smaller, manageable services that can be developed, deployed, and scaled independently.<\/li>\n<li><strong>Content Delivery Networks (CDNs)<\/strong>: CDNs use distributed systems to cache and deliver content from servers located closer to the end-users, thereby reducing latency and improving performance.<\/li>\n<\/ul>\n<p>To explore more about the prowess of distributed systems, visit <a href=\"https:\/\/docs.pingcap.com\/tidb\/stable\/overview\">PingCAP&#8217;s Distributed Systems Hub<\/a>.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Introduction_to_TiDB_and_Its_Capabilities\"><\/span>Introduction to TiDB and Its Capabilities<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<h3>1. What is TiDB?<\/h3>\n<p><a href=\"https:\/\/docs.pingcap.com\/tidb\/stable\/overview\">\ud2f0DB<\/a> is an open-source, distributed SQL database that excels at handling Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible, providing horizontal scalability, strong consistency, and high availability. TiDB&#8217;s design philosophy is to offer a unified database platform that efficiently handles OLTP (Online Transactional Processing), OLAP (Online Analytical Processing), and HTAP workloads.<\/p>\n<p>TiDB\u2019s architecture separates storage and computation, allowing for independent scaling of each component. This flexibility makes it an ideal choice for scenarios requiring high availability, data consistency, and large-scale data processing.<\/p>\n<h3>2. Key Features and Architectural Overview<\/h3>\n<p>TiDB boasts several key features that set it apart:<\/p>\n<ul>\n<li><strong>Easy Horizontal Scaling<\/strong>: TiDB separates computing from storage, enabling users to scale out or in the computing or storage capacity online as needed. This scaling process is transparent to application operations and maintenance staff.<\/li>\n<li><strong>Financial-Grade High Availability<\/strong>: Data in TiDB is stored in multiple replicas, and the <a href=\"https:\/\/tidb.io\/blog\/design-and-implementation-of-multi-raft\/\">Multi-Raft<\/a> protocol ensures strong consistency and availability. Transactions are only committed when data is successfully written into the majority of replicas, making TiDB resilient to node failures.<\/li>\n<li><strong>Real-time HTAP<\/strong>: TiDB\u2019s dual storage engine setup includes <a href=\"https:\/\/docs.pingcap.com\/tidb\/stable\/tikv-overview\">TiKV<\/a>, a row-based storage engine, and <a href=\"https:\/\/docs.pingcap.com\/tidb\/stable\/tiflash\/tiflash-overview\">TiFlash<\/a>, a columnar storage engine. <a href=\"https:\/\/docs.pingcap.com\/tidb\/stable\/tiflash\/tiflash-overview\">TiFlash<\/a> uses the Multi-Raft Learner protocol to replicate data from TiKV in real time, ensuring consistency between row-based and columnar storage engines.<\/li>\n<li><strong>Cloud-Native Distributed Database<\/strong>: TiDB is designed for the cloud and can elastically scale to fit changing workloads. It ensures data durability and high availability by maintaining multiple replicas across different cloud availability zones. <a href=\"https:\/\/docs.pingcap.com\/tidb-in-kubernetes\/stable\/tidb-operator-overview\">TiDB Operator<\/a> automates the management of TiDB clusters on Kubernetes, simplifying deployment on any cloud platform. Additionally, <a href=\"https:\/\/tidb.io\/tidb-cloud-serverless\">TiDB Cloud<\/a> offers a fully managed TiDB service, allowing users to deploy TiDB clusters with just a few clicks.<\/li>\n<\/ul>\n<h3>3. TiDB vs Traditional Distributed Databases<\/h3>\n<p>Compared to traditional distributed databases, TiDB offers several advantages:<\/p>\n<ul>\n<li><strong>Compatibility<\/strong>: Fully compatible with the MySQL protocol, TiDB allows for seamless migration of applications without code changes in most cases. It also provides tools for data migration to ease the transition.<\/li>\n<li><strong>Unified Interface<\/strong>: TiDB provides a unified SQL interface for both transactional and analytical workloads, ensuring consistent user experience and performance.<\/li>\n<li><strong>Simplified Management<\/strong>: With cloud-native features like automated scaling and failover, TiDB reduces the complexity associated with operating distributed databases.<\/li>\n<\/ul>\n<p>To learn more about TiDB&#8217;s architecture, visit <a href=\"https:\/\/docs.pingcap.com\/tidb\/stable\/tidb-architecture\">TiDB Architecture<\/a>.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Enhancing_Distributed_Systems_with_TiDB\"><\/span>Enhancing Distributed Systems with TiDB<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<h3>1. Horizontal Scalability and Performance Benefits<\/h3>\n<p>TiDB leverages a modular architecture that separates the SQL layer from the storage layer, providing unparalleled horizontal scalability. This design allows users to expand their clusters seamlessly by adding more computing nodes (TiDB servers) or storage nodes (<a href=\"https:\/\/docs.pingcap.com\/tidb\/stable\/tikv-overview\">TiKV<\/a> and TiFlash servers) based on actual demands.<\/p>\n<div class=\"codehilite\">\n<pre><code><span class=\"nx\">create<\/span> <span class=\"nx\">table<\/span> <span class=\"nx\">transactions<\/span> <span class=\"p\">(<\/span>\n    <span class=\"nx\">id<\/span> <span class=\"nx\">bigint<\/span> <span class=\"nx\">primary<\/span> <span class=\"nx\">key<\/span><span class=\"p\">,<\/span>\n    <span class=\"nx\">user_id<\/span> <span class=\"nx\">bigint<\/span><span class=\"p\">,<\/span>\n    <span class=\"nx\">amount<\/span> <span class=\"nx\">decimal<\/span><span class=\"p\">(<\/span><span class=\"mi\">10<\/span><span class=\"p\">,<\/span> <span class=\"mi\">2<\/span><span class=\"p\">),<\/span>\n    <span class=\"nx\">created_at<\/span> <span class=\"nx\">timestamp<\/span>\n<span class=\"p\">);<\/span>\n\n<span class=\"o\">--<\/span> <span class=\"nx\">Example<\/span> <span class=\"nx\">SQL<\/span> <span class=\"k\">for<\/span> <span class=\"nx\">scaling<\/span> <span class=\"nx\">the<\/span> <span class=\"nx\">database<\/span>\n<span class=\"nx\">alter<\/span> <span class=\"nx\">table<\/span> <span class=\"nx\">transactions<\/span> <span class=\"nx\">shard<\/span> <span class=\"nx\">by<\/span> <span class=\"nx\">hash<\/span><span class=\"p\">(<\/span><span class=\"nx\">user_id<\/span><span class=\"p\">);<\/span>\n<\/code><\/pre>\n<\/div>\n<h3>2. Real-time Data Replication and Consistency Models<\/h3>\n<p>TiDB ensures real-time data consistency across its row-based (TiKV) and columnar (TiFlash) storage engines. This is achieved through the <a href=\"https:\/\/tidb.io\/blog\/design-and-implementation-of-multi-raft\/\">Multi-Raft Learner protocol<\/a>, which facilitates real-time data replication. As a result, users benefit from consistent data reads across different storage engines, making TiDB a robust HTAP solution.<\/p>\n<div class=\"codehilite\">\n<pre><code><span class=\"c1\">-- Real-time consistency query across TiKV and TiFlash<\/span>\n<span class=\"k\">select<\/span> <span class=\"k\">count<\/span><span class=\"p\">(<\/span><span class=\"o\">*<\/span><span class=\"p\">)<\/span> <span class=\"k\">from<\/span> <span class=\"n\">transactions<\/span> <span class=\"k\">where<\/span> <span class=\"n\">amount<\/span> <span class=\"o\">&gt;<\/span> <span class=\"mi\">100<\/span><span class=\"p\">.<\/span><span class=\"mi\">00<\/span><span class=\"p\">;<\/span>\n<\/code><\/pre>\n<\/div>\n<h3>3. Automated Failover and Disaster Recovery<\/h3>\n<p>TiDB&#8217;s architecture inherently supports high availability through multiple replicas and automated failover mechanisms. When a node fails, TiDB automatically switches to another replica, ensuring continuous service availability and minimal downtime.<\/p>\n<div class=\"codehilite\">\n<pre><code><span class=\"c1\">-- Example of setting up a high-availability TiDB cluster<\/span>\n<span class=\"k\">set<\/span> <span class=\"k\">global<\/span> <span class=\"n\">innodb_replication_factor<\/span> <span class=\"o\">=<\/span> <span class=\"mi\">3<\/span><span class=\"p\">;<\/span>\n<\/code><\/pre>\n<\/div>\n<h3>4. Multi-Cloud and Hybrid Cloud Deployments<\/h3>\n<p>TiDB&#8217;s cloud-native design makes it an ideal candidate for multi-cloud and hybrid cloud deployments. Users can deploy TiDB clusters across different cloud providers or mix on-premises and cloud resources, ensuring flexibility and resilience against provider-specific failures.<\/p>\n<div class=\"codehilite\">\n<pre><code><span class=\"c1\"># Kubernetes YAML for multi-cloud deployment<\/span>\n<span class=\"nt\">apiVersion<\/span><span class=\"p\">:<\/span> <span class=\"l l-Scalar l-Scalar-Plain\">pingcap.com\/v1alpha1<\/span>\n<span class=\"nt\">kind<\/span><span class=\"p\">:<\/span> <span class=\"l l-Scalar l-Scalar-Plain\">TidbCluster<\/span>\n<span class=\"nt\">metadata<\/span><span class=\"p\">:<\/span>\n  <span class=\"nt\">name<\/span><span class=\"p\">:<\/span> <span class=\"l l-Scalar l-Scalar-Plain\">multi-cloud-tidb-cluster<\/span>\n<span class=\"nt\">spec<\/span><span class=\"p\">:<\/span>\n  <span class=\"nt\">version<\/span><span class=\"p\">:<\/span> <span class=\"s\">\"v5.3.1\"<\/span>\n  <span class=\"nt\">timezone<\/span><span class=\"p\">:<\/span> <span class=\"l l-Scalar l-Scalar-Plain\">UTC<\/span>\n\n<span class=\"c1\"># List of TiKV nodes across different cloud providers<\/span>\n  <span class=\"nt\">tikv<\/span><span class=\"p\">:<\/span>\n    <span class=\"nt\">replicas<\/span><span class=\"p\">:<\/span> <span class=\"l l-Scalar l-Scalar-Plain\">3<\/span>\n    <span class=\"l l-Scalar l-Scalar-Plain\">...<\/span>\n<\/code><\/pre>\n<\/div>\n<h3>5. Case Studies and Success Stories<\/h3>\n<p>Several organizations across various industries have successfully implemented TiDB to address their needs:<\/p>\n<ul>\n<li><strong>Financial Services<\/strong>: Fintech companies use TiDB for high-frequency trading applications requiring ACID compliance, real-time analytics, and high availability.<\/li>\n<li><strong>E-commerce<\/strong>: Online retail giants rely on TiDB for handling massive datasets and high concurrency transactions, ensuring a seamless shopping experience even during peak seasons.<\/li>\n<li><strong>Logistics<\/strong>: Logistics companies utilize TiDB for real-time shipment tracking and inventory management, leveraging its HTAP capabilities to aggregate and process large volumes of data efficiently.<\/li>\n<\/ul>\n<p>Explore in-depth use cases and customer testimonials on <a href=\"https:\/\/www.pingcap.com\/ko\/success-stories\/\">PingCAP&#8217;s Success Stories<\/a>.<\/p>\n<h2><span class=\"ez-toc-section\" id=\"Conclusion\"><\/span>Conclusion<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>TiDB stands out as an exemplary <a href=\"https:\/\/tidb.io\/blog\/why-distributed-sql-databases-elevate-modern-app-dev\/\">distributed SQL database<\/a> that effectively addresses the modern-day challenges of scalability, reliability, and real-time data processing. Its cloud-native design, horizontal scalability, and robust consistency models make it a powerful tool for diverse applications, from finance to e-commerce and beyond. By enabling seamless multi-cloud and hybrid cloud deployments, TiDB provides businesses the agility and resilience needed in today\u2019s fast-paced digital landscape.<\/p>\n<p>For further insights and in-depth technical documentation on TiDB, explore <a href=\"https:\/\/docs.pingcap.com\/tidb\/stable\/overview\">PingCAP Docs<\/a> and start your journey towards optimizing your database systems with TiDB.<\/p>","protected":false},"excerpt":{"rendered":"<p>Discover the advantages of distributed systems in cloud computing and how TiDB enhances scalability, reliability, and cost efficiency.<\/p>","protected":false},"author":8,"featured_media":0,"template":"","class_list":["post-21284","article","type-article","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Benefits of Distributed Systems in Cloud Computing with TiDB | TiDB<\/title>\n<meta name=\"description\" content=\"Discover the advantages of distributed systems in cloud computing and how TiDB enhances scalability, reliability, and cost efficiency.\" \/>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Benefits of Distributed Systems in Cloud Computing with TiDB | TiDB\" \/>\n<meta property=\"og:description\" content=\"Discover the advantages of distributed systems in cloud computing and how TiDB enhances scalability, reliability, and cost efficiency.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pingcap.com\/ko\/article\/benefits-of-distributed-systems-in-cloud-computing-with-tidb\/\" \/>\n<meta property=\"og:site_name\" content=\"TiDB\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/pingcap2015\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-12T03:58:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/static.pingcap.com\/files\/2024\/10\/01200406\/picturesimg-h4Z6nRqrjCuZN7Tqi2dvDUSY.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@PingCAP\" \/>\n<meta name=\"twitter:label1\" content=\"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04\" \/>\n\t<meta name=\"twitter:data1\" content=\"7\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.pingcap.com\/article\/benefits-of-distributed-systems-in-cloud-computing-with-tidb\/\",\"url\":\"https:\/\/www.pingcap.com\/article\/benefits-of-distributed-systems-in-cloud-computing-with-tidb\/\",\"name\":\"Benefits of Distributed Systems in Cloud Computing with TiDB | TiDB\",\"isPartOf\":{\"@id\":\"https:\/\/www.pingcap.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.pingcap.com\/article\/benefits-of-distributed-systems-in-cloud-computing-with-tidb\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.pingcap.com\/article\/benefits-of-distributed-systems-in-cloud-computing-with-tidb\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/static.pingcap.com\/files\/2024\/10\/01200406\/picturesimg-h4Z6nRqrjCuZN7Tqi2dvDUSY.jpg\",\"datePublished\":\"2024-10-02T03:05:06+00:00\",\"dateModified\":\"2024-12-12T03:58:58+00:00\",\"description\":\"Discover the advantages of distributed systems in cloud computing and how TiDB enhances scalability, reliability, and cost efficiency.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.pingcap.com\/article\/benefits-of-distributed-systems-in-cloud-computing-with-tidb\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.pingcap.com\/article\/benefits-of-distributed-systems-in-cloud-computing-with-tidb\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.pingcap.com\/article\/benefits-of-distributed-systems-in-cloud-computing-with-tidb\/#primaryimage\",\"url\":\"https:\/\/static.pingcap.com\/files\/2024\/10\/01200406\/picturesimg-h4Z6nRqrjCuZN7Tqi2dvDUSY.jpg\",\"contentUrl\":\"https:\/\/static.pingcap.com\/files\/2024\/10\/01200406\/picturesimg-h4Z6nRqrjCuZN7Tqi2dvDUSY.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.pingcap.com\/article\/benefits-of-distributed-systems-in-cloud-computing-with-tidb\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.pingcap.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Articles\",\"item\":\"https:\/\/www.pingcap.com\/article\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Benefits of Distributed Systems in Cloud Computing with TiDB\"}]},{\"@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\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Benefits of Distributed Systems in Cloud Computing with TiDB | TiDB","description":"Discover the advantages of distributed systems in cloud computing and how TiDB enhances scalability, reliability, and cost efficiency.","robots":{"index":"noindex","follow":"follow"},"og_locale":"ko_KR","og_type":"article","og_title":"Benefits of Distributed Systems in Cloud Computing with TiDB | TiDB","og_description":"Discover the advantages of distributed systems in cloud computing and how TiDB enhances scalability, reliability, and cost efficiency.","og_url":"https:\/\/www.pingcap.com\/ko\/article\/benefits-of-distributed-systems-in-cloud-computing-with-tidb\/","og_site_name":"TiDB","article_publisher":"https:\/\/facebook.com\/pingcap2015","article_modified_time":"2024-12-12T03:58:58+00:00","og_image":[{"url":"https:\/\/static.pingcap.com\/files\/2024\/10\/01200406\/picturesimg-h4Z6nRqrjCuZN7Tqi2dvDUSY.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@PingCAP","twitter_misc":{"\uc608\uc0c1 \ub418\ub294 \ud310\ub3c5 \uc2dc\uac04":"7\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.pingcap.com\/article\/benefits-of-distributed-systems-in-cloud-computing-with-tidb\/","url":"https:\/\/www.pingcap.com\/article\/benefits-of-distributed-systems-in-cloud-computing-with-tidb\/","name":"Benefits of Distributed Systems in Cloud Computing with TiDB | TiDB","isPartOf":{"@id":"https:\/\/www.pingcap.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.pingcap.com\/article\/benefits-of-distributed-systems-in-cloud-computing-with-tidb\/#primaryimage"},"image":{"@id":"https:\/\/www.pingcap.com\/article\/benefits-of-distributed-systems-in-cloud-computing-with-tidb\/#primaryimage"},"thumbnailUrl":"https:\/\/static.pingcap.com\/files\/2024\/10\/01200406\/picturesimg-h4Z6nRqrjCuZN7Tqi2dvDUSY.jpg","datePublished":"2024-10-02T03:05:06+00:00","dateModified":"2024-12-12T03:58:58+00:00","description":"Discover the advantages of distributed systems in cloud computing and how TiDB enhances scalability, reliability, and cost efficiency.","breadcrumb":{"@id":"https:\/\/www.pingcap.com\/article\/benefits-of-distributed-systems-in-cloud-computing-with-tidb\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pingcap.com\/article\/benefits-of-distributed-systems-in-cloud-computing-with-tidb\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.pingcap.com\/article\/benefits-of-distributed-systems-in-cloud-computing-with-tidb\/#primaryimage","url":"https:\/\/static.pingcap.com\/files\/2024\/10\/01200406\/picturesimg-h4Z6nRqrjCuZN7Tqi2dvDUSY.jpg","contentUrl":"https:\/\/static.pingcap.com\/files\/2024\/10\/01200406\/picturesimg-h4Z6nRqrjCuZN7Tqi2dvDUSY.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.pingcap.com\/article\/benefits-of-distributed-systems-in-cloud-computing-with-tidb\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pingcap.com\/"},{"@type":"ListItem","position":2,"name":"Articles","item":"https:\/\/www.pingcap.com\/article\/"},{"@type":"ListItem","position":3,"name":"Benefits of Distributed Systems in Cloud Computing with TiDB"}]},{"@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"]}]}},"card_markup":"        <a class=\"card-article\" href=\"https:\/\/www.pingcap.com\/ko\/article\/benefits-of-distributed-systems-in-cloud-computing-with-tidb\/\">            <h3>Benefits of Distributed Systems in Cloud Computing with TiDB<\/h3>            <p>Discover the advantages of distributed systems in cloud computing and how TiDB enhances scalability, reliability, and cost efficiency.<\/p>        <\/a>","_links":{"self":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/article\/21284","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/article"}],"about":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/types\/article"}],"author":[{"embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/users\/8"}],"wp:attachment":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/media?parent=21284"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}