-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Implement parallel result scanner for scanning rows distributed with RowKeyDistributor #1362
Comments
Xylus
added a commit
to Xylus/pinpoint
that referenced
this issue
Dec 18, 2015
Xylus
added a commit
to Xylus/pinpoint
that referenced
this issue
Dec 23, 2015
Reopening as scanner creations may be done in parallel as well, and this may cut some time during scanner creation. |
Xylus
added a commit
to Xylus/pinpoint
that referenced
this issue
Dec 28, 2015
Xylus
added a commit
to Xylus/pinpoint
that referenced
this issue
Dec 28, 2015
Reopening to apply parallel scan for finding accept applications for nodes when drawing the server map. |
Xylus
added a commit
to Xylus/pinpoint
that referenced
this issue
Jan 6, 2016
koo-taejin
added a commit
to koo-taejin/pinpoint
that referenced
this issue
Feb 18, 2016
include tableFactory object when to execute releaseTable method.
Xylus
added a commit
that referenced
this issue
Feb 18, 2016
#1362 Make scanner creation run parallel :+1: thanks for this!
dawidmalina
pushed a commit
to dawidmalina/pinpoint
that referenced
this issue
Mar 20, 2016
include tableFactory object when to execute releaseTable method.
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Allow distributed scanners to run in parallel that would theoretically allow for better performance when scanning rows that are well distributed using
RowKeyDistributor
The text was updated successfully, but these errors were encountered: