并行数据库系统 meaning in English
parallel database system
Examples
- With the extension of database application , the dpdbs has obtained more and more recognition . it has become one of the most active and promising research areas of computer science
随着数据库应用的扩展,分布式并行数据库系统已日益得到了人们的重视,并成为计算机技术最活跃的研究领域之一。 - Distributed and parallel database system ( dpdbs ) is the joint of distributed computing , parallel process , and network technology . it is not only powerful at distributed data management , but also has well performance in parallel processing
分布式并行数据库系统是分布式计算、并行处理以及网络技术相结合的产物,其不但对分散数据具有较强的管理能力,同时具有良好的性能。 - Distributed and parallel database system ( dpdbs ) is the joint of distributed computing , parallel process , and network technology . it is not only powerful at distributed data management , but also has well performance in parallel processing
分布式并行数据库系统( distributedandparalleldatabasesystem ,简称dpdbs )是分布式计算、并行处理以及网络技术相结合的产物,其不但对分散数据具有较强的管理能力,同时具有良好的性能。 - Based on the most popular open - source database system mysql , it not only retains the high performance of mysql itself , but also possesses most virtues of distributed and parallel systems , such as high reliability , high availability , high throughput , large storage capability , etc . this thesis mainly research the consistency mechanism of distributed and parallel database , the consistency mechanism of database system can provide user normal database service
它以当前最为流行的开放源码数据库mysql为基础,不但保持了mysql的高处理速度,而且具有分布式并行系统的高可靠性,高吞吐量、高存储容量等一系列优点。本文主要研究分布式并行数据库的一致性机制,数据库的一致性机制是保证分布式并行数据库系统能正常提供数据库服务的基础。 - Lock mechanism of that concurrency control can effectively void the dead - lock , two phase commit can guarantee atomicity of the distribute transaction while distributed transaction is executed with which the consistency of the database system is guaranteed . the method of checking the inconsistent is mainly to track the update status of multiple repetitions when distributed and parallel database system is not busy , and to detect inconsistent early . consequently , system can be recovered to best status
数据库在执行分布式事务的时候,并发控制的锁机制可有效的预防分布式事务中的死锁现象,两阶段的提交协议可以保证分布式事务执行的原子性,从而有效地保证了分布式并行数据库系统的一致性,不一致性检测的方法主要是在保证系统非繁忙状态下对多个副本间的数据库的更新状态进行跟踪,也保证了数据库多个副本间不一致状态的及早发现,从而使系统及时地恢复到最佳运行状态,提高了分布式并行数据库系统的可用性。