YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Author: Jim Knicely

YugabyteDB Tips > Articles by: Jim Knicely

Exploring Tablet Placement with yb_tablet_metadata

Jim KnicelyDecember 16, 2025

In a distributed SQL database like YugabyteDB, understanding where data actually lives is just as important as understanding the schema itself. Once […]

Read More

Understanding Smart-Driver Pooling with Multiple Connection Pools (and Important Known Issues)

Jim KnicelyDecember 14, 2025

In a [previous tip], we enforced a global max connection limit while load balancing Npgsql connections across a YugabyteDB cluster. That earlier […]

Read More

Decode yb_local_tablets() Split Ranges into Human-Readable Bounds

Jim KnicelyDecember 12, 2025

When you manually pre-split a YugabyteDB table, using SPLIT AT VALUES, you’re telling the database exactly how to divide its key space […]

Read More

How to Enforce a Global Max Connection Limit When Load Balancing Npgsql Connections

Jim KnicelyDecember 10, 2025

When connecting to a distributed SQL cluster like YugabyteDB using Npgsql, it’s easy to assume that MaxPoolSize places a global limit on […]

Read More

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

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