🚀 Introduction YugabyteDB fully supports PostgreSQL’s inet and cidr datatypes, allowing you to store and manipulate IPv4 and IPv6 network addresses. However, […]
Read MoreStoring 128-bit Integers in YugabyteDB (YSQL)
💡 Intro YSQL (like PostgreSQL) gives us INT (32-bit) and BIGINT (64-bit), but there’s no native 128-bit integer. So what happens when […]
Read MoreFast multi-column IN deletes/updates with ROW tuples
Intro 🎁 Have you ever written a simple multi-column IN clause, something like WHERE ROW(a, b) IN ((1, 1), (2, 2)), and […]
Read MoreVerify Required Ports Are Open Before Installing YugabyteDB or YBA
🚀 Intro You’ve got your shiny new cluster nodes provisioned and ready for YugabyteDB or YugabyteDB Anywhere (YBA)… but before you install […]
Read MoreAutomate On-the-Fly Backup & Restore of Specific YCQL Tables via YBA API
Ever wrapped up a massive bulk load into your production YugabyteDB YCQL cluster and wished you could instantly refresh a secondary read-only […]
Read More