The use of indexes can enhance database performance by enabling the database server to find rows faster. You can create, drop, and […]
Read MoreWhen Does NULL = NULL = TRUE?
Normally when comparing a NULL with a NULL for equality you’ll get a NULL result. But that can be overridden with the […]
Read MoreWhat Node am I Connected to?
A YugabyteDB universe is a group of nodes (VMs, physical machines, or containers) that collectively function as a resilient and scalable distributed […]
Read MoreMaximum Number of Columns per Table
As you may know, a database table in YugabyteDB is made up of columns and rows. There is no theoretical maximum number of […]
Read MoreAsk a Cow to Display Query Results in YSQL
I used to have fun with the amusing old Linux command Cowsay which inserts any input into a word bubble and draws an […]
Read More