YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: Indexes

YugabyteDB Tips > Indexes

Identify Hash Partitioned Indexes on TIMESTAMP Columns

Jim KnicelyMay 9, 2025

In a distributed SQL database like YugabyteDB, the way data and indexes are partitioned across nodes has a major impact on performance. […]

Read More

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

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