PostgreSQL provides an elegant way to handle problems such as overlapping reservations, duplicate-event windows, or effective-date ranges. A typical design uses a […]
Read MorePostgreSQL provides an elegant way to handle problems such as overlapping reservations, duplicate-event windows, or effective-date ranges. A typical design uses a […]
Read MoreSearching for values that end with or contain a particular string can be tricky with a traditional index. A predicate such as: […]
Read MoreWhen an index appears as INVALID in YugabyteDB, the first question is usually: Why did the index become invalid? For example, d […]
Read MoreYugabyteDB’s distributed index backfill can take advantage of multiple tablets and YB-TServers to build an index in parallel. In most environments, the […]
Read More