Page 1 of 1

Lookup Fileset - SMP memory usage.

Posted: Tue Oct 10, 2006 11:17 am
by gsherry1
Hello Forum,

I have a couple questions regarding lookups.

1. If I have an SMP configuration with n logical nodes specified in the APT_CONFIG_FILE, and I am using 'entire' partitioning strategy for my lookup filesets, does DataStage load n copies of my lookup into my hosts memory, or is it smart enough to share only one copy?

2. Can lookup filesets be asynchronously rebuilt without regards to current processes that could be running against these files? In other words, is there any locking or blocking that goes on behind the scenes to prevent jobs from reading corrupted/changing filesets during updates, or am I expected to manage this with my own scheduling?

Thanks in advance.


Greg

Posted: Tue Oct 10, 2006 2:28 pm
by ray.wurlod
1. It's smart enough to share only one copy.
2. I'm not aware of any locking/blocking strategy. But, then again, I haven't tried it. I know it's not possible in the same job, but that's managed (prevented) by a pre-compilation sanity check.