Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

importing into a big database causes hangups (refreshBibtexIdLinks) #9

Closed
kristiank opened this issue Mar 18, 2013 · 1 comment
Closed

Comments

@kristiank
Copy link

Our Aigaion database now holds 10,000+ authors and 80,000+ publications (these values are will grow to double their size when importing new data has been fullfilled).

When importing more than 300 entries (or more than 900 entries with index added as explained in issue #8) the importing stops and loads an empty white page.

When looking at the mysql processlist during import, it seems that the most time consuming query is the data transfer for refreshBibtexIdLinks(). This function is called for every added publication, and must send all the pub_id and bibtex_id from the mysql database over to php (that is 2*80,000+ values in our case). I am not yet sure what the purpose of this function is, but it doesn't seem to affect the database, only keeps all the values in the user's CI session.

Could someone explain what this function does?

@kristiank
Copy link
Author

This problem is being dealt with in Issue #10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant