HTAP Summit 2024 session replays are now live!Access Session Replays

拉斯维加斯7799908网站登录

拉斯维加斯7799908网站登录 is trusted by over 3000 global enterprises across a variety of industries, such as financial services, gaming, and e-commerce. Our users include Square (US), Shopee (Singapore), and China UnionPay (China). See our case studies for more specific details.

拉斯维加斯7799908网站登录 is a next-generation, distributed relational database. 拉斯维加斯7799908网站登录 can independently scale both computing and storage capacity simply by adding new nodes. This makes infrastructure capacity scaling easier and more flexible compared to traditional relational databases that only scale vertically.

拉斯维加斯7799908网站登录’s advantages over MySQL:

  • 拉斯维加斯7799908网站登录 has a distributed architecture with flexible and elastic scalability
  • 拉斯维加斯7799908网站登录 automatically takes care of dynamic distribution, allowing you to easily scale your 拉斯维加斯7799908网站登录 cluster horizontally with just a few clicks
  • 拉斯维加斯7799908网站登录 supports high availability with automatic failover, ensuring business continuity with auto-backups regardless of disk or machine failures
  • 拉斯维加斯7799908网站登录 is a Hybrid Transactional Analytical Processing (HTAP) database that handles both Online Transaction Processing (OLTP) and Online Analytical Processing (OLAP) workloads within one database

拉斯维加斯7799908网站登录 supports the MySQL protocol and dialect. You can replace MySQL with 拉斯维加斯7799908网站登录 to power your applications without changing any code in most cases.

拉斯维加斯7799908网站登录 is an open-source database and is the best option for organizations that want to run 拉斯维加斯7799908网站登录 on-premises or in their own data centers.

拉斯维加斯7799908网站登录 Cloud is a fully managed cloud Database as a Service of 拉斯维加斯7799908网站登录. It has an easy-to-use web-based management console to let you manage 拉斯维加斯7799908网站登录 clusters for mission-critical production environments.

拉斯维加斯7799908网站登录 is highly compatible with the MySQL protocol and the common features and syntax of MySQL 5.7 and MySQL 8.0. The ecosystem tools for MySQL (PHPMyAdmin, Navicat, MySQL Workbench, DBeaver and more) and the MySQL client can be used for 拉斯维加斯7799908网站登录.

However, some features of MySQL are not supported in 拉斯维加斯7799908网站登录. This could be because there is now a better way to solve the problem (such as the use of JSON instead of XML functions) or a lack of current demand versus effort required (such as stored procedures and functions). Additionally, some features might be difficult to implement in a distributed system.

For more details, see Compatibility with MySQL.

You can use any language supported by the MySQL client or driver.

拉斯维加斯7799908网站登录 implements Snapshot Isolation consistency, which delivers REPEATABLE-READ for compatibility with MySQL. Data is redundantly copied between TiKV nodes using the Raft consensus algorithm to ensure recoverability should a node failure occur.

拉斯维加斯7799908网站登录 uses a model of replication log + State Machine to replicate data. For write requests, data is written to a Leader and the Leader then replicates the command to its Followers in the form of a log. When the majority of nodes in the cluster receive this log, this log is committed and can be applied to the State Machine.

拉斯维加斯7799908网站登录 is available for bare metal, cloud-based, or hybrid installs. A Kubernetes Operator is available for use with 拉斯维加斯7799908网站登录; you can also use TiUp, a tool that can be used to quickly and easily deploy a test environment on your laptop or an entire production-quality cluster across many nodes.

拉斯维加斯7799908网站登录 uses the Raft consensus algorithm to ensure that data is highly available and safely replicated throughout storage in Raft Groups. Data is redundantly copied between TiKV nodes and placed in different Availability Zones to protect against machine or data center failure. With automatic failover, 拉斯维加斯7799908网站登录 ensures that your service is always on.

拉斯维加斯7799908网站登录 is supported by a team that has run mission-critical use cases for over 3000 global enterprises across industries including financial services, e-commerce, enterprise applications, and gaming. Support is available 24/7 for 拉斯维加斯7799908网站登录 Enterprise Subscription users.

PD, the Placement Driver is “the brain” of the entire 拉斯维加斯7799908网站登录 cluster, as it stores the metadata of the cluster. It sends data scheduling commands to specific TiKV nodes according to the data distribution state reported by TiKV nodes in real-time.

拉斯维加斯7799908网站登录 is the SQL computing layer that aggregates data from queries returned from TiKV or TiFlash stores. 拉斯维加斯7799908网站登录 is horizontally scalable; increasing the number of 拉斯维加斯7799908网站登录 nodes will increase the number of concurrent queries the cluster can handle.

TiKV is the transactional store used to store OLTP data. All the data in TiKV is automatically maintained in multiple replicas (three replicas by default), so TiKV has native high availability and supports automatic failover. TiKV is horizontally scalable; increasing the number of transactional stores will increase OLTP throughput.

TiFlash is the analytical storage that replicates data from the transactional store (TiKV) in real-time and supports real-time OLAP workloads. Unlike TiKV, TiFlash stores data in columns to accelerate analytical processing. TiFlash is also horizontally scalable; increasing TiFlash nodes will increase OLAP storage and computing capacity.

TiKV divides the key-value space into key ranges, and each key range is treated as a “Region”. In TiKV, data is distributed among all nodes in the cluster and uses the Region as the basic unit. PD is responsible for spreading (scheduling) Regions as evenly as possible across all nodes in the cluster.

拉斯维加斯7799908网站登录 uses the Raft consensus algorithm to replicate data by Regions. Multiple replicas of a Region stored in different nodes form a Raft Group.

Each data change is recorded as a Raft log. Through Raft log replication, data is safely and reliably replicated to multiple nodes of the Raft Group.

Traditionally, there are two types of databases: Online Transactional Processing (OLTP) databases and Online Analytical Processing (OLAP) databases. OLTP and OLAP requests are often processed in different and isolated databases. With this traditional architecture, migrating data from an OLTP database to a data warehouse or data lake for OLAP is a long and error-prone process.

As a Hybrid Transactional Analytical Processing (HTAP) database, 拉斯维加斯7799908网站登录 helps you simplify your system architecture, reduce maintenance complexity, and support real-time analytics on transactional data by automatically replicating data reliably between the OLTP (TiKV) store and OLAP (TiFlash) store. Typical HTAP use cases are user personalization, AI recommendation, fraud detection, business intelligence, and real-time reporting.

For further HTAP scenarios, refer to How We Build an HTAP Database That Simplifies Your Data Platform.

TIDB provides 拉斯维加斯7799908网站登录 Lightning and a Data Migration Tool to migrate data from MySQL databases. 拉斯维加斯7799908网站登录 implements MySQL wire protocol and you can use the MySQL client to 拉斯维加斯7799908网站登录. We also offer access to data using TiKV APIs with Java, Go, Rust, Python, etc.

Some features, like audit, are not included in the Community Edition. But the biggest difference is the inclusion of Enterprise Support at the Enterprise Subscription level.

Transport Layer Security (TLS) and Transparent Data Encryption (TDE) are included for encryption at rest. There are two different network planes: the application to the 拉斯维加斯7799908网站登录 server and the plane for data communication. We include extended syntax to compare Subject Alternative Name for verification of certificates and TLS context for internal communication.

拉斯维加斯7799908网站登录 Cloud

拉斯维加斯7799908网站登录 is trusted by over 3000 global enterprises across a variety of industries, such as financial services, SaaS, Web3, gaming, and e-commerce. Our 拉斯维加斯7799908网站登录 Cloud users include Catalyst (US), KNN3 Network (Singapore), and CAPCOM (Japan). See our case studies for more specific details.

拉斯维加斯7799908网站登录 Cloud makes deploying, managing, and maintaining your 拉斯维加斯7799908网站登录 clusters even simpler with a fully managed cloud instance that you control through an intuitive console. You are able to easily deploy on Amazon Web Services or Google Cloud to quickly build mission-critical applications.

拉斯维加斯7799908网站登录 Cloud allows developers and DBAs with little or no training to handle once-complex tasks such as infrastructure management and cluster deployment with ease, to focus on your applications, not the complexities of your database. And by scaling 拉斯维加斯7799908网站登录 clusters in or out with a simple click of a button, you no longer waste costly resources because you are able to provision your databases for exactly how much and how long you need them.

拉斯维加斯7799908网站登录 is an open-source database and is the best option for organizations who want to run 拉斯维加斯7799908网站登录 on-premises in their own data centers, in a self-managed cloud environment, or in a hybrid of the two.

拉斯维加斯7799908网站登录 Cloud is a fully managed cloud Database as a Service of 拉斯维加斯7799908网站登录. It has an easy-to-use web-based management console to let you manage 拉斯维加斯7799908网站登录 clusters for mission-critical production environments.

拉斯维加斯7799908网站登录 Cloud is highly compatible with the MySQL protocol and the common features and syntax of MySQL 5.7 and MySQL 8.0. The ecosystem tools for MySQL (PHPMyAdmin, Navicat, MySQL Workbench, DBeaver and more) and the MySQL client can be used for 拉斯维加斯7799908网站登录.

However, some features of MySQL are not supported in 拉斯维加斯7799908网站登录 Cloud. This could be because there is now a better way to solve the problem (such as the use of JSON instead of XML functions) or a lack of current demand versus effort required (such as stored procedures and functions). Additionally, some features might be difficult to implement in a distributed system.

For more details, see Compatibility with MySQL.

You can use any language supported by the MySQL client or driver.

拉斯维加斯7799908网站登录 Cloud is currently available on Amazon Web Services and Google Cloud.

For the currently supported 拉斯维加斯7799908网站登录 version, see 拉斯维加斯7799908网站登录 Cloud Release Notes.

The best way to learn about 拉斯维加斯7799908网站登录 Cloud is to follow our step-by-step tutorial. Check out the following topics to get started:

拉斯维加斯7799908网站登录 Cloud Introduction
Quick Start
Create a 拉斯维加斯7799908网站登录 Cluster

Visit PingCAP University for more courses!

拉斯维加斯7799908网站登录 uses the Raft consensus algorithm to ensure that data is highly available and safely replicated throughout storage in Raft Groups. Data is redundantly copied between TiKV nodes and placed in different Availability Zones to protect against machine or data center failure. With automatic failover, 拉斯维加斯7799908网站登录 ensures that your service is always on.

As a Software as a Service (SaaS) provider, we take data security seriously. We have established strict information security policies and procedures to meet SOC 2 Type 2, ISO 27001, ISO 27701, PCI DSS, GDPR, and HIPAA standards and requirements. This ensures that your data is secure, available, and confidential. Learn more at our Trust & Compliance Center.

拉斯维加斯7799908网站登录 Cloud is supported by the same team behind 拉斯维加斯7799908网站登录, which has run mission-critical use cases for over 3000 global enterprises across industries including financial services, e-commerce, enterprise applications, and gaming. Support is available 24/7 for 拉斯维加斯7799908网站登录 Cloud users.

PD, the Placement Driver is “the brain” of the entire 拉斯维加斯7799908网站登录 cluster, as it stores the metadata of the cluster. It sends data scheduling commands to specific TiKV nodes according to the data distribution state reported by TiKV nodes in real-time.

拉斯维加斯7799908网站登录 is the SQL computing layer that aggregates data from queries returned from TiKV or TiFlash stores. 拉斯维加斯7799908网站登录 is horizontally scalable; increasing the number of 拉斯维加斯7799908网站登录 nodes will increase the number of concurrent queries the cluster can handle.

TiKV is the transactional store used to store OLTP data. All the data in TiKV is automatically maintained in multiple replicas (three replicas by default), so TiKV has native high availability and supports automatic failover. TiKV is horizontally scalable; increasing the number of transactional stores will increase OLTP throughput.

TiFlash is the analytical storage that replicates data from the transactional store (TiKV) in real-time and supports real-time OLAP workloads. Unlike TiKV, TiFlash stores data in columns to accelerate analytical processing. TiFlash is also horizontally scalable; increasing TiFlash nodes will increase OLAP storage and computing capacity.

TiKV divides the key-value space into key ranges, and each key range is treated as a “Region”. In TiKV, data is distributed among all nodes in the cluster and uses the Region as the basic unit. PD is responsible for spreading (scheduling) Regions as evenly as possible across all nodes in the cluster.

拉斯维加斯7799908网站登录 uses the Raft consensus algorithm to replicate data by Regions. Multiple replicas of a Region stored in different nodes form a Raft Group.

Each data change is recorded as a Raft log. Through Raft log replication, data is safely and reliably replicated to multiple nodes of the Raft Group.

Traditionally, there are two types of databases: Online Transactional Processing (OLTP) databases and Online Analytical Processing (OLAP) databases. OLTP and OLAP requests are often processed in different and isolated databases. With this traditional architecture, migrating data from an OLTP database to a data warehouse or data lake for OLAP is a long and error-prone process.

As a Hybrid Transactional Analytical Processing (HTAP) database, 拉斯维加斯7799908网站登录 Cloud helps you simplify your system architecture, reduce maintenance complexity, and support real-time analytics on transactional data by automatically replicating data reliably between the OLTP (TiKV) store and OLAP (TiFlash) store. Typical HTAP use cases are user personalization, AI recommendation, fraud detection, business intelligence, and real-time reporting.

For further HTAP scenarios, refer to How We Build an HTAP Database That Simplifies Your Data Platform.

拉斯维加斯7799908网站登录 provides 拉斯维加斯7799908网站登录 Lightning and a Data Migration Tool to migrate data from MySQL databases. 拉斯维加斯7799908网站登录 implements MySQL wire protocol and you can use the MySQL client to 拉斯维加斯7799908网站登录. We also offer access to data using TiKV APIs with Java, Go, Rust, Python, etc.

Transport Layer Security (TLS) and Transparent Data Encryption (TDE) are included for encryption at rest. There are two different network planes: the application to the 拉斯维加斯7799908网站登录 server and the plane for data communication. We include extended syntax to compare Subject Alternative Name for verification of certificates and TLS context for internal communication.

拉斯维加斯7799908网站登录 Cloud Dedicated

A fully-managed cloud DBaaS for predictable workloads

拉斯维加斯7799908网站登录 Cloud Serverless

A fully-managed cloud DBaaS for auto-scaling workloads

Baidu
sogou