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

Add unique primary key to voter benchmark #71

Closed
apavlo opened this issue Jul 12, 2012 · 3 comments
Closed

Add unique primary key to voter benchmark #71

apavlo opened this issue Jul 12, 2012 · 3 comments
Assignees
Labels

Comments

@apavlo
Copy link
Owner

apavlo commented Jul 12, 2012

Currently there is no primary key for the VOTES table. We will want to add a unique “VOTE_ID” column and make that the primary key. We will also add columns for the person’s age and the timestamp. Each client will be given a unique range of vote_ids to pass in at run time.

@ghost ghost assigned apavlo Jul 12, 2012
@apavlo
Copy link
Owner Author

apavlo commented Jul 14, 2012

Committed 6dfaf3d

@apavlo apavlo closed this as completed Jul 14, 2012
@apavlo apavlo reopened this Jul 17, 2012
@apavlo
Copy link
Owner Author

apavlo commented Jul 17, 2012

Forgot that we need to add additional parameters to increase the size of the table.

@apavlo
Copy link
Owner Author

apavlo commented Jul 18, 2012

Committed 24526f3

@apavlo apavlo closed this as completed Jul 18, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant