RE: Data Load tips/tricks?

2017-12-27 Thread Boyden, Timothy
Thanks Taher and Nicolas. I'll check those out.

-Tim

-Original Message-
From: Taher Alkhateeb [mailto:slidingfilame...@gmail.com] 
Sent: Wednesday, December 27, 2017 7:18 AM
To: user@ofbiz.apache.org
Subject: Re: Data Load tips/tricks?

Hi Tim,

My recommendation is to avoid using the web tools altogether, and instead using 
the CLI. The exact documentation for how to import from XML files is specified 
in the README.md. This has the benefit of not only reducing resource usage but 
also allows for automation instead of doing this stuff manually by hand

On Wed, Dec 27, 2017 at 3:06 PM, Boyden, Timothy <tboy...@electroswitch.com> 
wrote:
> I started writing scripts this week to export data from our current ERP to 
> the OFBiz XML data formats. I have loaded about 25,000 of our 150,000 
> products through the Web Tools Import XML utility. Are there any tips to 
> improve load speed, such as temporarily disabling indexing or anything else 
> anyone has experience with?
>
> Thanks,
>
> Tim


Re: Data Load tips/tricks?

2017-12-27 Thread Nicolas Malin

Disable eeca on your delegator like :

    entity-group-reader="main" entity-eca-reader="main" 
*entity-eca-enabled="false"* distributed-cache-clear-enabled="false">


Nicolas
Le 27/12/2017 à 13:06, Boyden, Timothy a écrit :

I started writing scripts this week to export data from our current ERP to the 
OFBiz XML data formats. I have loaded about 25,000 of our 150,000 products 
through the Web Tools Import XML utility. Are there any tips to improve load 
speed, such as temporarily disabling indexing or anything else anyone has 
experience with?

Thanks,

Tim





Re: Data Load tips/tricks?

2017-12-27 Thread Taher Alkhateeb
Hi Tim,

My recommendation is to avoid using the web tools altogether, and
instead using the CLI. The exact documentation for how to import from
XML files is specified in the README.md. This has the benefit of not
only reducing resource usage but also allows for automation instead of
doing this stuff manually by hand

On Wed, Dec 27, 2017 at 3:06 PM, Boyden, Timothy
 wrote:
> I started writing scripts this week to export data from our current ERP to 
> the OFBiz XML data formats. I have loaded about 25,000 of our 150,000 
> products through the Web Tools Import XML utility. Are there any tips to 
> improve load speed, such as temporarily disabling indexing or anything else 
> anyone has experience with?
>
> Thanks,
>
> Tim


Data Load tips/tricks?

2017-12-27 Thread Boyden, Timothy
I started writing scripts this week to export data from our current ERP to the 
OFBiz XML data formats. I have loaded about 25,000 of our 150,000 products 
through the Web Tools Import XML utility. Are there any tips to improve load 
speed, such as temporarily disabling indexing or anything else anyone has 
experience with?

Thanks,

Tim