-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add bulk load demo, fix socket-timeout, fix partition-id caluclation. #134
Conversation
Code Coverage
Files
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be part of Test package?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be part of Test package?
public class BulkMain { | ||
|
||
private static final String DB_URL = | ||
"jdbc:postgresql://naksha-perftest.ccmrakfzvsi3.us-east-1.rds.amazonaws.com:5432/unimap?schema=java_perf_test&id=java_perf_test&app=Naksha-Perf-Test&user=postgres&password=csdhf78wef34f"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let us not store actual server details.
… state, fix that XyzCodec does report err, not throw exception.
No description provided.