We learned in several earlier tips how to display the version of YugabyteDB. Example: Display YugabyteDB Version For fun, here are few […]
Read MoreCreate a Secondary Index on a Collection in YCQL
YCQL supports collection data types to specify columns for data objects that can contain more than one value. These include the following data […]
Read MoreMore Secure Method to Avoid Typing Your Password in YSQL
The YugabyteDB SQL shell ysqlsh provides a CLI for interacting with YugabyteDB using YSQL. There is not a flag available on the command […]
Read MoreUse an Environment Variable to Store Your YSQL Password
The YugabyteDB SQL shell ysqlsh provides a CLI for interacting with YugabyteDB using YSQL. There is not a flag available on the command […]
Read MoreExecute All Commands from the Output Buffer in YSQL
As a lazy DBA/Developer one my favorite short cuts to do is to let the database generate SQL commands for me. I […]
Read More