The translate() function in both PostgreSQL and YugabyteDB’s Postgres compatible YSQL API, does one-to-one translation of characters in a single operation. The […]
Read MoreThe translate() function in both PostgreSQL and YugabyteDB’s Postgres compatible YSQL API, does one-to-one translation of characters in a single operation. The […]
Read MoreSome 20 years ago I started a new job with a company in Pittsburgh as an Oracle DBA. The first task given […]
Read MoreDocDB is the underlying document storage engine of YugabyteDB and is built on top of a highly customized and optimized version of RocksDB, […]
Read MoreWhen you run a DML statement like an INSERT, UPDATE or DELETE, some number of rows are affected. Databases have various ways […]
Read MoreWe saw in this previous tip how to display the number of YSQL connections per node from the command line. This is […]
Read More