database engine
数据库引擎;资料库引擎
2025-09-06 22:20 浏览次数 6
数据库引擎;资料库引擎
Database Inference Engine数据库推理机
database encryption engine数据库加脱密引擎
database search engineThere are several categories of search engine software: Web search or full-text search (example: Lucene), database or structured data search (example: Dieselpoint), and mixed or enterprise search (example: Google Search Appliance). The largest web search engines such as Google and Yahoo!
New Database Query Engine新的数据库查询引擎
Database synchronization engine数据库同步引擎
database notification engine数据库通知引擎
database metasearch engine数据库元搜索引擎
database access engine数据库访问引擎
General Database Access Engine通用数据库访问引擎
「dynamic」 means that the query is sent into the database engine as a string; it must be parsed and have a query execution plan generated.
「动态」意味着查询作为字符串发送给数据库引擎;必须对它进行解析,并生成查询执行计划。
the embedded jdbc driver transfers data to and from the database engine without the need for network communication.
嵌入式的jdbc驱动程序将数据送入和送出数据库引擎,无需进行网络通信。
in re-writing the job into sql, you have effectively transformed the job from a typical etl task into one where all the processing occurs within the database engine itself.
在将作业重写成sql 的过程中,就有效地将作业从典型的etl作业转换成所有处理都在数据库引擎中进行的作业。
instead, you get the database engine to handle the process and then report back the summary rather than the raw data.
相反,您可以使用数据库引擎来处理这个过程,然后报告汇总的信息,而不是原始数据。
as described above, this method boots the database engine and creates the database and tables if not already created.
如前所述,这个方法引导数据库引擎,如果还没有创建数据库和表,那么它还会创建数据库和表。
the focus for this series will be on features desired by the database engine developer.
本系列将着眼于数据库引擎开发者所关心的特性。
whether or not it is embedded, the database engine supports multiple simultaneous connections and access from multiple application threads.
无论是否嵌入,该数据库引擎都支持同时进行多个连接,并支持从多个应用程序线程进行访问。
continuous availability demands that the database engine be available for processing with no perceivable downtime.
持续可用性要求数据库引擎随时可用,没有可觉察的停机时间。
the database engine is embeddable.
该数据库引擎是可嵌入的。
when coding to the db2 udb platform, the database engine handles any function compensation, data type conversion, etc. needed.
在为db2udb平台进行编码时,数据库引擎会处理所需的任何函数补偿、数据类型转换等工作。
simply making the database engine highly available does not necessarily create a ha solution.
仅仅使数据库引擎高度可用未必就能创建出一个ha解决方案。
the id is created automatically by the database engine and increments automatically, guaranteeing a unique id.
这个id是由数据库引擎自动创建的,并且自动地递增,从而确保它是唯一的id。
this article will discuss in detail each of those components and give some practical and useful tips on how to actively monitor database engine performance and how to be more proactive in tuning.
本文将详细地讨论每一个组件,并提供一些关于如何主动监控数据库引擎的性能,以及如何更为积极主动地进行调优的实用技巧。
an authentication request would be routed by the database engine to the plug-in, which would cause a deadlock during the processing of the previous authentication request.
否则,数据库引擎会把身份验证请求路由到插件,这会在处理前一个身份验证请求期间形成死锁。
you can use operating system counters to help you understand how components outside of the database engine affect your data server.
您可以使用操作系统计数器来帮助理解数据库引擎外部的组件如何影响您的数据服务器。
stored procedures are not integrated in the database engine since they are designed to process one record at a time in a procedural manner.
存储过程并未集成在数据库引擎中,因为它们被设计为以过程化的方式一次处理一条记录。
first, you learned how to install the db2 database engine before examining what it was you wanted to store and the database structure that would be required to store it.
首先,您了解了如何安装db2数据库引擎,然后研究需要向数据库中存储哪些信息,以及存储这些信息需要什么样的数据库结构。
the alternative model is the embedded mode, where an application consists not only of the software that implements the requisite business logic, but also of the database engine software.
另一个模型是嵌入模式,在这种模式下,应用程序不但包含实现必要业务逻辑的软件,而且包含数据库引擎软件。