YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: indexes

YugabyteDB Tips > indexes

Using an Index with LIKE Operator Predicates in YSQL

Jim KnicelyApril 10, 2023

The YSQL LIKE operator is used to match text values against a pattern using wildcards. If the search expression can be matched […]

Read More

Better Performance on JSONB Data Value Search with a GIN Index

Jim KnicelyMarch 28, 2023

YSQL supports the JSON and JSONB data types which both can store JSON (JavaScript Object Notation) data. JSON stores an exact copy […]

Read More

Maximum Number of Columns Per Index

Jim KnicelyFebruary 21, 2023

The use of indexes can enhance YugabyteDB’s performance by enabling the database server to find rows faster. You can create, drop, and […]

Read More

YSQL – Verify Secondary Index Usage

Jim KnicelyFebruary 18, 2023

The use of secondary indexes can enhance database performance by enabling the database server to find rows faster. If you create too […]

Read More

Posts navigation

Newer 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