Performance — the performance gains of stored procedures are mainly achieved through reducing the number of messages sent between the client (often on a remote computer) and the database server.
性能——存储过程的性能提高主要来自于减少客户机(常常在远程计算机上)和数据库服务器之间发送的消息数量。
The client and server programs must communicate via the procedures and data types specified in the protocol.
客户端和服务器的程序必须通过协议规定的过程和数据类型进行通信。
The server side registers the procedures that may be called by the client and receives and returns data required for processing.
服务端注册的过程可以被客户调用,然后返回必要的数据。
The Development Center provides a utility, the DB2Build utility, that executes on the client side, and that can be used to deploy SQL stored procedures to another target DB2 for z/OS server.
DevelopmentCenter提供了一个 DB2Build实用程序,该实用程序在客户端执行,可用于将SQL存储过程部署到另一个目标DB2for z/OS 服务器上。
As with client script, server script can include functions and subroutines that are executed only when they are called from other procedures.
例如用户端指令码,伺服器指令码也可能包含函式和副程序,只有当其他程序呼叫这些函式和副程序时它们才会执行。
As with client script, server script can include functions and subroutines that are executed only when they are called from other procedures.
例如用户端指令码,伺服器指令码也可能包含函式和副程序,只有当其他程序呼叫这些函式和副程序时它们才会执行。
应用推荐