Bankim Bhavsar has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/16253


Change subject: [tool] Add option in loadgen to populate random values only for 
non-pk columns
......................................................................

[tool] Add option in loadgen to populate random values only for non-pk columns

With --use_random option in loadgen tool, both primary key and non-primary
key columns are populated with random values. This increases
the possibility of collisions for primary key columns when inserting large
number of rows.

This change adds new option --use_random_non_pk that uses random
numbers only for non-primary key columns allowing creation of large
number of rows with random values.

Change-Id: I35bb33a192baa9e6e67e85bcbd5ca7164ba154e4
---
M src/kudu/tools/kudu-tool-test.cc
M src/kudu/tools/tool_action_perf.cc
2 files changed, 34 insertions(+), 8 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/53/16253/1
--
To view, visit http://gerrit.cloudera.org:8080/16253
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I35bb33a192baa9e6e67e85bcbd5ca7164ba154e4
Gerrit-Change-Number: 16253
Gerrit-PatchSet: 1
Gerrit-Owner: Bankim Bhavsar <ban...@cloudera.com>

Reply via email to