{"id":23781,"date":"2025-09-20T05:35:32","date_gmt":"2025-09-20T12:35:32","guid":{"rendered":"https:\/\/www.pingcap.com\/?post_type=case-study&#038;p=23781"},"modified":"2025-10-12T19:43:09","modified_gmt":"2025-10-13T02:43:09","slug":"sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling","status":"publish","type":"case-study","link":"https:\/\/www.pingcap.com\/ko\/case-study\/sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling\/","title":{"rendered":"SB Payment Service Adopts Distributed SQL for Zero-Downtime Scaling"},"content":{"rendered":"<p><em>This post has been translated and adapted from the original EnterpriseZine article, <\/em><a href=\"https:\/\/enterprisezine.jp\/article\/detail\/18980\"><em>SB Payment Service Adopts &#8216;TiDB&#8217; for Payment Systems<\/em><\/a><\/p>\n\n\n\n<p>SB Payment Service, a member of the SoftBank Group, specializes in payment and financial solutions. It offers a wide range of services, including online and in-store payment options, marketing support, and AI-driven fraud detection. Its systems are integral to numerous businesses, and a system failure could significantly impact both economic activities and societal functions.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Exploring_SB_Payment_Services_Adoption_of_Distributed_SQL_Databases\"><\/span>Exploring SB Payment Service\u2019s Adoption of Distributed SQL Databases<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The rapid growth of online payment services led to increasing demand for highly scalable payment systems. To meet mission-critical requirements, SB Payment Service adopted <a href=\"https:\/\/www.pingcap.com\/ko\/tidb-cloud-dedicated\/\">\ud2f0DB<\/a>, an advanced distributed SQL database.<\/p>\n\n\n\n<p>The SoftBank Group has three companies in the payment sector: PayPay Corporation, PayPay Card Corporation, and SB Payment Service. While PayPay Corporation and PayPay Card Corporation cater to consumer-facing payment services, SB Payment Service primarily focuses on B2B operations. This includes onboarding merchants for payment services, enabling online transactions for e-commerce platforms, and deploying versatile payment terminals in physical stores. Additionally, SB Payment Service issues prepaid cards and manages carrier payment systems in collaboration with SoftBank Corporation.<\/p>\n\n\n\n<p>&#8220;We offer a wide variety of payment services,&#8221; explained Takashi Takaramoto, Director of System Headquarters. For such a diverse portfolio, having a highly-reliable system infrastructure is essential. Furthermore, as the business grows, scalability becomes increasingly critical. &#8220;Online payments handle hundreds of transactions per second. We needed a robust solution capable of managing such demands,&#8221; added Takaramoto. &#8220;We were very interested in distributed SQL databases as a solution to meet those requirements,&#8221; said Junya Suzuki, Head of System Operations Control.<\/p>\n\n\n\n<p><a href=\"\/ko\/blog\/why-distributed-sql-databases-elevate-modern-app-dev\/\">Distributed SQL databases<\/a> offer the horizontal scalability of NoSQL while maintaining the strong ACID (Atomicity, Consistency, Isolation, Durability) consistency of traditional RDBMSs. Despite their potential, distributed SQL databases are often perceived as complex and not user friendly. This made the team\u2019s process to select a suitable database challenging.<\/p>\n\n\n\n<p>When they began seriously exploring new database technologies around November 2021, a highly regarded distributed database was initially the top choice. &#8220;However, that database was incompatible with our existing database engine and had very few domestic use cases, so we ultimately decided not to adopt it,&#8221; explained Suzuki. Later, in early 2022, TiDB emerged as a new contender.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Why_SB_Payment_Service_Chose_TiDB\"><\/span>Why SB Payment Service Chose TiDB<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>TiDB not only offers <a href=\"https:\/\/docs.pingcap.com\/tidb\/stable\/mysql-compatibility\">compatibility with MySQL<\/a>, which is widely used at SB Payment Service, but also has a proven track record within SoftBank Group companies. After gathering information, the SB Payment Service team attended TiDB User Day 2022 to learn more. &#8220;What stood out to us the most was the level of enthusiasm from the users at this conference. Seeing users passionately recommend &#8216;great support&#8217;\u2014not as vendors, but as fellow users\u2014made me think, &#8216;This is the real deal,&#8217; and we decided to try it out right away,&#8221; said Suzuki.<\/p>\n\n\n\n<p>At that time, PingCAP had also started offering a cloud-based managed service, <a href=\"\/ko\/tidb-cloud-dedicated\/\">TiDB Cloud<\/a>, which made it possible to use TiDB immediately. As a result, from the end of 2022 into the following year, SB Payment Service launched a PoC to evaluate TiDB. &#8220;We verified whether applications running on the existing MySQL-based platform could work with TiDB&#8221;, explained Ryutaro Maejima. During the PoC, they also conducted performance tests, comparing TiDB with their existing database under the same configuration to see how it performed.<\/p>\n\n\n\n<p>The verification was conducted through a collaborative effort between platform operation managers and application managers. TiDB was set up in the existing development environment, and tests were carried out using both production-level workloads and additional workloads to apply higher loads. Additionally, failure tests were performed, and with the cooperation of PingCAP, instances were intentionally dropped to thoroughly check how recovery could be achieved.<\/p>\n\n\n\n<p>As a result of the verification, it was confirmed that TiDB could handle a sufficient number of transactions, surpassing the performance of the existing database. Furthermore, the downtime caused by switching the read replica during updates or failures, which was an issue with the existing database, was significantly reduced with TiDB. &#8220;The ability to drastically reduce the switch time is a clear strength of TiDB as a distributed SQL database,&#8221; said Haine Takano. Regarding compatibility with MySQL, he emphasized that for the applications tested, &#8220;We only had to change the database connection to TiDB and verify the SQL execution plans, there was no need to modify any of the code.&#8221;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Zero-Downtime_Scaling_During_Failures_or_Updates\"><\/span>Zero-Downtime Scaling During Failures or Updates<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>With specifications equivalent to the existing database, TiDB outperformed in terms of performance. Even when Suzuki migrated the application he had built to TiDB, the processing performance was approximately 1.7 times greater than the previous system. Additionally, TiDB\u2019s high compatibility with MySQL meant there was no need to modify the application, which was another key advantage. Most importantly, TiDB significantly reduced the downtime required for recovery during failures or updates.<\/p>\n\n\n\n<p>In terms of easing operational difficulties, Maejima noted, &#8220;It will likely be at least three times easier than before.&#8221; Daichi Kimura, Acting Promotion Section Chief of System Operations Control, shared that when he saw the results of the failure tests during the evaluation, he thought, &#8220;The results were so good that I wondered if we had tested enough.&#8221;<\/p>\n\n\n\n<p>Another key advantage of TiDB is its &#8220;flexibility in expansion&#8221;. In TiDB, the TiDB Cluster, which handles SQL processing, and the TiKV Cluster, which stores data, are independent of each other. As a result, &#8220;if the SQL processing load is high, you can expand just the SQL engine, and if you need more capacity, you can expand only the storage. The ability to expand them separately based on needs is a major advantage&#8221;, said Maejima.<\/p>\n\n\n\n<p>Based on these factors, SB Payment Service concluded that &#8220;TiDB is also effective in the production environment of payment services.&#8221; However, the risk of drastically replacing the existing stable payment system was too high. On the other hand, adopting TiDB in a small-scale system with minimal business impact would not allow &#8220;TiDB\u2019s strengths to shine,&#8221; said\u00a0Takaramoto. As a result, they decided to implement TiDB in a new payment system where its performance could be fully utilized.<\/p>\n\n\n\n<p>The target is an online payment system that is expected to grow significantly in the future. As it is essential to expand it gradually, TiDB became the ideal choice due to its flexibility in scaling. This new payment system project progressed smoothly, and the cutover to TiDB was successfully completed in October 2023. &#8220;This service is probably well-known to everyone in Japan, and the volume of data that can be expected to grow far exceeds what we originally imagined. It is expected to continue growing on an extraordinary scale,&#8221; said Takano.<\/p>\n\n\n\n<p>For SB Payment Service, this marked the first project to deploy TiDB in a production environment, and the implementation proceeded smoothly without significant issues. One challenge involved preventing database bloat by efficiently removing unnecessary data from partitioned tables. The team was initially unsure how to achieve this without impacting the system\u2019s performance. However, after consulting PingCAP, they were introduced to the &#8220;Dumpling command,&#8221; which resolved the issue promptly and effectively.<\/p>\n\n\n\n<p>Maejima praised PingCAP&#8217;s support services, describing them as &#8220;highly satisfactory from PoC to production.&#8221; During failure testing, PingCAP promptly addressed requests to drop service instances\u2014actions typically declined by other cloud vendors. Additionally, they identified and resolved slow query issues in the production system by analyzing internal performance metrics and providing actionable recommendations. &#8220;PingCAP monitors performance changes even after the system goes live and alerts us before problems occur, giving us a strong sense of security. Their response speed and attentiveness are truly impressive,&#8221; said Takano.<\/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>Through various projects, the benefits of TiDB have become increasingly evident. Looking ahead, one team member expressed their aspirations: &#8220;I want it to become a widely recognized database product that everyone knows.&#8221; Beyond its operational reliability, the current cloud version ensures availability with multi-AZ (Availability Zones). In the future, it is expected to support multi-region configurations, further enhancing its ability to handle site-level failures.<\/p>\n\n\n\n<p>Kimura also highlighted the ease of use of TiDB Cloud, noting that most management tasks within its console can be completed with a single click. Additionally, the integrated monitoring dashboard has revealed inefficiencies and operational issues that were previously unnoticed, providing valuable insights for improving system management.<\/p>\n\n\n\n<p>Following the successful implementation and operation of TiDB in the new payment system, Takaramoto said, &#8220;TiDB will be positioned as one of the core databases in our company.&#8221; He expressed confidence that as the business grows, the adoption of TiDB across more systems will inevitably increase. To further encourage widespread adoption, he emphasized the importance of PingCAP showcasing additional TiDB use cases, enabling SB Payment Service to leverage these examples and drive market growth.<\/p>","protected":false},"excerpt":{"rendered":"<p>This post has been translated and adapted from the original EnterpriseZine article, SB Payment Service Adopts &#8216;TiDB&#8217; for Payment Systems SB Payment Service, a member of the SoftBank Group, specializes in payment and financial solutions. It offers a wide range of services, including online and in-store payment options, marketing support, and AI-driven fraud detection. Its [&hellip;]<\/p>\n","protected":false},"author":178,"featured_media":23783,"template":"","tags":[16,14,9,31],"customer":[338],"industry":[184],"class_list":["post-23781","case-study","type-case-study","status-publish","has-post-thumbnail","hentry","tag-distributed-system","tag-mysql","tag-scalability","tag-tidb-cloud","customer-sbps","industry-fintech"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SB Payment Service Adopts Distributed SQL for Seamless Scaling<\/title>\n<meta name=\"description\" content=\"Discover how SB Payment Service enhanced scalability and reliability in their payment systems with the distributed SQL database TiDB.\" \/>\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\/sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SB Payment Service Adopts Distributed SQL for Seamless Scaling\" \/>\n<meta property=\"og:description\" content=\"Discover how SB Payment Service enhanced scalability and reliability in their payment systems with the distributed SQL database TiDB.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pingcap.com\/ko\/case-study\/sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling\/\" \/>\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=\"2025-10-13T02:43:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/static.pingcap.com\/files\/2024\/12\/03002506\/sbps_kv_01.png\" \/>\n\t<meta property=\"og:image:width\" content=\"900\" \/>\n\t<meta property=\"og:image:height\" content=\"300\" \/>\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=\"7\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\/sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling\/\",\"url\":\"https:\/\/www.pingcap.com\/case-study\/sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling\/\",\"name\":\"SB Payment Service Adopts Distributed SQL for Seamless Scaling\",\"isPartOf\":{\"@id\":\"https:\/\/www.pingcap.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.pingcap.com\/case-study\/sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.pingcap.com\/case-study\/sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/static.pingcap.com\/files\/2024\/12\/03002506\/sbps_kv_01.png\",\"datePublished\":\"2025-09-20T12:35:32+00:00\",\"dateModified\":\"2025-10-13T02:43:09+00:00\",\"description\":\"Discover how SB Payment Service enhanced scalability and reliability in their payment systems with the distributed SQL database TiDB.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.pingcap.com\/case-study\/sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.pingcap.com\/case-study\/sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.pingcap.com\/case-study\/sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling\/#primaryimage\",\"url\":\"https:\/\/static.pingcap.com\/files\/2024\/12\/03002506\/sbps_kv_01.png\",\"contentUrl\":\"https:\/\/static.pingcap.com\/files\/2024\/12\/03002506\/sbps_kv_01.png\",\"width\":900,\"height\":300},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.pingcap.com\/case-study\/sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling\/#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\":\"SB Payment Service Adopts Distributed SQL for Zero-Downtime Scaling\"}]},{\"@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":"SB Payment Service Adopts Distributed SQL for Seamless Scaling","description":"Discover how SB Payment Service enhanced scalability and reliability in their payment systems with the distributed SQL database TiDB.","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\/sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling\/","og_locale":"ko_KR","og_type":"article","og_title":"SB Payment Service Adopts Distributed SQL for Seamless Scaling","og_description":"Discover how SB Payment Service enhanced scalability and reliability in their payment systems with the distributed SQL database TiDB.","og_url":"https:\/\/www.pingcap.com\/ko\/case-study\/sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling\/","og_site_name":"TiDB","article_publisher":"https:\/\/facebook.com\/pingcap2015","article_modified_time":"2025-10-13T02:43:09+00:00","og_image":[{"width":900,"height":300,"url":"https:\/\/static.pingcap.com\/files\/2024\/12\/03002506\/sbps_kv_01.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@PingCAP","twitter_misc":{"Est. reading time":"7\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.pingcap.com\/case-study\/sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling\/","url":"https:\/\/www.pingcap.com\/case-study\/sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling\/","name":"SB Payment Service Adopts Distributed SQL for Seamless Scaling","isPartOf":{"@id":"https:\/\/www.pingcap.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.pingcap.com\/case-study\/sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling\/#primaryimage"},"image":{"@id":"https:\/\/www.pingcap.com\/case-study\/sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling\/#primaryimage"},"thumbnailUrl":"https:\/\/static.pingcap.com\/files\/2024\/12\/03002506\/sbps_kv_01.png","datePublished":"2025-09-20T12:35:32+00:00","dateModified":"2025-10-13T02:43:09+00:00","description":"Discover how SB Payment Service enhanced scalability and reliability in their payment systems with the distributed SQL database TiDB.","breadcrumb":{"@id":"https:\/\/www.pingcap.com\/case-study\/sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pingcap.com\/case-study\/sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.pingcap.com\/case-study\/sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling\/#primaryimage","url":"https:\/\/static.pingcap.com\/files\/2024\/12\/03002506\/sbps_kv_01.png","contentUrl":"https:\/\/static.pingcap.com\/files\/2024\/12\/03002506\/sbps_kv_01.png","width":900,"height":300},{"@type":"BreadcrumbList","@id":"https:\/\/www.pingcap.com\/case-study\/sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling\/#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":"SB Payment Service Adopts Distributed SQL for Zero-Downtime Scaling"}]},{"@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=\"SBPS-logo-white\" src=\"https:\/\/static.pingcap.com\/files\/2024\/12\/03004537\/SBPS-logo-white.png\" loading=\"lazy\" width=733 height=100 \/><\/div><span class=\"card-case-study__title\">SB Payment Service Adopts Distributed SQL for Zero-Downtime Scaling<\/span><div class=\"card-case-study__button\"><a class=\"button--secondary\" href=\"https:\/\/www.pingcap.com\/ko\/case-study\/sb-payment-service-adopts-distributed-sql-for-zero-downtime-scaling\/\" target=\"_blank\">View Case Study<\/a><\/div><\/div>","_links":{"self":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/case-study\/23781","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\/178"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/media\/23783"}],"wp:attachment":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/media?parent=23781"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/tags?post=23781"},{"taxonomy":"customer","embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/customer?post=23781"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/industry?post=23781"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}