Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Context,Test Size,Initial user count
- "Control: Using no encryption",10,1000
- "Control: using a fixed number of buckets",10,1000
- "Using `SELECT COUNT(*)` for updates to BucketCount, storing BucketExponent in the entity",10,1000
- "Using a summary table for updates to BucketCount, storing BucketExponent in the entity",10,1000
- "Using autoincremented row numbers",10,1000
- "Using `SELECT COUNT(*)` for updates to BucketCount, updating all bucket numbers after threshold is passed",10,1000
- "Control: Using no encryption",20,1000
- "Control: using a fixed number of buckets",20,1000
- "Using `SELECT COUNT(*)` for updates to BucketCount, storing BucketExponent in the entity",20,1000
- "Using a summary table for updates to BucketCount, storing BucketExponent in the entity",20,1000
- "Using autoincremented row numbers",20,1000
- "Using `SELECT COUNT(*)` for updates to BucketCount, updating all bucket numbers after threshold is passed",20,1000
- "Control: Using no encryption",30,1000
- "Control: using a fixed number of buckets",30,1000
- "Using `SELECT COUNT(*)` for updates to BucketCount, storing BucketExponent in the entity",30,1000
- "Using a summary table for updates to BucketCount, storing BucketExponent in the entity",30,1000
- "Using autoincremented row numbers",30,1000
- "Using `SELECT COUNT(*)` for updates to BucketCount, updating all bucket numbers after threshold is passed",30,1000
- "Control: Using no encryption",10,10000
- "Control: using a fixed number of buckets",10,10000
- "Using `SELECT COUNT(*)` for updates to BucketCount, storing BucketExponent in the entity",10,10000
- "Using a summary table for updates to BucketCount, storing BucketExponent in the entity",10,10000
- "Using autoincremented row numbers",10,10000
- "Using `SELECT COUNT(*)` for updates to BucketCount, updating all bucket numbers after threshold is passed",10,10000
- "Control: Using no encryption",20,10000
- "Control: using a fixed number of buckets",20,10000
- "Using `SELECT COUNT(*)` for updates to BucketCount, storing BucketExponent in the entity",20,10000
- "Using a summary table for updates to BucketCount, storing BucketExponent in the entity",20,10000
- "Using autoincremented row numbers",20,10000
- "Using `SELECT COUNT(*)` for updates to BucketCount, updating all bucket numbers after threshold is passed",20,10000
- "Control: Using no encryption",30,10000
- "Control: using a fixed number of buckets",30,10000
- "Using `SELECT COUNT(*)` for updates to BucketCount, storing BucketExponent in the entity",30,10000
- "Using a summary table for updates to BucketCount, storing BucketExponent in the entity",30,10000
- "Using autoincremented row numbers",30,10000
- "Using `SELECT COUNT(*)` for updates to BucketCount, updating all bucket numbers after threshold is passed",30,10000
- "Control: Using no encryption",10,100000
- "Control: using a fixed number of buckets",10,100000
- "Using `SELECT COUNT(*)` for updates to BucketCount, storing BucketExponent in the entity",10,100000
- "Using a summary table for updates to BucketCount, storing BucketExponent in the entity",10,100000
- "Using autoincremented row numbers",10,100000
- "Using `SELECT COUNT(*)` for updates to BucketCount, updating all bucket numbers after threshold is passed",10,100000
- "Control: Using no encryption",20,100000
- "Control: using a fixed number of buckets",20,100000
- "Using `SELECT COUNT(*)` for updates to BucketCount, storing BucketExponent in the entity",20,100000
- "Using a summary table for updates to BucketCount, storing BucketExponent in the entity",20,100000
- "Using autoincremented row numbers",20,100000
- "Using `SELECT COUNT(*)` for updates to BucketCount, updating all bucket numbers after threshold is passed",20,100000
- "Control: Using no encryption",30,100000
- "Control: using a fixed number of buckets",30,100000
- "Using `SELECT COUNT(*)` for updates to BucketCount, storing BucketExponent in the entity",30,100000
- "Using a summary table for updates to BucketCount, storing BucketExponent in the entity",30,100000
- "Using autoincremented row numbers",30,100000
- "Using `SELECT COUNT(*)` for updates to BucketCount, updating all bucket numbers after threshold is passed",30,100000
- "Control: Using no encryption",10,1000000
- "Control: using a fixed number of buckets",10,1000000
- "Using `SELECT COUNT(*)` for updates to BucketCount, storing BucketExponent in the entity",10,1000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement