The YCQL shell (ycqlsh) is a CLI for interacting with YugabyteDB using YCQL. From within ycqlsh you can send output to a file […]
Read MoreThe YCQL shell (ycqlsh) is a CLI for interacting with YugabyteDB using YCQL. From within ycqlsh you can send output to a file […]
Read MoreYugabyteDB consists of 3 primary applications: yb-master(master), yb-tserver(tserver) and postgres. Yb-master and yb-tserver use the gFlags for managing configurations and feature flags. […]
Read MoreColumns that have a SERIAL data type are auto-incremented. YugabyteDB supports SMALLSERIAL, SERIAL, and BIGSERIAL which are short notation for sequences of […]
Read MorePivoting a the rows of a query’s result set into columns is magically simple using YSQLSH, YugabyteDB’s YSQL command line interface. The […]
Read More