Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用DB2 Remote Load(使用远程客户端加载)而不是 DB2 Direct 加载(不使用此 CLIENT 选项)有哪些优点和缺点? 通过使用 DB2 直接加载,我们还可以加载位于远程的 DB2 服务器。
LOAD CLIENT通过网络将您的数据从客户端计算机传输到数据库服务器。如果没有该CLIENT选项,该LOAD实用程序必须使该文件在数据库服务器上可用。
LOAD CLIENT
CLIENT
LOAD
通过网络加载可能会牺牲一些原始性能,但您的优势是不需要先将文件传输到数据库服务器。