YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: Indexes

YugabyteDB Tips > Indexes

How to Diagnose and Fix Stalled Index Backfills in YugabyteDB

Jim KnicelyDecember 8, 2025

Index backfill in YugabyteDB allows you to create new indexes on large tables without blocking reads or writes. However, backfill can stall […]

Read More

How to Speed Up YSQL Index Backfill (Especially on Large Tables)

Jim KnicelyDecember 7, 2025

Online index creation in YugabyteDB is powerful… you can add columns, create indexes, and keep the application running without blocking reads or […]

Read More

When the CBO Doesn’t Choose a Local Covering Index (And How to Work Around It)

Jim KnicelyNovember 12, 2025

📝 Introduction YugabyteDB’s cost-based optimizer (CBO) is designed to pick the lowest-cost execution plan. When using duplicate covering geo-localized indexes, this usually […]

Read More

Efficient CIDR Range Lookups Using Expression Indexes

Kannan MuthukkaruppanNovember 8, 2025

🚀 Introduction YugabyteDB fully supports PostgreSQL’s inet and cidr datatypes, allowing you to store and manipulate IPv4 and IPv6 network addresses. However, […]

Read More

How to Disable (and Re-enable) an Index in YugabyteDB

Jim KnicelyOctober 22, 2025

Sometimes you want to temporarily disable an index … for example, to test the optimizer’s behavior without it, benchmark a new candidate […]

Read More

Posts navigation

Older posts

NOTICE

This site is not affiliated, endorsed or associated with YugabyteDB. This site makes no claims on ownership of trademark rights. The author contributions on this site are licensed under CC BY-SA 3.0 with attribution required.

Find Us

Address
Here!

Hours
24×7

Recommended YugabyteDB Links

  • Home
  • Key Concepts
  • Docs
  • Blog
  • Forum
  • Content Library
  • Support



YugabyteDB Tips

Copyright 2025 - Knicely/Li