In many production environments, ICMP (ping, mtr) is blocked, but you still need to understand network latency between YugabyteDB nodes, especially in […]
Read MoreHow Blockchain & Distributed Ledger Concepts Map to YugabyteDB
🎯 Why this Tip? Blockchain and Distributed Ledger Technologies (DLTs) have exploded into mainstream discussions… even in enterprise data engineering. Even though […]
Read MoreXML in, JSONB out: Best-Effort XML → JSONB in YugabyteDB YSQL
Most modern apps want to store semi-structured data as JSON/JSONB, but a lot of legacy or external systems still speak XML. YugabyteDB […]
Read MoreWorking Around the Missing xml Data Type in YugabyteDB
PostgreSQL includes a native xml data type and a rich set of XML/XPath functions (XMLEXISTS, xpath, xpath_exists, XMLSERIALIZE, XMLTABLE, etc.). YugabyteDB does […]
Read More