concurrency control造句
例句与造句
- Concurrency control refers to the various techniques that are used to preserve the integrity of the database when multiple users are updating rows at the same time
了解并发控制并发控制是指多名用户同时更新行时,用于保护数据库完整性的各种技术。 - Similarly , web forms applications may not be suitable for database applications that require high levels of concurrency control for example , pessimistic locking
同样, web窗体应用程序可能不适合需要高级别并发控制(例如,保守式锁定)的数据库应用程序。 - The combination of web and distributed system also brings concurrency control some new characters . in professional work , operations often include several connections
Web与分布式系统的结合,也给并发控制带来一些新的特性,业务操作的跨连接引出多事务。 - There are still some problems in concurrency control algorithms for rtdbss , such as wasted restart , wasted wait , wasted execution , unnecessary restart
然而,现有的实时事务并发控制算法依然存在浪费的重启、浪费的等待、浪费的执行和不必要的重启等问题。 - With the optimistic concurrency control , it is easier than ever to allow multiple users to access a database at once and then resolve conflicts quickly and easily
通过开放式并发控制,允许多个用户同时访问数据库以及随后快速方便地解决冲突都比以往更加容易。 - It's difficult to find concurrency control in a sentence. 用concurrency control造句挺难的
- Data group coordination and concurrency control technology of the heterogeneous database based on cscw ( computer supported cooperative work ) has been adopted
采用了基于cscw ( computersupportedcooperativework计算机支持的协同工作)的异构数据库数据群体协同和并发控制技术。 - To solve such problems as dead - lock and frequent restart of computer in collaborative design process , an concurrency control model of real - time collaborative design was established
摘要为了解决计算器辅助协同设计中重启动频繁、死锁等问题,建立了一种实时协同设计并发控制模型。 - Aiming at the trait of rtdbs , it analyses and realizes the key technologys such as function modules , store structure , transaction scheduling and concurrency control
针对实时数据库系统的特点,分析了实时数据库的功能模块、存储结构、事务调度和并发控制等关键技术并给出了具体实现方法。 - In this thesis , concurrency control mechanism is studied in depth which is used when multiple users access sharing data simultaneously . access control mechanism is also discussed
本文深入研究协同设计中的多个用户同时访问共享资源时所采用的并发控制机制,并对访问控制机制进行了探讨。 - Finally , a real - time database test platform which is extensible and configurable is designed and developed to analysis and compare the concurrency control algorithms for rtdbss
5 、设计并开发了一个具有很好的可扩展性和可配置性的实时数据库测试平台来分析和比较实时事务并发控制算法的性能。 - Concurrency control is a technique that data stores use to control how data is read and changed in the store when multiple clients are accessing and manipulating the same data
并发控制是数据存储区使用的一种技术,可用于在多个客户端访问和操作相同数据时控制如何在存储区中读取和更改这些数据。 - The transactions are scheduled by their priorities assigned according to their deadlines and values , but the concurrency control algorithms for traditional database systems are not priority - cognizant
实时事务按照截止期和价值确定的优先级进行调度,而传统数据库中的并发控制并没有考虑优先级。 - Because multiple users operate on sharing space synchronously and bring conflict , we analyse the reason and adopt a basic concurrency control strategy to solve problem of concurrency conflict
由于多用户对共享空间的并发操作引发冲突,分析其原因,采用一种基本的并发控制策略来解决并发冲突问题。 - Concurrency controls in a database system guarantee that two users cannot change the same data , or that one user cannot change a piece of data before another user is finished with it
数据库系统中的并发性控制确保两个用户不能更改相同的数据,或者一个用户不能在另一个用户完成数据操作之前更改该部分数据。 - Therefore , if you want to update the database , and if it is important for your application to maintain concurrency control , you must reconcile records in the dataset with those in the database
因此,如果要更新数据库,并且如果维护并发控制对应用程序来说十分重要,则必须协调数据集中的记录和数据库中的记录。