From within the YSQLSH CLI you can use the ef metacommand to open the code for a function or procedure into the […]
Read MoreMaximum Number of Columns Per Index
The use of indexes can enhance YugabyteDB’s performance by enabling the database server to find rows faster. You can create, drop, and […]
Read MoreCapture Output to a File in YCQL
The YCQL shell (ycqlsh) is a CLI for interacting with YugabyteDB using YCQL. From within ycqlsh you can send output to a file […]
Read MoreYSQL – Verify Secondary Index Usage
The use of secondary indexes can enhance database performance by enabling the database server to find rows faster. If you create too […]
Read MoreCreate a Table and Populate it with gFlag Values
YugabyteDB 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 More