{"id":21186,"date":"2024-09-29T23:48:53","date_gmt":"2024-09-30T06:48:53","guid":{"rendered":"https:\/\/www.pingcap.com\/?post_type=case-study&#038;p=21186"},"modified":"2024-10-06T20:29:04","modified_gmt":"2024-10-07T03:29:04","slug":"flipkart-transforming-database-management-and-reducing-complexity-with-tidb","status":"publish","type":"case-study","link":"https:\/\/www.pingcap.com\/ko\/case-study\/flipkart-transforming-database-management-and-reducing-complexity-with-tidb\/","title":{"rendered":"Flipkart: Transforming Database Management and Reducing Complexity with TiDB"},"content":{"rendered":"<p>Flipkart, India&#8217;s largest e-commerce company, serves over 400 million users and facilitates over 10 million daily page visits. With Walmart as its majority stakeholder, Flipkart is known for its robust operations, handling over 8 million monthly shipments across 22 warehouses. During its annual shopping festival, &#8220;The Big Billion Days,&#8221; Flipkart manages billions of visits and achieves billions in gross merchandise value (GMV). Flipkart maintains an extensive MySQL fleet spanning 700 clusters to support its massive operations.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"The_Challenge_Flipkarts_Growing_MySQL_Crisis\"><\/span>The Challenge: Flipkart\u2019s Growing MySQL Crisis<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Massive applications and services generate petabytes of data in various types and formats. Flipkart\u2019s tech stack (MySQL, Redis, and Aerospike) became ever more complex to process and store this amount and variety of data. However, as its business kept growing, the previous database solutions started to hit their limits, posing three significant challenges:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\ud655\uc7a5\uc131<\/h3>\n\n\n\n<p>With over 400 applications and thousands of microservices, Flipkart\u2019s MySQL setup spanned more than 700 clusters, managing petabytes of diverse data. As traffic and data loads increased, the MySQL clusters struggled to handle the continuously growing throughput. Adding more nodes or re-sharding data was time-consuming and complex, resulting in operational bottlenecks. This inability to scale efficiently became a major roadblock to business growth, especially during high-traffic events like their shopping festivals, when systems needed to accommodate massive spikes in user activity.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Reliability<\/h3>\n\n\n\n<p>High reliability was critical, particularly during shopping events with billions of dollars in GMV. The MySQL fleet required constant monitoring to ensure stability across clusters. With such a complex setup, any single-node failure had the potential to impact customer experience significantly. The system\u2019s resilience was under constant strain, requiring frequent failover coordination. However, MySQL struggled to meet the high availability demands, especially in disaster scenarios like node or region failures. A database outage could result in substantial losses and customer dissatisfaction, even for a few minutes.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Operational Efficiency<\/h3>\n\n\n\n<p>Managing such a vast MySQL fleet was becoming increasingly costly and inefficient. Flipkart\u2019s MySQL architecture comprised multiple shards, each requiring its own master, read replicas, and failover replicas, leading to operational complexity. Monitoring and maintaining the health of these shards, ensuring replication across clusters, and handling data consistency became a logistical nightmare. In addition, the rising costs associated with keeping this infrastructure were unsustainable. Flipkart needed a solution that simplified management and reduced the operational costs of handling data at such a scale.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"The_Solution_TiDBs_Scalable_and_Reliable_Database_Transformation\"><\/span>The Solution: TiDB\u2019s Scalable and Reliable Database Transformation<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Faced with scalability, reliability, and operational efficiency challenges, Flipkart recognized that continuing with MySQL was unsustainable as its business expanded. After a thorough evaluation, Flipkart chose <a href=\"https:\/\/www.pingcap.com\/ko\/tidb-self-managed\/\">\ud2f0DB<\/a> for its unique ability to address these critical pain points, particularly within its <strong>Coin Manager<\/strong> platform.\u00a0<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Original Setup with Sharded MySQL<\/h3>\n\n\n\n<p>Previously, the Coin Manager team used sharded MySQL as its database solution. Coin Manager ran in two regions. Region-1 served both read and write workloads, while Region-2 served as a failover region and could also handle some read workloads.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"936\" height=\"580\" src=\"https:\/\/static.pingcap.com\/files\/2024\/09\/29234312\/flipkart.png\" alt=\"\" class=\"wp-image-21187\" srcset=\"https:\/\/static.pingcap.com\/files\/2024\/09\/29234312\/flipkart.png 936w, https:\/\/static.pingcap.com\/files\/2024\/09\/29234312\/flipkart-300x186.png 300w, https:\/\/static.pingcap.com\/files\/2024\/09\/29234312\/flipkart-768x476.png 768w\" sizes=\"auto, (max-width: 936px) 100vw, 936px\" \/><\/figure>\n\n\n\n<p>The team employed 5-way consistent hashing to manage the sharding. This resulted in a complex setup with five shards, each with a master, hot standby, a read replica in the active region, and a read replica and a hot standby in the passive region.&nbsp;<\/p>\n\n\n\n<p>Maintaining the two clusters was a constant challenge because the team had to monitor the health of 25 nodes and 20 replication channels separately. In addition, a coordinated failover of the five shards would be required in a disaster. As the data size kept growing, the team needed to add more shards. Resharding the data was even more painful.<\/p>\n\n\n\n<p>But TiDB\u2019s hybrid design\u2014combining features of traditional relational databases and NoSQL systems\u2014provided Flipkart with a flexible, scalable, and highly available solution.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Horizontal Scalability without the Headaches<\/h3>\n\n\n\n<p>One of TiDB\u2019s key advantages is its horizontal scalability, which allows the system to scale out by simply adding more nodes. This flexibility eliminated the need for complex and cumbersome sharding logic, which had plagued Flipkart\u2019s MySQL setup. Previously, adding more shards or resharding data required downtime and manual intervention, making it both risky and costly, especially during peak seasons like &#8220;The Big Billion Days.&#8221;<\/p>\n\n\n\n<p>With TiDB, Flipkart could grow its infrastructure seamlessly as data volumes increased. The system\u2019s ability to handle millions of read and write requests with low latency (under 100 ms for writes and 20 ms for reads) made it an ideal choice for Coin Manager, which processes millions of SuperCoin transactions monthly. TiDB\u2019s architecture ensures that new nodes can be added dynamically without interrupting operations, allowing Flipkart to keep pace with its growing customer base and increasing data demands.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">High Availability with No Downtime<\/h3>\n\n\n\n<p>Downtime during key shopping events could result in millions of dollars in losses for Flipkart. To prevent this, TiDB\u2019s high availability features were crucial. Its built-in replication and failover mechanisms ensured that even if a node or an entire region experienced failure, the system would automatically and quickly failover to a healthy node or region without affecting the customer experience.<\/p>\n\n\n\n<p>Previously, Flipkart\u2019s sharded MySQL setup required manual intervention to handle failover, adding unnecessary delays and risks. In contrast, TiDB\u2019s robust architecture leverages Placement Drivers (PD) to automatically manage data placement and ensure no single point of failure. This automation allowed Flipkart to meet its uptime requirements even during unforeseen events, significantly reducing the chances of service outages that could impact SuperCoin transactions.<\/p>\n\n\n\n<p>Moreover, TiDB\u2019s Kubernetes integration adds another layer of resilience. Kubernetes\u2019 self-healing capabilities allow the system to automatically restart failed pods, ensuring that service interruptions are brief and recovery is fast. The Coin Manager\u2019s infrastructure now runs on two TiDB clusters within a Kubernetes environment, simplifying the management of nodes and ensuring the system remains highly available at all times.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Operational Simplicity through Automation<\/h3>\n\n\n\n<p>One of the most critical operational improvements Flipkart experienced after adopting TiDB was the dramatic simplification of database management. Managing Flipkart\u2019s previous MySQL fleet involved monitoring multiple shards, replication channels, and nodes, which created a significant operational burden. TiDB allowed Flipkart to consolidate these disparate shards into a single, unified database, which significantly streamlined database operations.<\/p>\n\n\n\n<p>Combining TiDB and TiDB Operator, an automated system for managing TiDB clusters within Kubernetes, further simplified the infrastructure. TiDB Operator automates routine maintenance tasks such as scaling, backups, and failover, allowing Flipkart\u2019s database team to focus more on optimizing services than managing database health. This also reduces human error, one of the leading causes of downtime and data inconsistency.<\/p>\n\n\n\n<p>For Flipkart, TiDB\u2019s automated and self-scaling nature reduced operational complexity and led to substantial cost savings. By reducing the need for constant manual monitoring and intervention, Flipkart cut down on overhead associated with managing its previously large, fragmented MySQL fleet.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Seamless Transition with MySQL Compatibility<\/h3>\n\n\n\n<p>TiDB\u2019s MySQL compatibility played a critical role in its adoption. Since most of Flipkart\u2019s existing systems were built around MySQL, TiDB\u2019s ability to integrate without requiring extensive changes to their existing applications made the transition smooth. This compatibility ensured that Flipkart could leverage TiDB\u2019s features while keeping its existing tools, frameworks, and application logic intact. The seamless integration minimized time and costs, making it an efficient solution for Flipkart\u2019s complex, high-volume environment.<\/p>\n\n\n\n<p>By leveraging TiDB, Flipkart addressed its pressing scalability and reliability issues while achieving greater operational efficiency. TiDB\u2019s unique architecture provided the agility and resilience Flipkart needed to keep pace with its rapid business growth, ensuring that its e-commerce operations could scale without compromise.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Future_Plans\"><\/span>Future Plans<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Having successfully integrated TiDB into critical systems like Coin Manager, Flipkart plans to extend its usage to more high-throughput, user-facing applications. TiDB\u2019s ability to handle tens of thousands of reads and writes per second has proven valuable. Flipkart aims to apply it to applications with even higher demands, potentially reaching hundreds of thousands of transactions per second.<\/p>\n\n\n\n<p>Additionally, Flipkart is exploring multi-region active-active architecture for greater resilience and business continuity. By running applications across multiple regions simultaneously, Flipkart aims to reduce the risk of downtime further and ensure seamless operations, even if one region experiences an outage.<\/p>\n\n\n\n<p>Another strategic goal is to leverage TiDB\u2019s <a href=\"https:\/\/www.pingcap.com\/ko\/blog\/htap-demystified-defining-modern-data-architecture-tidb\/\">Hybrid Transactional\/Analytical Processing (HTAP) <\/a>capabilities. While TiDB has primarily been used for transactional workloads, Flipkart plans to explore its real-time analytical features. This will allow Flipkart to run transactional and analytical queries on fresh data within the same system, eliminating the need for a separate analytics platform and enabling real-time insights.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Conclusion\"><\/span>Conclusion<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Flipkart\u2019s strategic adoption of TiDB has fundamentally transformed its database management, overcoming key scalability, reliability, and operational efficiency challenges. By switching from a complex, sharded MySQL system to TiDB\u2019s distributed SQL architecture, Flipkart has simplified its infrastructure, improved system resilience, and gained the flexibility to scale seamlessly with its rapidly growing business.<\/p>\n\n\n\n<p>For enterprises grappling with similar obstacles\u2014such as the need to handle vast data volumes, maintain high availability during peak demand, and streamline operational costs\u2014TiDB offers a robust and adaptable solution. Its ability to support large-scale transactional workloads, deliver high availability with automatic failover, and eliminate the complexities of manual sharding makes it an ideal choice for businesses with dynamic scaling requirements.<\/p>\n\n\n\n<p>TiDB\u2019s proven success at Flipkart demonstrates its value in enabling e-commerce platforms to deliver exceptional performance and service reliability while preparing for future growth and innovation.<\/p>","protected":false},"excerpt":{"rendered":"<p>Flipkart, India&#8217;s largest e-commerce company, serves over 400 million users and facilitates over 10 million daily page visits. With Walmart as its majority stakeholder, Flipkart is known for its robust operations, handling over 8 million monthly shipments across 22 warehouses. During its annual shopping festival, &#8220;The Big Billion Days,&#8221; Flipkart manages billions of visits and [&hellip;]<\/p>\n","protected":false},"author":273,"featured_media":21439,"template":"","tags":[16,10,14,11,9,111],"customer":[292],"industry":[283],"class_list":["post-21186","case-study","type-case-study","status-publish","has-post-thumbnail","hentry","tag-distributed-system","tag-htap","tag-mysql","tag-real-time-analytics","tag-scalability","tag-tidb","customer-flipkart","industry-ecommerce"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Transforming Database Management and Reducing Complexity<\/title>\n<meta name=\"description\" content=\"Flipkart chose TiDB for its unique ability to address these critical pain points, particularly within its Coin Manager platform.\u00a0\" \/>\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\/case-study\/flipkart-transforming-database-management-and-reducing-complexity-with-tidb\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Transforming Database Management and Reducing Complexity\" \/>\n<meta property=\"og:description\" content=\"Flipkart chose TiDB for its unique ability to address these critical pain points, particularly within its Coin Manager platform.\u00a0\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pingcap.com\/ko\/case-study\/flipkart-transforming-database-management-and-reducing-complexity-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-10-07T03:29:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/static.pingcap.com\/files\/2024\/09\/06202833\/Flipkart-3-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"3125\" \/>\n\t<meta property=\"og:image:height\" content=\"1042\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@PingCAP\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.pingcap.com\/case-study\/flipkart-transforming-database-management-and-reducing-complexity-with-tidb\/\",\"url\":\"https:\/\/www.pingcap.com\/case-study\/flipkart-transforming-database-management-and-reducing-complexity-with-tidb\/\",\"name\":\"Transforming Database Management and Reducing Complexity\",\"isPartOf\":{\"@id\":\"https:\/\/www.pingcap.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.pingcap.com\/case-study\/flipkart-transforming-database-management-and-reducing-complexity-with-tidb\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.pingcap.com\/case-study\/flipkart-transforming-database-management-and-reducing-complexity-with-tidb\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/static.pingcap.com\/files\/2024\/09\/06202833\/Flipkart-3-1.png\",\"datePublished\":\"2024-09-30T06:48:53+00:00\",\"dateModified\":\"2024-10-07T03:29:04+00:00\",\"description\":\"Flipkart chose TiDB for its unique ability to address these critical pain points, particularly within its Coin Manager platform.\u00a0\",\"breadcrumb\":{\"@id\":\"https:\/\/www.pingcap.com\/case-study\/flipkart-transforming-database-management-and-reducing-complexity-with-tidb\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.pingcap.com\/case-study\/flipkart-transforming-database-management-and-reducing-complexity-with-tidb\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.pingcap.com\/case-study\/flipkart-transforming-database-management-and-reducing-complexity-with-tidb\/#primaryimage\",\"url\":\"https:\/\/static.pingcap.com\/files\/2024\/09\/06202833\/Flipkart-3-1.png\",\"contentUrl\":\"https:\/\/static.pingcap.com\/files\/2024\/09\/06202833\/Flipkart-3-1.png\",\"width\":3125,\"height\":1042},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.pingcap.com\/case-study\/flipkart-transforming-database-management-and-reducing-complexity-with-tidb\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.pingcap.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Case Studies\",\"item\":\"https:\/\/www.pingcap.com\/customers\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Flipkart: Transforming Database Management and Reducing Complexity 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":"Transforming Database Management and Reducing Complexity","description":"Flipkart chose TiDB for its unique ability to address these critical pain points, particularly within its Coin Manager platform.\u00a0","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\/case-study\/flipkart-transforming-database-management-and-reducing-complexity-with-tidb\/","og_locale":"ko_KR","og_type":"article","og_title":"Transforming Database Management and Reducing Complexity","og_description":"Flipkart chose TiDB for its unique ability to address these critical pain points, particularly within its Coin Manager platform.\u00a0","og_url":"https:\/\/www.pingcap.com\/ko\/case-study\/flipkart-transforming-database-management-and-reducing-complexity-with-tidb\/","og_site_name":"TiDB","article_publisher":"https:\/\/facebook.com\/pingcap2015","article_modified_time":"2024-10-07T03:29:04+00:00","og_image":[{"width":3125,"height":1042,"url":"https:\/\/static.pingcap.com\/files\/2024\/09\/06202833\/Flipkart-3-1.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@PingCAP","twitter_misc":{"Est. reading time":"8\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.pingcap.com\/case-study\/flipkart-transforming-database-management-and-reducing-complexity-with-tidb\/","url":"https:\/\/www.pingcap.com\/case-study\/flipkart-transforming-database-management-and-reducing-complexity-with-tidb\/","name":"Transforming Database Management and Reducing Complexity","isPartOf":{"@id":"https:\/\/www.pingcap.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.pingcap.com\/case-study\/flipkart-transforming-database-management-and-reducing-complexity-with-tidb\/#primaryimage"},"image":{"@id":"https:\/\/www.pingcap.com\/case-study\/flipkart-transforming-database-management-and-reducing-complexity-with-tidb\/#primaryimage"},"thumbnailUrl":"https:\/\/static.pingcap.com\/files\/2024\/09\/06202833\/Flipkart-3-1.png","datePublished":"2024-09-30T06:48:53+00:00","dateModified":"2024-10-07T03:29:04+00:00","description":"Flipkart chose TiDB for its unique ability to address these critical pain points, particularly within its Coin Manager platform.\u00a0","breadcrumb":{"@id":"https:\/\/www.pingcap.com\/case-study\/flipkart-transforming-database-management-and-reducing-complexity-with-tidb\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pingcap.com\/case-study\/flipkart-transforming-database-management-and-reducing-complexity-with-tidb\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.pingcap.com\/case-study\/flipkart-transforming-database-management-and-reducing-complexity-with-tidb\/#primaryimage","url":"https:\/\/static.pingcap.com\/files\/2024\/09\/06202833\/Flipkart-3-1.png","contentUrl":"https:\/\/static.pingcap.com\/files\/2024\/09\/06202833\/Flipkart-3-1.png","width":3125,"height":1042},{"@type":"BreadcrumbList","@id":"https:\/\/www.pingcap.com\/case-study\/flipkart-transforming-database-management-and-reducing-complexity-with-tidb\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.pingcap.com\/"},{"@type":"ListItem","position":2,"name":"Case Studies","item":"https:\/\/www.pingcap.com\/customers\/"},{"@type":"ListItem","position":3,"name":"Flipkart: Transforming Database Management and Reducing Complexity 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":"<div class=\"card-case-study\"><div class=\"card-case-study__image-container\"><img class=\"card-case-study__image\" alt=\"Flipkart\u53cd\u767d\" src=\"https:\/\/static.pingcap.com\/files\/2024\/10\/06202702\/Flipkart%E5%8F%8D%E7%99%BD.png\" loading=\"lazy\" width=540 height=180 \/><\/div><span class=\"card-case-study__title\">Flipkart: Transforming Database Management and Reducing Complexity with TiDB<\/span><div class=\"card-case-study__button\"><a class=\"button--secondary\" href=\"https:\/\/www.pingcap.com\/ko\/case-study\/flipkart-transforming-database-management-and-reducing-complexity-with-tidb\/\" target=\"_blank\">View Case Study<\/a><\/div><\/div>","_links":{"self":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/case-study\/21186","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/case-study"}],"about":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/types\/case-study"}],"author":[{"embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/users\/273"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/media\/21439"}],"wp:attachment":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/media?parent=21186"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/tags?post=21186"},{"taxonomy":"customer","embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/customer?post=21186"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/industry?post=21186"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}