We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I found it would be way slow if importing massive data into ES.
By default jsonpyes does not use Epoll, so it runs on one thread. The I/O of it is very slow.
It would take more than 5 hours to import 3GB data to ES.
There should be an improvement.
The text was updated successfully, but these errors were encountered:
This was solved by me. #3
But the efficiency was not improved too much. Maybe it works greater in good servers.
Let's see. 😃
Sorry, something went wrong.
almost 5 times faster than before.
Here's the pull request. #17
Thanks to all people's contribution to this project 😃
xros
No branches or pull requests
I found it would be way slow if importing massive data into ES.
By default jsonpyes does not use Epoll, so it runs on one thread. The I/O of it is very slow.
It would take more than 5 hours to import 3GB data to ES.
There should be an improvement.
The text was updated successfully, but these errors were encountered: