When you connect to YugabyteDB using the ysqlsh client, you typically provide a host name using the -h switch. Later you may […]
Read MoreQuery Data Between Databases In the Same Universe
Just as a single Postgres server process can manage multiple databases at the same time, Yugabyte allows you to create and manage […]
Read MoreDrop a YCQL Keyspace Which is Not Empty
In YCQL the DROP KEYSPACE statement is used remove a keyspace from the system. An error is raised if the specified keyspace […]
Read MoreQuickly View gFlags Values from the Command Line
There are numerous configuration flags, gFlags in YugabyteDB, which allow you to fine tune the core database services yb-master and yb-tserver. Several […]
Read MoreChange a Database User’s SuperUser Status
A database superuser bypasses all permission checks, except the right to log in. This is a dangerous privilege and should not be […]
Read More