Distributed databases change the cost model of metadata access. In PostgreSQL, system catalog tables live locally on disk and are typically cached […]
Read MoreDistributed databases change the cost model of metadata access. In PostgreSQL, system catalog tables live locally on disk and are typically cached […]
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 More