{"id":11049,"date":"2025-02-20T05:33:02","date_gmt":"2025-02-20T13:33:02","guid":{"rendered":"https:\/\/www.pingcap.com\/?post_type=case-study&#038;p=11049"},"modified":"2025-04-24T02:46:09","modified_gmt":"2025-04-24T09:46:09","slug":"catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance","status":"publish","type":"case-study","link":"https:\/\/www.pingcap.com\/ko\/case-study\/catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance\/","title":{"rendered":"Catalyst Rearchitects Core SaaS Platform with TiDB for Up To 60x Performance Boost"},"content":{"rendered":"<p>Catalyst, a cutting-edge software-as-a-service (SaaS) platform, serves the needs of customer success teams, product managers, marketers, and data scientists. It stands out as the world&#8217;s premier Customer Success Platform (CSP), expertly crafted by a team of industry leaders.<\/p>\n\n\n\n<p>Catalyst seamlessly integrates with your existing tools, delivering a unified hub for customer data. With Catalyst, customer success managers gain the ability to proactively address potential churn risks, receiving automated alerts when customers neglect critical features essential for their success.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"The_Challenge_SaaS_with_Mixed_Data_Workloads\"><\/span>The Challenge: SaaS with Mixed Data Workloads<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Catalyst&#8217;s SaaS platform deals with a large amount of data. It consolidates data from a wide range of sources including Salesforce, Mixpanel, and PostgreSQL. It then moves data into the Catalyst ecosystem for processing, analytics, and actionable insights.&nbsp;<\/p>\n\n\n\n<p>This platform works with three major data types:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Transactional objects<\/strong>: Includes internally-created notes and tasks, as well as externally-collected data objects from Salesforce, Zendesk, and others.&nbsp;<\/li>\n\n\n\n<li><strong>Read-only objects<\/strong>: Ticket objects collected from platforms including Jira and Zendesk.&nbsp;<\/li>\n\n\n\n<li><strong>Time series objects: <\/strong>The platform&#8217;s most important data type.<strong> <\/strong>When the Catalyst team was looking for a new database, one of their main requirements was if it could handle these kinds of objects.&nbsp;<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"The_Problem_Legacy_Data_Architecture_and_Its_Bottlenecks\"><\/span>The Problem: Legacy Data Architecture (and Its Bottlenecks)&nbsp;<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>It took a while for Catalyst to find the best database and data architecture for its SaaS platform.&nbsp;<\/p>\n\n\n\n<p>In the beginning, Catalyst used Ruby on Rails and PostgreSQL to manage all externally collected data from diverse sources. However, as its business grew and data sources multiplied rapidly, PostgreSQL struggled to meet their evolving demands. The company initially tried to remedy this issue by storing the data as JSON documents, but query performance was heavily impacted.&nbsp;<\/p>\n\n\n\n<p>From there, the team turned to pre-caching. They adopted Elasticsearch to store the results in order to respond to customers\u2019 queries more quickly. However, because Elasticsearch doesn\u2019t support SQL-style JOINs, Catalyst had to precompute everything before storing it in Elasticsearch. Due to the increased amount of data being stored, costs skyrocketed.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Defining SaaS Requirements<\/h3>\n\n\n\n<p>As a result, Catalyst decided to rearchitect its tech stack with a new database at its heart that could:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Withstand <a href=\"https:\/\/www.pingcap.com\/ko\/blog\/htap-demystified-defining-modern-data-architecture-tidb\/\">hybrid transaction\/analytical processing (HTAP)<\/a> workloads<\/strong>: The company has to deal with transactional, read-only objects, and time series data. They need a solution, either a single database or a database combination, that can handle both transactional and analytical workloads.&nbsp;<\/li>\n\n\n\n<li><strong>Respond at speed<\/strong>: The new database solution must be more agile than Catalyst\u2019s previous solution\u2014especially in query speed and user interface performance. It must respond to queries in subseconds at low latency.&nbsp;<\/li>\n\n\n\n<li><strong>Handle complicated and highly customized data<\/strong>: Catalyst\u2019s customers can customize many settings including queries, data transformations, and relationships, both inside the platform and on  Salesforce and Zendesk. The combination of custom objects integrated with many custom fields can be quite complicated. The new solution has to be able to handle such situations.&nbsp;<\/li>\n\n\n\n<li><strong>Be <a href=\"https:\/\/docs.pingcap.com\/tidbcloud\/high-availability-with-multi-az\">highly available<\/a><\/strong>: Catalyst needs to be very responsive to their customers. Keeping their system up is Catalyst\u2019s top priority. In some cases when Catalyst was down, they got hit up by customers within tens of seconds. Therefore, the new database solution must be highly available to help Catalyst survive possible disasters.&nbsp;<\/li>\n\n\n\n<li><strong>Be <a href=\"https:\/\/docs.pingcap.com\/tidb-in-kubernetes\/stable\/scale-a-tidb-cluster\">horizontally scalable<\/a><\/strong>: Scalability is another must-have. The company deals with a huge volume of data, and the volume will keep expanding. The new solution must easily scale to an enormous size.&nbsp;<\/li>\n\n\n\n<li><strong>Be strongly consistent<\/strong>: Data consistency is another requirement. But given that it is extremely hard to keep strong consistency throughout the entire system\u2014due to so much data processing\u2014 Catalyst was accepting eventual consistency.&nbsp;<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"The_Solution_Re-architecting_SaaS_with_TiDB_to_Scale_for_Future_Growth\"><\/span>The Solution: Re-architecting SaaS with TiDB to Scale for Future Growth<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>To address their existing issues, the Catalyst team redesigned their entire data processing and storage system. That&#8217;s when they discovered <a href=\"https:\/\/www.pingcap.com\/ko\/tidb\/\">\ud2f0DB<\/a>, the most advanced open-source <a href=\"https:\/\/www.pingcap.com\/ko\/blog\/why-distributed-sql-databases-elevate-modern-app-dev\/\">distributed SQL database<\/a> with HTAP capabilities.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">TiDB Outperforms<strong>&nbsp;<\/strong><\/h3>\n\n\n\n<p>The company was careful with their choices of a new database. They investigated TiDB along with two other options: Amazon Aurora and YugabyteDB, each coupled with AWS Timestream. Both options combine an online transactional processing (OLTP) database and a time series database.&nbsp;<\/p>\n\n\n\n<p>Catalyst tested the three candidates by running large real-world datasets from their internal Salesforce and Jira instances. Under this heavy load, they simultaneously and continuously ran a subset of queries. The query response speed was among the most important evaluation criteria.&nbsp;<\/p>\n\n\n\n<p>TiDB responded to both representative and aggregation queries in seconds\u2014much faster than the other options. In regards to time series aggregation queries, TiDB was also agile enough to return results in approximately 7 seconds. The following table summarizes some key test results.&nbsp;<\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-table\">\n<table style=\"width: 100%; height: 125px;\">\n<tbody>\n<tr style=\"height: 23px;\">\n<td style=\"width: 33.2143%; text-align: center; height: 23px;\">\u00a0<\/td>\n<td style=\"text-align: center; width: 66.6666%; height: 23px;\" colspan=\"3\"><strong>Query speed(s)<\/strong><\/td>\n<\/tr>\n<tr style=\"height: 46px;\">\n<td style=\"width: 33.2143%; text-align: center; height: 46px;\"><strong>Key indicators<\/strong><\/td>\n<td style=\"width: 23.2143%; text-align: center; height: 46px;\"><strong>Amazon Aurora &amp; AWS Timestream<\/strong><\/td>\n<td style=\"width: 26.6666%; text-align: center; height: 46px;\"><strong>YugabyteDB &amp; AWS Timestream<\/strong><\/td>\n<td style=\"width: 16.7857%; text-align: center; height: 46px;\"><strong>\ud2f0DB<\/strong><\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"width: 33.2143%; text-align: center; height: 23px;\">Representative queries<\/td>\n<td style=\"text-align: center; width: 49.8809%; height: 23px;\" colspan=\"2\">~30<\/td>\n<td style=\"width: 16.7857%; text-align: center; height: 23px;\">~3\u00a0<\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"width: 33.2143%; text-align: center; height: 10px;\">Aggregation queries<\/td>\n<td style=\"text-align: center; width: 49.8809%; height: 10px;\" colspan=\"2\">~120\u00a0<\/td>\n<td style=\"width: 16.7857%; text-align: center; height: 10px;\">~2<\/td>\n<\/tr>\n<tr style=\"height: 23px;\">\n<td style=\"width: 33.2143%; text-align: center; height: 23px;\">Time series aggregation queries<\/td>\n<td style=\"text-align: center; width: 49.8809%; height: 23px;\" colspan=\"2\">Did not test<\/td>\n<td style=\"width: 16.7857%; text-align: center; height: 23px;\">~7<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/figure>\n\n\n\n<p class=\"has-text-align-center\"><em>Figure 1. Key test results.<\/em><\/p>\n\n\n\n<p>As shown above, the types of queries were:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Representative queries:<\/strong> The queries that customers were most interested in.&nbsp;<\/li>\n\n\n\n<li><strong>Aggregation queries:<\/strong> Primarily computations based on complicated JOINs.&nbsp;<\/li>\n\n\n\n<li><strong>Time series aggregation queries:<\/strong> Catalyst did not test time series aggregation queries on Amazon Aurora and YugabyteDB because of limited time and TiDB\u2019s impressive performance.&nbsp;<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Rearchitecting SaaS for Success<\/h3>\n\n\n\n<p>The new data architecture powering Catalyst&#8217;s SaaS platform has five distinct data layers, as shown in the below diagram: <\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1998\" height=\"1222\" src=\"https:\/\/static.pingcap.com\/files\/2023\/12\/07181412\/The-new-data-architecture-running-Catalysts-SaaS-platform.png\" alt=\"\" class=\"wp-image-15006\" srcset=\"https:\/\/static.pingcap.com\/files\/2023\/12\/07181412\/The-new-data-architecture-running-Catalysts-SaaS-platform.png 1998w, https:\/\/static.pingcap.com\/files\/2023\/12\/07181412\/The-new-data-architecture-running-Catalysts-SaaS-platform-300x183.png 300w, https:\/\/static.pingcap.com\/files\/2023\/12\/07181412\/The-new-data-architecture-running-Catalysts-SaaS-platform-1024x626.png 1024w, https:\/\/static.pingcap.com\/files\/2023\/12\/07181412\/The-new-data-architecture-running-Catalysts-SaaS-platform-768x470.png 768w, https:\/\/static.pingcap.com\/files\/2023\/12\/07181412\/The-new-data-architecture-running-Catalysts-SaaS-platform-1536x939.png 1536w, https:\/\/static.pingcap.com\/files\/2023\/12\/07181412\/The-new-data-architecture-running-Catalysts-SaaS-platform-1440x881.png 1440w\" sizes=\"auto, (max-width: 1998px) 100vw, 1998px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center\"><em>Figure 2. The new data architecture running Catalyst&#8217;s SaaS platform.&nbsp;<\/em><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Data ingestion layer<\/strong>: Raw data enters Fivetran, an automated data movement platform.<\/li>\n\n\n\n<li><strong>Data lake layer<\/strong>: Databricks acts as a centralized repository that stores, processes, and secures this raw data.<\/li>\n\n\n\n<li><strong>Spark layer<\/strong>: Apache Spark combines objects, performs pre-computations, and enriches the data.<\/li>\n\n\n\n<li><strong>Data serving layer<\/strong>: A new element of the architecture, Catalyst selected TiDB to store preprocessed data for customer queries that directly impacts end-user experience.<\/li>\n<\/ol>\n\n\n\n<p>The layers below the data serving layer do not have to be in real time. However, at the data serving layer, Catalyst requires sub-second latency\u2014so customers can receive the data they need instantly.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"The_Results\"><\/span>The Results<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>By adopting TiDB, Catalyst&#8217;s new data architecture now provides:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Outstanding query response time<\/strong>: Depending on the type of query, TiDB\u2019s response time was up to 60x faster than its competitors. This is the most important reason Catalyst selected TiDB.&nbsp;<\/li>\n\n\n\n<li><strong><a href=\"https:\/\/docs.pingcap.com\/tidb\/dev\/ddl-introduction\">Online DDL<\/a> \uadf8\ub9ac\uace0 <a href=\"https:\/\/docs.pingcap.com\/tidb\/stable\/dev-guide-schema-design-overview\">schema changes<\/a><\/strong>: TiDB supports online DDL without impacting the online business. TiDB also offers worry-free schema changes and allows Catalyst to add or drop indexes much faster, especially for large tables. <\/li>\n\n\n\n<li><strong>A single database with HTAP capabilities<\/strong>: TiDB is a distributed SQL database with HTAP capabilities. Of the three options evaluated, TiDB could handle both object data and time series data in a single tech stack. Not only is this highly efficient, but it also saves Catalyst a lot of time, effort, and money.&nbsp;<\/li>\n\n\n\n<li><strong>Horizontal scalability<\/strong>: This requirement meets Catalyst\u2019s business need to respond to expanding data volume. TiDB also separates its compute and storage layers, allowing Catalyst to scale out each layer separately. This helps the company control costs.&nbsp;<\/li>\n\n\n\n<li><strong>Fast and automatic failover<\/strong>: TiDB uses the Raft consensus algorithm to ensure data is highly available and safely replicated throughout storage. Additionally, TiDB offers a choice of <a href=\"https:\/\/www.pingcap.com\/ko\/blog\/disaster-recovery-for-databases-how-it-evolves-over-years\/\">multiple disaster recovery solutions<\/a>, each of which applies to different scenarios with flexible costs.&nbsp;<\/li>\n\n\n\n<li><strong>Multi-cloud capabilities<\/strong>: For flexibility, Catalyst straddles two clouds: some workloads run on Google Cloud Platform (GCP), while some run on Amazon Web Services (AWS). <a href=\"https:\/\/www.pingcap.com\/ko\/tidb-dedicated\/\">TiDB Dedicated<\/a>, a fully-managed cloud TiDB-as-a-Service solution, was a perfect fit for their needs as it can be deployed across any cloud. &nbsp;<\/li>\n<\/ul>\n\n\n\n<p>Catalyst&#8217;s SaaS platform now guarantees better customer experience with faster query responses, enhanced system resilience, expanded data storage, and improved processing and analytical capabilities. The company also reduced their overall storage, operation, and cost reductions across storage, operations, and maintenance.&nbsp;<\/p>","protected":false},"excerpt":{"rendered":"<p>By adopting TiDB, Catalyst&#8217;s SaaS platform now guarantees better customer experience with faster query responses, a more resilient system, as well as amplified data storage, processing, and analytical capabilities. The company also reduced their overall storage, operation, and maintenance costs. <\/p>","protected":false},"author":8,"featured_media":17217,"template":"","tags":[248,246,245,236],"customer":[187],"industry":[183],"class_list":["post-11049","case-study","type-case-study","status-publish","has-post-thumbnail","hentry","tag-data-serving-layer","tag-horizontal-scalability","tag-query-performance","tag-tidb-dedicated","customer-catalyst","industry-saas"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SaaS Reimagined: Catalyst Selects TiDB for 60x Performance Gain<\/title>\n<meta name=\"description\" content=\"Discover how Catalyst rebuilt its core SaaS platform with TiDB for faster performance, horizontal scalability, and mixed workload processing.\" \/>\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\/catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SaaS Reimagined: Catalyst Selects TiDB for 60x Performance Gain\" \/>\n<meta property=\"og:description\" content=\"Discover how Catalyst rebuilt its core SaaS platform with TiDB for faster performance, horizontal scalability, and mixed workload processing.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pingcap.com\/ko\/case-study\/catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance\/\" \/>\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-04-24T09:46:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/static.pingcap.com\/files\/2023\/02\/13170336\/pingcap_linkedin_1200x627.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2400\" \/>\n\t<meta property=\"og:image:height\" content=\"1254\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/static.pingcap.com\/files\/2023\/02\/13170441\/pingcap_twitter_1600x900-2.png\" \/>\n<meta name=\"twitter:site\" content=\"@PingCAP\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6\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\/catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance\/\",\"url\":\"https:\/\/www.pingcap.com\/case-study\/catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance\/\",\"name\":\"SaaS Reimagined: Catalyst Selects TiDB for 60x Performance Gain\",\"isPartOf\":{\"@id\":\"https:\/\/www.pingcap.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.pingcap.com\/case-study\/catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.pingcap.com\/case-study\/catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/static.pingcap.com\/files\/2024\/05\/27003934\/Catalyst.jpg\",\"datePublished\":\"2025-02-20T13:33:02+00:00\",\"dateModified\":\"2025-04-24T09:46:09+00:00\",\"description\":\"Discover how Catalyst rebuilt its core SaaS platform with TiDB for faster performance, horizontal scalability, and mixed workload processing.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.pingcap.com\/case-study\/catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.pingcap.com\/case-study\/catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.pingcap.com\/case-study\/catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance\/#primaryimage\",\"url\":\"https:\/\/static.pingcap.com\/files\/2024\/05\/27003934\/Catalyst.jpg\",\"contentUrl\":\"https:\/\/static.pingcap.com\/files\/2024\/05\/27003934\/Catalyst.jpg\",\"width\":1500,\"height\":500,\"caption\":\"Catalyst\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.pingcap.com\/case-study\/catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance\/#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\":\"Catalyst Rearchitects Core SaaS Platform with TiDB for Up To 60x Performance Boost\"}]},{\"@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":"SaaS Reimagined: Catalyst Selects TiDB for 60x Performance Gain","description":"Discover how Catalyst rebuilt its core SaaS platform with TiDB for faster performance, horizontal scalability, and mixed workload processing.","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\/catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance\/","og_locale":"ko_KR","og_type":"article","og_title":"SaaS Reimagined: Catalyst Selects TiDB for 60x Performance Gain","og_description":"Discover how Catalyst rebuilt its core SaaS platform with TiDB for faster performance, horizontal scalability, and mixed workload processing.","og_url":"https:\/\/www.pingcap.com\/ko\/case-study\/catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance\/","og_site_name":"TiDB","article_publisher":"https:\/\/facebook.com\/pingcap2015","article_modified_time":"2025-04-24T09:46:09+00:00","og_image":[{"width":2400,"height":1254,"url":"https:\/\/static.pingcap.com\/files\/2023\/02\/13170336\/pingcap_linkedin_1200x627.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_image":"https:\/\/static.pingcap.com\/files\/2023\/02\/13170441\/pingcap_twitter_1600x900-2.png","twitter_site":"@PingCAP","twitter_misc":{"Est. reading time":"6\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.pingcap.com\/case-study\/catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance\/","url":"https:\/\/www.pingcap.com\/case-study\/catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance\/","name":"SaaS Reimagined: Catalyst Selects TiDB for 60x Performance Gain","isPartOf":{"@id":"https:\/\/www.pingcap.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.pingcap.com\/case-study\/catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance\/#primaryimage"},"image":{"@id":"https:\/\/www.pingcap.com\/case-study\/catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance\/#primaryimage"},"thumbnailUrl":"https:\/\/static.pingcap.com\/files\/2024\/05\/27003934\/Catalyst.jpg","datePublished":"2025-02-20T13:33:02+00:00","dateModified":"2025-04-24T09:46:09+00:00","description":"Discover how Catalyst rebuilt its core SaaS platform with TiDB for faster performance, horizontal scalability, and mixed workload processing.","breadcrumb":{"@id":"https:\/\/www.pingcap.com\/case-study\/catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pingcap.com\/case-study\/catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance\/"]}]},{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.pingcap.com\/case-study\/catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance\/#primaryimage","url":"https:\/\/static.pingcap.com\/files\/2024\/05\/27003934\/Catalyst.jpg","contentUrl":"https:\/\/static.pingcap.com\/files\/2024\/05\/27003934\/Catalyst.jpg","width":1500,"height":500,"caption":"Catalyst"},{"@type":"BreadcrumbList","@id":"https:\/\/www.pingcap.com\/case-study\/catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance\/#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":"Catalyst Rearchitects Core SaaS Platform with TiDB for Up To 60x Performance Boost"}]},{"@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=\"Catalyst\" src=\"https:\/\/static.pingcap.com\/files\/2023\/12\/14202055\/Catalyst.svg\" loading=\"lazy\" width=252 height=72 \/><\/div><span class=\"card-case-study__title\">Catalyst Rearchitects Core SaaS Platform with TiDB for Up To 60x Performance Boost<\/span><div class=\"card-case-study__button\"><a class=\"video js--trigger-video-modal\" href=\"https:\/\/youtu.be\/7BgIq2Jf02Y\">Tech Talk<i><\/i><\/a><a class=\"button--secondary\" href=\"https:\/\/www.pingcap.com\/ko\/case-study\/catalyst-rearchitects-core-saas-platform-tidb-60x-faster-performance\/\" target=\"_blank\">View Case Study<\/a><\/div><\/div>","_links":{"self":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/case-study\/11049","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\/8"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/media\/17217"}],"wp:attachment":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/media?parent=11049"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/tags?post=11049"},{"taxonomy":"customer","embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/customer?post=11049"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/industry?post=11049"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}