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

Import Performance #2

Open
cmattoon opened this issue May 20, 2015 · 4 comments
Open

Import Performance #2

cmattoon opened this issue May 20, 2015 · 4 comments

Comments

@cmattoon
Copy link
Owner

This is also slow with xhprof.io (mysql). It's taking between 90-120 seconds for some files.

@cmattoon cmattoon added this to the Release 0.1.0b milestone May 20, 2015
@cmattoon
Copy link
Owner Author

Beanstalkd for imports?

@srishere
Copy link

Beanstalkd would bring in an external dependency? we can make it PHP
based ??
something like
http://stackoverflow.com/questions/209774/does-php-have-threading (there
is a nohup shell based solution in that and
http://sourceforge.net/projects/phpthreadlib/)

On Thursday 21 May 2015 08:45 PM, Curtis Mattoon wrote:

Beanstalkd for imports?


Reply to this email directly or view it on GitHub
#2 (comment).

@cmattoon
Copy link
Owner Author

cmattoon commented Jun 1, 2015

ksort seemed to speed it up the other day. also found this (marking for later reference) https://github.com/neoxygen/neo4j-neoclient (Site: http://www.neoxygen.io/)

@cmattoon
Copy link
Owner Author

cmattoon commented Jun 1, 2015

Further improved by removing a call to a method that's not used.. d'oh: http://i.imgur.com/LvFf1OA.png

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

No branches or pull requests

2 participants