When a new YSQL backend session executes a query for the first time, PostgreSQL must read metadata from system catalog tables In […]
Read MoreWhen a new YSQL backend session executes a query for the first time, PostgreSQL must read metadata from system catalog tables In […]
Read MoreIntroduction In YugabyteDB, the catalog version is a small but critical number that ensures all nodes in a cluster are in sync […]
Read MoreNot long ago, a Yugabyte Tip shared a neat trick: how to display a table’s table_id in YSQL by calling yb_table_id(oid) inside […]
Read MoreYugabyteDB’s cost-based optimizer (CBO) is a big deal. Turn it on, keep stats fresh, and your plans get smarter, closer to PostgreSQL […]
Read More