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 MoreDisplay the Last Insert/Update Timestamp for a Table Column Row in YCQL
A table contains a timestamp representing the date and time that a write occurred to a column. Using the WRITETIME function in a SELECT […]
Read MoreDisplay the Current Date, Timestamp and Time in YCQL
We learned in a previous tip one method to display the current timestamp in YCQL. Luckily the Yugabyte YCQL API makes things […]
Read MoreReturn the Current Timestamp in YCQL
I want to display the current timestamp in YCQL. For that I can use the Cassandra function called now() which will, on […]
Read More