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
SlowMemcpyWorkload
SlowMemcpyDataset
Vincent suggests:
one-pass_out-of-core_batchwise_low-latency <-- this is what I proposed, locally from SSD access profile 1, profile 2, profile 3, ... (various advanced indexing profiles while doing the one-pass) one-pass_out_of_core_batchwise_high-latency <-- this would be the same, over the network access profile 1, profle 2, profile 3, .... (various advanced indexing profiles while doing the one-pass) parallel-map-reduce_local_low-latency <-- this would be map-reduce but on a single computer parallel-map-reduce_clustered_high-latency <-- this would be map-reduce but in a clustered environment
xref #5 #6 #7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Vincent suggests:
xref #5 #6 #7
The text was updated successfully, but these errors were encountered: