In YSQL we can use the IN operator in the WHERE clause to check if a value matches any value in a […]
Read MoreUsing an Index with LIKE Operator Predicates in YSQL
The YSQL LIKE operator is used to match text values against a pattern using wildcards. If the search expression can be matched […]
Read MoreAudit Only a Particular User in YSQL
YugabyteDB YSQL has many cool built-in audit logging features. You can read about them on this doc page: Audit Logging For today’s tip […]
Read MoreChange the Format of Audit Log Entries for YSQL
YugabyteDB YSQL uses the PostgreSQL Audit Extension (pgAudit) to provide detailed session and/or object audit logging via YugabyteDB YB-TServer logging. Audit records […]
Read MoreYugabyteDB Gets FTL Transactions!
YugabyteDB supports a rich set of multi-region deployment topologies. The predominant deployments include: Default synchronous replication across regions Geo-partitioning to pin data to different […]
Read More