Author |
Message
|
saddankula |
Posted: Mon Jun 27, 2016 9:33 am Post subject: Is there any posisibilty to Process 200MB data thrgh FileNod |
|
|
Acolyte
Joined: 27 Jun 2013 Posts: 51
|
Hi Team,
can any one suggest Is there any posisibilty to Process 200MB data through FileInput node in IIB10.?
is there any feasibility to process 200 MB data with file input node by setting record detection as Parsed record sequence. ?
pls suggest me |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jun 27, 2016 9:35 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Have you tried it? _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
Vitor |
Posted: Mon Jun 27, 2016 9:59 am Post subject: Re: Is there any posisibilty to Process 200MB data thrgh Fil |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
saddankula wrote: |
can any one suggest Is there any posisibilty to Process 200MB data through FileInput node in IIB10.? |
Yes
saddankula wrote: |
is there any feasibility to process 200 MB data with file input node by setting record detection as Parsed record sequence. ? |
In the same way it's feasible to process a 2Kb file with record detection as parsed record sequence.
That should also be a last resort. Parsed record sequence is the worst performing of the various options. Why would you need to use it? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
saddankula |
Posted: Tue Jun 28, 2016 12:22 am Post subject: |
|
|
Acolyte
Joined: 27 Jun 2013 Posts: 51
|
How can we process 200 MB file with file input node . pls suggest any idea. |
|
Back to top |
|
 |
timber |
Posted: Tue Jun 28, 2016 12:32 am Post subject: |
|
|
 Grand Master
Joined: 25 Aug 2015 Posts: 1292
|
What have you tried? What solutions do you think might work? What specific questions would you like us to answer? |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Jun 28, 2016 4:02 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Here is an idea, that I suggest.
Read the Knowledge Center.
Think about what you read.
Try things.
Repeat this process.
You will find facts like the MQInput node only reads one MQ message at a time.
The FileInput node processes whatever parts of the file you tell it to process. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
|