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 MoreWe 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 MoreWe can use the COPY statement to load data into tables from files. When loading from very large files, starting in YugabyteDB […]
Read MoreThe Primary Key constraint is a means to uniquely identify a specific row in a table via one or more columns. To […]
Read MoreUsing the YSQL API, temporary tables exist in their own unique schema, so you can’t assign a schema name when you create […]
Read MoreYou can get help on specific YSQL (i.e. PostgreSQL) statement with the h <command> meta-command. For example, I want alter add a […]
Read More