YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: indexes

YugabyteDB Tips > indexes

Identifying and Removing Redundant Indexes in Your Database

Jim KnicelyApril 14, 2025

Secondary indexes in YugabyteDB are critical for improving database query performance by allowing faster access to rows. However, like any tool, they […]

Read More

Check for Invalid Indexes in YSQL

Jim KnicelyOctober 22, 2024

If an online CREATE INDEX command fails, an invalid index may be left behind. These indexes are not usable in queries, so […]

Read More

Creating Indexes on ARRAY Columns in YSQL

Jim KnicelyJuly 17, 2024

Secondary indexes boost database performance by enabling faster row retrieval. In YSQL you can create Unique, Partial, Covering, and Secondary Indexes with […]

Read More

Faster Index Creation

Jim KnicelyAugust 9, 2023

We use the CREATE INDEX statement to create an index on the specified columns of the specified table. Indexes are primarily used […]

Read More

Enforce Uniqueness Across Partitions (Option 2)

Jim KnicelyJune 21, 2023

In a previous tip we learned that Partitioning is another term for physically dividing large tables in YugabyteDB into smaller, more manageable tables […]

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