简体   繁体   English

使用Pentaho Spoon将大数据从Interbase复制到文本文件

[英]Copying large data from Interbase to text file by using Pentaho Spoon

Do you have any idea for copying large data from interbase to text file by using Pentaho Spoon. 您是否有使用Pentaho Spoon将大型数据从内部数据库复制到文本文件的想法?

I knew the simple process just use table input and then text file output.Please see the picture. 我知道简单的过程只是使用表输入然后是文本文件输出。请看图片。

image 图片

However, I am concern about if the data is large, I think this step may be take time. 但是,我担心数据是否很大,我认为此步骤可能需要时间。 Any idea for this issue? 对这个问题有什么想法吗? I am trying to find some solution may be there are some cmd command to help me. 我试图找到一些解决方案,可能有一些cmd命令可以帮助我。

The major bottlenecks will be the speed at which Interbase returns data and the network. 主要的瓶颈将是Interbase返回数据和网络的速度。 Spoon won't be a major hurdle. 勺子不会成为主要障碍。 If you see it running slowly you may want to install and run locally, in the same host as interbase and at least it won't have network speed to deal with. 如果看到它运行缓慢,则可能要在与interbase相同的主机中本地安装和运行,至少它没有网络速度。

But in the end, if the query is slow there's not mucj you can do from PDI side. 但是最后,如果查询速度很慢,那么您可以从PDI方面进行操作。

To run from the command line you can use pan.sh/pan.bat to run transformations or kitchen.sh/kitchen.bat to run jobs. 要从命令行运行,可以使用pan.sh/pan.bat来运行转换,或使用kitchen.sh/kitchen.bat来运行作业。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM