The YugabyteDB SQL shell (ysqlsh) provides a CLI for interacting with YugabyteDB using YSQL The -c flag pecifies that ysqlsh is to execute […]
Read MoreHash Function Result Depends on Data Type
yb_hash_code is a function that returns the hash of a set of given input values using the hash function DocDB uses to […]
Read MoreWildcard Search to Display YSQL Run-Time Control Parameters
YSQL configuration parameters play an important role in optimizing and enhancing database performance. The YSQL SHOW command allows inspection of the current […]
Read MoreList non-default gFlag settings
There are various configuration flags (called gFlags) for both YB-Master and YB-TServer nodes in a YugabyteDB universe. These gFlags allow you to […]
Read MoreMonitor Index Backfill from the Command Line
When an index is created on a populated table, YugabyteDB automatically backfills the existing data into the index. In most cases, this […]
Read More