Workload adaptation database technology is performance optimization technique. It USES a new method to manage the database system.
数据库负载自适应技术是一种性能优化技术,它从一种全新的角度对数据库系统进行管理。
Over time, the language has been added to so that it is not just a language for queries, but can also build databases and manage the database engine's security.
随着时间的推移,该语言增加了许多功能,因而它不仅仅是一个查询语言,还可以创建数据库,控制数据库引擎安全。
Let's assume for the sake of argument that we manage to build a satisfactory database.
让我们为了讨论假定我们设法构建了一个令人满意的数据库。
The ability to manage such a relationship is similar in concept to relationship modeling in modern relational database technology.
管理这样一个关系在概念上同现代关系数据库技术中的关系建模相似。
An autonomic solution also reduces the burden on database administrators to manage complex data architectures.
自主解决方案还可以减轻数据库管理员管理复杂数据架构的负担。
Most J2EE applications need to store data, and the most common method used to manage data is with a JDBC-compliant database.
大多数J2EE应用程序都需要存储数据,管理数据的最常见的方法是使用遵从jdbc规范的数据库。
The processors on each system are used by the database manager at each database partition to manage its own part of the total data in the database.
每个数据库分区上的数据库管理器使用每个系统上的处理器来管理数据库中属于该分区的那部分数据。
At runtime, the platform will manage all database transactions, issuing SQL queries, caching and binding results to forms and API objects.
在运行时,这个平台将管理所有数据库事务,发出SQL查询,缓存结果并将结果绑定到表单和API对象。
You should now have a good idea of what an ORM is, how to manage validation and table relationships, and how to swap out HSQLDB for the database of your choice.
通过本文,您应该很好地理解了什么是ORM、如何管理验证和表关系以及如何用自己选择的数据库替换hsqldb。
Learn about the advantages of specific DB2 features to best manage these resources from a DB2 database perspective.
通过本文可以了解特定的DB 2特性的优点,从而更好地从DB 2数据库的角度管理好这些资源。
In addition to managing the federation, the federated server is also a full-function relational database with the capability to store and manage local data.
除了管理联邦以外,联邦服务器还是一个功能完整的关系数据库,具有存储和管理本地数据的能力。
The database your bank USES must quickly locate the relevant information, safely manage the transactions, securely interact with users, and — most important — not lose any data!
银行使用的数据库必须迅速地找到相关信息,安全地管理交易、安全地与用户交互,而最重要的是不能丢失任何数据!
In order to manage spatial data in your database, the database must be enabled for spatial operations.
为了管理数据库中的空间数据,必须启用数据库的空间操作功能。
When managing the project you may want to use your mail database to track correspondence and to manage sign off.
在管理项目时,可能需要使用邮件数据库跟踪信件往来并管理退出。
The database system based on the standard query language — SQL, makes user can easily manage and operate on the database.Users can manage the corporation better because of the database technology.
SQL结构化查询语言基础上建立的数据库系统使得用户能够对数据库进行简单的操作和管理。通过数据库技术可以让用户更好地对企业进行管理。
After reading this article, you should have a better understanding of how you can manage the ownership of a SQL object inside the DB2 database.
阅读完本文之后,您应该能够更好地理解如何在DB 2数据库中管理SQL对象的所有权。
DB2 Connect server then simply routes requests for data to the different database servers that actually manage the data.
于是,DB 2Connect服务器只是将对数据的请求路由到真正管理数据的不同数据库服务器。
The JPA Manager Bean wizard provides tools for you to access a database and manage its entities effectively.
JPAManagerBean向导向您提供的工具,使您能够访问一个数据库,并有效的管理它的实体。
The DB2 9 pureXML feature enables firms to effectively manage both relational and XML data in one database.
DB 29purexml特性使公司能够在一个数据库里有效地管理关系数据和XML数据。
And you can connect to the database server directly via a MySQL client in order to manage your data.
您可以通过MySQL客户端直接连接到数据库服务器以便管理您的数据。
In more complex databases, a data Design Project can be used to manage the life cycle of a particular database application.
在更复杂的数据库中,可以使用DataDesignProject来管理一个特定数据库应用程序的生命周期。
When the PDOM is created for a project, it constructs a Database object to manage its low-level storage.
为项目创建了一个PDOM后,它会构造一个Database对象来管理其底层存储。
DbHandle - a function used to manage our connection to the database.
dbHandle—用于管理到数据库的连接的函数。
Placing all the database code in a file named dbroutines.py makes it easier to manage and to find things later.
把所有数据库代码放在一个名为dbroutines.py 的文件中,这样就更容易管理和查找它们。
CRUD represents the four primary operations needed to manage widgets in a database; together with the widget itself, they are the foundation of any dynamic Web site.
CRUD代表的是管理数据库内的小部件所需的最主要的四个操作;若再加上小部件本身,实际上就构成了动态web站点的基础。
The Rails migration feature helps application developers manage this schema evolution, making it easy to synchronize changes between the application code and the database objects.
Rails迁移特性可以帮助应用程序开发人员管理这种模式演变,便于在应用程序代码与数据库对象之间同步更改。
Applications can embed the database Management System (DBMS) engine in the application process, eliminating the need to manage a separate database process or service.
应用程序可以将数据库管理系统(Database Management System,DBMS)引擎嵌入应用程序进程中,从而无需管理单独的数据库进程或服务。
To help manage the changes from the GSDBDEV database into the production GSDB database, Erik creates a new change management script to hold his changes.
为了便于管理从GSDBDEV数据库到生产数据库gsdb的修改,Erik创建一个新的变更脚本来保存这些修改。
You can use the Local Transaction model in one of two ways: let the database manage the connection, or manage the connection programmatically.
您可以采用以下两种方式来使用LocalTransaction模型:让数据库来管理连接,或者以编程的方式管理连接。
For example, I often employ the DbUnit framework to help manage a database so that my component tests can verify the functionality of code that relies on the database's data.
例如,我通常使用DbUnit框架来帮助管理数据库,以便组件测试可验证依赖数据库数据的代码功能。
应用推荐