Partitioning is another term for physically dividing large tables in YugabyteDB into smaller, more manageable tables to improve performance. In the following […]
Read MoreList Installed Postgres Extensions
PostgreSQL extensions provide a way to extend the functionality of a database by bundling SQL objects into a package and using them […]
Read MoreEnforce Uniqueness Across Partitions (Option 1)
Partitioning is another term for physically dividing large tables in YugabyteDB into smaller, more manageable tables to improve performance. Because partitioned tables […]
Read MoreUsing yb_table_properties To Display Tablet Count of a Table’s Primary Key Index
We learned in a previous tip that the YB_TABLE_PROPERTIES function can be used to display the number of tablets for a YSQL […]
Read MoreDisplay the Number of Tablets for a YCQL Table
Yugabyte Cloud Query Language (YCQL) is a semi-relational SQL API that is best fit for internet-scale OLTP and HTAP applications needing massive […]
Read More