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 MoreTrack the Status of a COPY Command
We can use the COPY statement to load data into tables from files. When loading from very large files, starting in YugabyteDB […]
Read More