I want to display the current timestamp in YCQL. For that I can use the Cassandra function called now() which will, on […]
Read MoreDisplay a Table’s TABLE_ID in YSQL
We can display a list of tables and their UUID (table_id) values by opening the YB-Master UI (<master_host>:7000/) and then clicking Tables in the navigation bar. […]
Read MoreDisplay All Universe Node IPs from YCQL
A YugabyteDB universe is comprised of exactly one primary cluster and zero or more read replica clusters. In YCQL we can display […]
Read MoreQuickly View All Universe G-Flag Values
There are numerous configuration flags, G-Flags in YugabyteDB, which allow you to fine tune the core database services yb-tserver and yb-master. Several […]
Read MoreDisplay the Shards (Tablets) for a YCQL Table
Yugabyte DB automatically splits tables into multiple shards, called tablets, using either hash or range-based strategy. Sharding is a process of breaking up large […]
Read More