$ psql -h 127.0.0.1 -p 8001 -U user test_db
Password for user user:
psql (8.3.23, server gpstall0.1)
WARNING: psql version 8.3, server version 0.0.
Some psql features might not work.
Type "help" for help.
test_db=# INSERT INTO test_table("name", "id") VALUES ('zhang', 1);
INSERT 0 1
test_db=# stall_status;
NOTICE:
start_time: 20170920192532
service_status: ONLINE
conn_num: 1
QPS: 0
gpload_failed_num: 2
Limitation
1 We only support simple Insert command.
insert into table_name (attribute_A, attribute_B, ...) values (value_A_1, value_B_1, ...), (value_A_2, value_B_2, ...);
Intro
Usage
Compile
Run
Configuration
Client example
Limitation
insert into table_name (attribute_A, attribute_B, ...) values (value_A_1, value_B_1, ...), (value_A_2, value_B_2, ...);Contact Us
email: g-infra-bada@list.qihoo.net