When deploying SQLJ stored procedures, write the JAR file to a file and execute a BIND package COPY to create the package on the target server.
在部署SQLJ存储过程时,将JAR文件写到一个文件中,并执行BINDPACKAGECOPY在目标服务器上创建包。
An interesting side effect of the copy-on-write design is that all writes to the file system become sequential writes (because remapping is always occurring).
即写即拷设计的一个有趣的副作用是文件系统的所有写入都成为顺序写入(因为始终进行重新映射)。
In fact, since this file system is a "copy on write" file system, it knows exactly what the new files are, so it can efficiently package just the parts you added into an "image" layer.
事实上,因为这个文件系统是一个“写时复制”文件系统,它知道新的文件是什么,所以它可以有效的包只是部分你添加到“图像”层。
In fact, since this file system is a "copy on write" file system, it knows exactly what the new files are, so it can efficiently package just the parts you added into an "image" layer.
事实上,因为这个文件系统是一个“写时复制”文件系统,它知道新的文件是什么,所以它可以有效的包只是部分你添加到“图像”层。
应用推荐