Advertisement
EvEnSGRIANch

Untitled

Feb 1st, 2022
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. Context,Test Size,Initial user count
  2. "Control: Using no encryption",10,1000
  3. "Control: using a fixed number of buckets",10,1000
  4. "Using `SELECT COUNT(*)` for updates to BucketCount, storing BucketExponent in the entity",10,1000
  5. "Using a summary table for updates to BucketCount, storing BucketExponent in the entity",10,1000
  6. "Using autoincremented row numbers",10,1000
  7. "Using `SELECT COUNT(*)` for updates to BucketCount, updating all bucket numbers after threshold is passed",10,1000
  8. "Control: Using no encryption",20,1000
  9. "Control: using a fixed number of buckets",20,1000
  10. "Using `SELECT COUNT(*)` for updates to BucketCount, storing BucketExponent in the entity",20,1000
  11. "Using a summary table for updates to BucketCount, storing BucketExponent in the entity",20,1000
  12. "Using autoincremented row numbers",20,1000
  13. "Using `SELECT COUNT(*)` for updates to BucketCount, updating all bucket numbers after threshold is passed",20,1000
  14. "Control: Using no encryption",30,1000
  15. "Control: using a fixed number of buckets",30,1000
  16. "Using `SELECT COUNT(*)` for updates to BucketCount, storing BucketExponent in the entity",30,1000
  17. "Using a summary table for updates to BucketCount, storing BucketExponent in the entity",30,1000
  18. "Using autoincremented row numbers",30,1000
  19. "Using `SELECT COUNT(*)` for updates to BucketCount, updating all bucket numbers after threshold is passed",30,1000
  20. "Control: Using no encryption",10,10000
  21. "Control: using a fixed number of buckets",10,10000
  22. "Using `SELECT COUNT(*)` for updates to BucketCount, storing BucketExponent in the entity",10,10000
  23. "Using a summary table for updates to BucketCount, storing BucketExponent in the entity",10,10000
  24. "Using autoincremented row numbers",10,10000
  25. "Using `SELECT COUNT(*)` for updates to BucketCount, updating all bucket numbers after threshold is passed",10,10000
  26. "Control: Using no encryption",20,10000
  27. "Control: using a fixed number of buckets",20,10000
  28. "Using `SELECT COUNT(*)` for updates to BucketCount, storing BucketExponent in the entity",20,10000
  29. "Using a summary table for updates to BucketCount, storing BucketExponent in the entity",20,10000
  30. "Using autoincremented row numbers",20,10000
  31. "Using `SELECT COUNT(*)` for updates to BucketCount, updating all bucket numbers after threshold is passed",20,10000
  32. "Control: Using no encryption",30,10000
  33. "Control: using a fixed number of buckets",30,10000
  34. "Using `SELECT COUNT(*)` for updates to BucketCount, storing BucketExponent in the entity",30,10000
  35. "Using a summary table for updates to BucketCount, storing BucketExponent in the entity",30,10000
  36. "Using autoincremented row numbers",30,10000
  37. "Using `SELECT COUNT(*)` for updates to BucketCount, updating all bucket numbers after threshold is passed",30,10000
  38. "Control: Using no encryption",10,100000
  39. "Control: using a fixed number of buckets",10,100000
  40. "Using `SELECT COUNT(*)` for updates to BucketCount, storing BucketExponent in the entity",10,100000
  41. "Using a summary table for updates to BucketCount, storing BucketExponent in the entity",10,100000
  42. "Using autoincremented row numbers",10,100000
  43. "Using `SELECT COUNT(*)` for updates to BucketCount, updating all bucket numbers after threshold is passed",10,100000
  44. "Control: Using no encryption",20,100000
  45. "Control: using a fixed number of buckets",20,100000
  46. "Using `SELECT COUNT(*)` for updates to BucketCount, storing BucketExponent in the entity",20,100000
  47. "Using a summary table for updates to BucketCount, storing BucketExponent in the entity",20,100000
  48. "Using autoincremented row numbers",20,100000
  49. "Using `SELECT COUNT(*)` for updates to BucketCount, updating all bucket numbers after threshold is passed",20,100000
  50. "Control: Using no encryption",30,100000
  51. "Control: using a fixed number of buckets",30,100000
  52. "Using `SELECT COUNT(*)` for updates to BucketCount, storing BucketExponent in the entity",30,100000
  53. "Using a summary table for updates to BucketCount, storing BucketExponent in the entity",30,100000
  54. "Using autoincremented row numbers",30,100000
  55. "Using `SELECT COUNT(*)` for updates to BucketCount, updating all bucket numbers after threshold is passed",30,100000
  56. "Control: Using no encryption",10,1000000
  57. "Control: using a fixed number of buckets",10,1000000
  58. "Using `SELECT COUNT(*)` for updates to BucketCount, storing BucketExponent in the entity",10,1000000
  59.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement