Importing large collections
I'm trying to import a collection from endnote with over 30,000 entries. I've exported this from endnote to a "monster.ris" file. When I tried to import this into zotero, I notice the following:
* The progress bar in the import dialog froze.
* Firefox locked up.
* Firefox's CPU time went to 90+ percent.
* I eventually killed it.
* The references were coming in, but very slowly.
* In about 90 minutes, it had read in 1300 citations.
So, has anyone else tried this? Is there another format besides RIS that would be faster for import? Any other ideas?
* The progress bar in the import dialog froze.
* Firefox locked up.
* Firefox's CPU time went to 90+ percent.
* I eventually killed it.
* The references were coming in, but very slowly.
* In about 90 minutes, it had read in 1300 citations.
So, has anyone else tried this? Is there another format besides RIS that would be faster for import? Any other ideas?
In the meantime I'd probably suggest importing just a subset of the EndNote library, if possible. You could also just let it run overnight on the fastest computer you have access to, but I suspect that trying to use the resulting Zotero library would be pretty frustrating.
It's definitely our goal to eventually support very large collections, but it'll take some more work until that's really feasible.
Sincerely,
Derek
The delay, however, was unnecessary, and was caused by the UI notification methods being called after every insert. I grouped the adds and deletes into single transactions in r1369 on the development branch, and adds and deletes are now more or less instantaneous.
Thanks for bringing this to our attention.
Also, how many items do your Zotero development libraries usually have? This helps me reign in my commitment to Zotero until it's outta beta.
Best,
Tim
i'm having a similar problem to tshort, but with a twist of lime.
using ffox 2.0.0.4 on an 800MHz powerbook G4 mac with 512Mb RAM, zotero 1.0.0b4.r5
when i imported my endote v8 library (<3000 refs) i kept getting an "unresponsive script" error, which if i hit continue a couple of times eventually chugged away wit the rainbow wheel. i left the computer alone for a couple of hours (ffox was using 98% of CPU) and when i returned it seemed to have imported everything.
now however whenever i try to open zotero from the bottom bar of ffox the library won't open, instead i get the "unresponsive script" error.
also, if i try to import even a small (3) number of references from Pubmed i get the same error message. if i select the refs one by one it seems to work, albeit slowly.
is this a prob with my ancient G4, or is it a zotero thing? sorry about the non-technical jargon i'm only partially tech savvy :(
There's an easy fix, though: go to about:config in the URL bar, search for dom.max_chrome_script_run_time, double-click on that pref, and either increase the number of seconds or make it 0 to disable the warning completely. The default is 20.
Note that imports will be dramatically faster in the next release.