By default the YSQLSH CLI draws the lines that separate the columns and rows of a result set using ascii characters. Example: […]
Read MoreBy default the YSQLSH CLI draws the lines that separate the columns and rows of a result set using ascii characters. Example: […]
Read MoreFrom within the YSQLSH CLI you can use the ef metacommand to open the code for a function or procedure into the […]
Read MoreThe use of indexes can enhance YugabyteDB’s performance by enabling the database server to find rows faster. You can create, drop, and […]
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 More