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

Speed. Remove psql #3

Open
brunosan opened this issue Nov 2, 2014 · 1 comment
Open

Speed. Remove psql #3

brunosan opened this issue Nov 2, 2014 · 1 comment

Comments

@brunosan
Copy link
Owner

brunosan commented Nov 2, 2014

Current bottleneck is the concurrency of adding the lines into the psql database.

Dumping the files into a csv might be much faster. A the end we would just add them at once to a database for sorting, or use any other tool to add the ranking columns.

@brunosan
Copy link
Owner Author

brunosan commented Nov 3, 2014

Current speed is ~16 tiles/second on a hi1.4xlarge

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

1 participant