{"id":17525,"date":"2024-06-06T03:22:32","date_gmt":"2024-06-06T10:22:32","guid":{"rendered":"https:\/\/www.pingcap.com\/?post_type=article&#038;p=17525"},"modified":"2025-08-18T04:35:50","modified_gmt":"2025-08-18T11:35:50","slug":"what-is-a-cloud-database","status":"publish","type":"article","link":"https:\/\/www.pingcap.com\/ko\/article\/what-is-a-cloud-database\/","title":{"rendered":"What is a Cloud Database?"},"content":{"rendered":"<p>In the ever-evolving landscape of information technology, the cloud database is increasingly becoming the cornerstone for managing data efficiently and securely. Unlike traditional databases that require local storage and management, a cloud database operates in virtual environments, offering scalable, reliable, and accessible solutions for data storage across the globe. This shift not only signifies technological advancement but also a more flexible, agile approach to database management, catering to diverse business needs in the digital era.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"What_is_a_Cloud_Database\"><\/span>What is a Cloud Database?<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Traditional Database<\/h3>\n\n\n\n<p>Traditional databases have long served as the foundational pillars of data management, designed to operate within local server environments. These systems rely heavily on local storage solutions and physical servers for data processing and storage. While effective for certain applications, traditional databases are often challenged by scalability limitations, requiring significant upfront investments in infrastructure. Additionally, they face hurdles in disaster recovery and data replication processes, complicating efforts to maintain data integrity and availability in the face of system failures or disasters.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Cloud Database<\/h3>\n\n\n\n<p>A cloud database resides on servers and infrastructure managed in a cloud environment, on private or public cloud service providers such as Google Cloud, Amazon Web Services and Microsoft Azure, delivering data storage and management services over the internet. Key distinctions from traditional databases include its elastic scalability, which allows for the accommodation of fluctuating workloads without the need to invest in physical hardware. Moreover, cloud databases enhance data accessibility, enabling users to access data from anywhere, provided they have an internet connection. This convenience supports a distributed workforce and facilitates business operations in a global context.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Cloud_Database_Management_Choices\"><\/span>Cloud Database Management Choices<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The management of cloud databases can broadly be categorized into two major types: self-managed and fully-managed database services.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Self-managed Cloud Databases<\/h3>\n\n\n\n<p>Opting for self-managed cloud databases empowers users with full authority over their database environment, presenting unparalleled flexibilities. This autonomy in managing a cloud database, though highly advantageous, necessitates a profound understanding and technical acumen. Users are tasked with overseeing all aspects, including the critical job of ensuring the database&#8217;s configuration is meticulously fine-tuned, its security is uncompromised, and performance is continually optimized to meet the demands of their applications. This level of responsibility and control, while offering the potential for tailored database management, places significant emphasis on possessing or developing advanced technical skills within teams.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Fully-managed Cloud Databases<\/h3>\n\n\n\n<p>Fully-managed cloud databases represent a paradigm shift in database administration, simplifying complexity while enhancing operational efficiency. In this model, the intricacies of maintaining, updating, and backing up a database are managed entirely by the cloud database provider. This arrangement frees developers from the day-to-day chores of database upkeep, enabling them to direct their energies towards more creative and innovative pursuits. By delegating the routine tasks of database management to experts, organizations can ensure that their databases are not only running optimally but also leveraging the latest advancements in technology without diverting their in-house team&#8217;s focus from core development activities.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Types_of_Cloud_Databases\"><\/span>Types of Cloud Databases<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>The two major types of cloud databases are relational or SQL databases and non-relational or NoSQL databases, catering to different data modeling requirements.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Relational Database<\/h3>\n\n\n\n<p>Relational databases employ a structured format to organize data into tables, supporting Structured Query Language (SQL) which facilitates complex queries and transactions. This architecture is advantageous for maintaining data integrity and efficiently managing multiple relationships among data entities, rendering relational databases crucial for comprehensive data analysis and management. The cloud environment further amplifies these benefits, offering scalability, availability, and managed services, which significantly simplifies database administration and optimization. Examples of popular cloud relational databases include TiDB Cloud (TiDB Dedicated, TiDB Serverless), Amazon RDS, Google Cloud SQL, and Microsoft Azure SQL Database.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">NoSQL Database<\/h3>\n\n\n\n<p>NoSQL databases, distinguished by their adaptable, schema-less architecture, are uniquely suited for managing unstructured or semi-structured data. This design facilitates the quick adaptation to different data types and structures, offering an unparalleled flexibility not found in traditional relational databases. NoSQL databases are renowned for their ability to scale horizontally, providing the foundation for high performance and reliability when handling vast, varied data sets. Examples of NoSQL cloud databases include MongoDB Atlas, Amazon DynamoDB, Google Firestore, and Couchbase.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Working_with_Cloud_Databases_in_MySQL\"><\/span>Working with Cloud Databases in MySQL<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>MySQL, as a widely used relational database, has effectively adopted cloud technologies, thereby enabling users to exploit the advantages of cloud paradigms such as serverless architecture and fully managed services, significantly enhancing scalability while minimizing operational costs. Here&#8217;s how to seamlessly integrate MySQL into a cloud environment:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Setting up MySQL on a Cloud Platform<\/h3>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>Choose a Cloud Provider<\/strong>: Select a cloud service provider that offers MySQL as part of their service, such as <a href=\"\/ko\/tidb-cloud-dedicated\/\">TiDB Dedicated<\/a>, AWS RDS, Google Cloud SQL, or Azure Database for MySQL. These platforms provide managed MySQL services, ensuring that the database is automatically maintained, backed up, and scaled.<\/li>\n\n\n\n<li><strong>Service Configuration<\/strong>: Through the provider\u2019s console, initiate the creation of a MySQL instance. Configure the instance according to your requirements, including the instance type (determining the CPU, memory, and storage capabilities), and storage settings.<\/li>\n\n\n\n<li><strong>Network and Security Settings<\/strong>: Configure network access settings by specifying which IP addresses or range are allowed to connect to your database. Set up security groups or firewall rules to control access. Additionally, ensure that encryption is enabled for data-at-rest and data-in-transit to secure your data.<\/li>\n\n\n\n<li><strong>Database Deployment<\/strong>: Launch the MySQL instance. Once deployed, the cloud provider will handle the maintenance aspects like patching, updates, and backups according to the policies you&#8217;ve set.<\/li>\n\n\n\n<li><strong>Connection and Use<\/strong>: Connect to your MySQL database using the connection details provided by the cloud service. This typically includes the endpoint (hostname), port, and initial login credentials. You can now start creating databases, tables, and managing your data as needed.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Leveraging Serverless with MySQL<\/h3>\n\n\n\n<p>Several cloud database providers offer a serverless option for running MySQL databases, which automatically scales up or down based on the actual workload, making it highly cost-effective and efficient for applications with variable traffic. When setting up a MySQL database, consider opting for a serverless configuration if your provider supports it. This approach minimizes the need for upfront planning of capacity and allows for a more agile deployment methodology.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Trends_in_Cloud_Databases_for_MySQL\"><\/span>Trends in Cloud Databases for MySQL<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Emerging trends in cloud databases are reshaping how organizations approach data management in MySQL.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Vector Search Support: <\/strong>The integration of vector search capabilities within cloud databases enables more sophisticated, AI-driven search functionalities, particularly valuable for applications requiring high-speed retrieval of complex data.<\/li>\n\n\n\n<li><strong>Integration with AI:<\/strong> Cloud databases are increasingly incorporating AI and machine learning capabilities to automate tasks, optimize queries, and provide insights, thereby enhancing data analytics and business intelligence.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Understanding_Whether_a_Cloud_Database_is_Right_for_You\"><\/span>Understanding Whether a Cloud Database is Right for You<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Benefits of Cloud Databases<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Secure and resilient<\/strong>: Cloud databases ensure data security with advanced encryption and offer robust disaster recovery mechanisms.<\/li>\n\n\n\n<li><strong>Performance at scale<\/strong>: They enable high performance even under heavy loads, thanks to their ability to dynamically allocate resources.<\/li>\n\n\n\n<li><strong>Cost-effective<\/strong>: The pay-as-you-go model of cloud databases eliminates the necessity for significant upfront investment in hardware.<\/li>\n\n\n\n<li><strong>Fully managed<\/strong>: Service providers handle the complexity of database management, freeing up valuable developer resources.<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Challenges of Cloud Databases<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Latency and network dependency<\/strong>: Cloud-based applications may experience latency, dependent on internet connectivity.<\/li>\n\n\n\n<li><strong>Vendor lock-in<\/strong>: Transitioning between providers can be challenging, potentially leading to dependency on a single vendor.<\/li>\n\n\n\n<li><strong>Data migration<\/strong>: Moving extensive databases to the cloud requires meticulous planning and execution, posing a significant challenge.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><span class=\"ez-toc-section\" id=\"Start_Your_Free_Cloud_Database_Services\"><\/span>Start Your Free Cloud Database Services<span class=\"ez-toc-section-end\"><\/span><\/h2>\n\n\n\n<p>Introducing <a href=\"\/ko\/tidb-cloud-starter\/\">TiDB Cloud \uc2a4\ud0c0\ud130<\/a>, an innovative cloud database service that transforms the landscape of database management. As a trailblazer, TiDB Serverless provides a scalable, secure, and cost-efficient solution perfectly suited for modern digital needs. This fully managed service eliminates the complexity of traditional database management by supporting both OLTP (Online Transaction Processing) and OLAP (Online Analytical Processing) workloads within a singular platform, offering unparalleled versatility. What sets TiDB Serverless apart is the accessibility and ease of use: no credit card is required to get started, and 25GiB of free storage, ensuring that users can immediately benefit from its robust features without investment concerns.<\/p>\n\n\n\n<p><a href=\"https:\/\/tidbcloud.com\/free-trial\/\" class=\"button\" target=\"_blank\" data-gtag=\"event:go_to_cloud_signup,product_type:serverless,button_name:Try TiDB Serverless,position:article_middle_cta\" rel=\"noopener\">Try TiDB Serverless<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>In the ever-evolving landscape of information technology, the cloud database is increasingly becoming the cornerstone for managing data efficiently and securely. Unlike traditional databases that require local storage and management, a cloud database operates in virtual environments, offering scalable, reliable, and accessible solutions for data storage across the globe. This shift not only signifies technological [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":0,"template":"","class_list":["post-17525","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>What is a Cloud Database? | TiDB<\/title>\n<meta name=\"description\" content=\"A cloud database resides on infrastructure managed in a cloud environment, delivering data storage and management services over the internet.\" \/>\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=\"What is a Cloud Database? | TiDB\" \/>\n<meta property=\"og:description\" content=\"A cloud database resides on infrastructure managed in a cloud environment, delivering data storage and management services over the internet.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pingcap.com\/ko\/article\/what-is-a-cloud-database\/\" \/>\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-08-18T11:35:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/static.pingcap.com\/files\/2024\/09\/11005522\/Homepage-Ad.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1440\" \/>\n\t<meta property=\"og:image:height\" content=\"714\" \/>\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\/article\/what-is-a-cloud-database\/\",\"url\":\"https:\/\/www.pingcap.com\/article\/what-is-a-cloud-database\/\",\"name\":\"What is a Cloud Database? | TiDB\",\"isPartOf\":{\"@id\":\"https:\/\/www.pingcap.com\/#website\"},\"datePublished\":\"2024-06-06T10:22:32+00:00\",\"dateModified\":\"2025-08-18T11:35:50+00:00\",\"description\":\"A cloud database resides on infrastructure managed in a cloud environment, delivering data storage and management services over the internet.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.pingcap.com\/article\/what-is-a-cloud-database\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.pingcap.com\/article\/what-is-a-cloud-database\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.pingcap.com\/article\/what-is-a-cloud-database\/#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\":\"What is a Cloud Database?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.pingcap.com\/#website\",\"url\":\"https:\/\/www.pingcap.com\/\",\"name\":\"TiDB\",\"description\":\"TiDB | SQL at Scale\",\"publisher\":{\"@id\":\"https:\/\/www.pingcap.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.pingcap.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.pingcap.com\/#organization\",\"name\":\"PingCAP\",\"url\":\"https:\/\/www.pingcap.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png\",\"contentUrl\":\"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png\",\"width\":811,\"height\":232,\"caption\":\"PingCAP\"},\"image\":{\"@id\":\"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/pingcap2015\",\"https:\/\/x.com\/PingCAP\",\"https:\/\/linkedin.com\/company\/pingcap\",\"https:\/\/youtube.com\/channel\/UCuq4puT32DzHKT5rU1IZpIA\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is a Cloud Database? | TiDB","description":"A cloud database resides on infrastructure managed in a cloud environment, delivering data storage and management services over the internet.","robots":{"index":"noindex","follow":"follow"},"og_locale":"ko_KR","og_type":"article","og_title":"What is a Cloud Database? | TiDB","og_description":"A cloud database resides on infrastructure managed in a cloud environment, delivering data storage and management services over the internet.","og_url":"https:\/\/www.pingcap.com\/ko\/article\/what-is-a-cloud-database\/","og_site_name":"TiDB","article_publisher":"https:\/\/facebook.com\/pingcap2015","article_modified_time":"2025-08-18T11:35:50+00:00","og_image":[{"width":1440,"height":714,"url":"https:\/\/static.pingcap.com\/files\/2024\/09\/11005522\/Homepage-Ad.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\/article\/what-is-a-cloud-database\/","url":"https:\/\/www.pingcap.com\/article\/what-is-a-cloud-database\/","name":"What is a Cloud Database? | TiDB","isPartOf":{"@id":"https:\/\/www.pingcap.com\/#website"},"datePublished":"2024-06-06T10:22:32+00:00","dateModified":"2025-08-18T11:35:50+00:00","description":"A cloud database resides on infrastructure managed in a cloud environment, delivering data storage and management services over the internet.","breadcrumb":{"@id":"https:\/\/www.pingcap.com\/article\/what-is-a-cloud-database\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pingcap.com\/article\/what-is-a-cloud-database\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.pingcap.com\/article\/what-is-a-cloud-database\/#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":"What is a Cloud Database?"}]},{"@type":"WebSite","@id":"https:\/\/www.pingcap.com\/#website","url":"https:\/\/www.pingcap.com\/","name":"\ud2f0DB","description":"TiDB | SQL at Scale","publisher":{"@id":"https:\/\/www.pingcap.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.pingcap.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Organization","@id":"https:\/\/www.pingcap.com\/#organization","name":"PingCAP","url":"https:\/\/www.pingcap.com\/","logo":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/","url":"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png","contentUrl":"https:\/\/static.pingcap.com\/files\/2021\/11\/pingcap-logo.png","width":811,"height":232,"caption":"PingCAP"},"image":{"@id":"https:\/\/www.pingcap.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/pingcap2015","https:\/\/x.com\/PingCAP","https:\/\/linkedin.com\/company\/pingcap","https:\/\/youtube.com\/channel\/UCuq4puT32DzHKT5rU1IZpIA"]}]}},"card_markup":"        <a class=\"card-article\" href=\"https:\/\/www.pingcap.com\/ko\/article\/what-is-a-cloud-database\/\">            <h3>What is a Cloud Database?<\/h3>            <p>In the ever-evolving landscape of information technology, the cloud database is increasingly becoming the cornerstone for managing data efficiently and securely. Unlike traditional databases that require local storage and management, a cloud database operates in virtual environments, offering scalable, reliable, and accessible solutions for data storage across the globe. This shift not only signifies technological [&hellip;]<\/p>        <\/a>","_links":{"self":[{"href":"https:\/\/www.pingcap.com\/ko\/wp-json\/wp\/v2\/article\/17525","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=17525"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}