You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pegasus-AdminCli-1.2.0 » help create
Create a Pegasus table.
Please pay attention to the partition number. It usually depends on the table's on-disk storage size.
To achieve an predictable performance, you should keep the average partition size within a acceptable
range.
Usage:
create <table> [-p|--partitions <NUM>] [-r|--replica <NUM>]
Args:
table string the table name
Flags:
-h, --help display help
-p, --partitions int the number of partitions (default: 4)
-r, --replica int the number of replicas (default: 3)
by following the usage, you just can't create a table successfully
as a matter of fact, you can create tables as below, so i think the usage doc is wrong. it should be create [-p|--partitions <NUM>] [-r|--replica <NUM>] <table>
by following the usage, you just can't create a table successfully
as a matter of fact, you can create tables as below, so i think the
usage
doc is wrong. it should becreate [-p|--partitions <NUM>] [-r|--replica <NUM>] <table>
The text was updated successfully, but these errors were encountered: