You are viewing limited content. For full access, please sign in.

Question

Question

Best way to Export Documents

asked on July 22, 2015

We have around 400,000 documents in LF repo which needs exporting. We have the option of exporting them as TIFF or PDF (One question is, which format would give us small sized document?).

What would be the best way of doing this, WITHOUT hitting the performance of Laserfiche (as this is the Live/Prod environment).

Two of the methods I can think of are:

- Use LF Client and File >> Export >> Images

- Write a workflow to export documents (I have done this before using the LF SDK to export documents but I am not sure how reliable this approach will be, as we did run into issues at SDK scripts in workflows in past at different occasions).

0 0

Replies

replied on July 22, 2015

TIFF are smaller in size than PDF. As far as the method I have exported in the 50,000 amount in the evening as to not affect performance for the users during business hours. 

0 0
replied on July 22, 2015

Derek,

Thanks for the response.

We have around 14 million documents in the repository and we have once tried to change a field values for 10,000 documents at once and it took around 14 hours.

Also, our client has system in use 24/7, so they don't really have off-peak hours.

0 0
replied on July 22, 2015

I'd avoid Workflows in this case and create custom software to retrieve & export the docs via the SDK. By taking this route, you don't need to hit the Workflow engine and the resources that go with it.

 

We've done this for a modest (by comparison) 600,000 documents during production hours. Export time was about 3 seconds per doc (if I recall correctly) from time to search, load, export, and save meta data "export results" back. The database server took the hit, and we were able to increase database server specs on the fly for this project (cloud based).

 

I'd be interested to know how you approach this given the volume of docs you are tackling.

0 0
replied on July 22, 2015

Thanks Michael,

I have some other workflows which will move all documents under a single folder with in the same Rep, so I would go for the route of simply selecting them in LF Client and export them out of LF as tiffs (File > Export >> Images). As this is a built in LF Client function, so I believe it will be more reliable than using a custom script (BTW I do have similar script as part of one of my other project, so i don't have to write one for this specifically anyways)

I could anyways export List of Contents to get the relevant metadata out as CSV.

I will let you now how it goes and any pros & cons of this.

0 0
replied on March 28, 2017 Show version history

@Uzair Sheikh: I wonder if you could please share with me the Migration script. I'm looking to get the Metadata and content (Images) out of LF repository.

You are not allowed to follow up in this post.

Sign in to reply to this post.