Page 1 of 1
Batch uploads
Posted: Thu Jun 21, 2012 5:15 pm
by charan
Hi
I have read PDF for batch upload, but i did not understand, pls give an example with some explanation, please help me.
Re: Batch uploads
Posted: Thu Jun 21, 2012 7:02 pm
by rkaif
Please clarify your question. Are you asking about the BatchUpdateStart/BatchUpdateFinish or are you inquiring about using TM1 in Bulk Load Mode?
Re: Batch uploads
Posted: Mon Feb 04, 2013 12:19 pm
by AJGCarlos
Can anyone help me with the differences between and when to use EnableBulkLoadMode or BatchUpdateStart.
Not finding the IBM docs very clear on the issue.
Thanks
C
Re: Batch uploads
Posted: Mon Feb 04, 2013 12:38 pm
by ioscat
the first one needs to be applied when you load data by several threads. in 9.5.2 not necessary cos of parallel interaction (well, i don't say you have nothing to do, you need to find way to start these several threads). the second one switches all users except one off to give all performance for this special user and avoid read-write locks.
imho.