YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Latest

YugabyteDB Tips

How to Replace ST_SetSRID(ST_MakePoint(…),4326) from PostgreSQL/PostGIS in YugabyteDB (Without PostGIS)

Jim KnicelyMarch 16, 2026

Inroduction Many PostgreSQL applications that use PostGIS construct geographic points like this: ST_SetSRID(ST_MakePoint(lon, lat), 4326) This pattern is extremely common in location-based […]

Read More

Designing the Best Index for a Query in YugabyteDB

Jim KnicelyMarch 13, 2026

Across this indexing series, we improved the same query step by step. We started with a simple index on tenant_id. Then we: […]

Read More

How Covering Indexes Can Eliminate Table Reads in YugabyteDB

Jim KnicelyMarch 12, 2026

In the YugabyteDB Tip, How ORDER BY LIMIT Can Change the Best Index in YugabyteDB, the fitth tip in our index tuning […]

Read More

How ORDER BY LIMIT Can Change the Best Index in YugabyteDB

Jim KnicelyMarch 11, 2026

In Tip #3, we improved our index so filtering happened inside the index scan. In Tip #4, we saw how IN() predicates […]

Read More

Posts pagination

  • 1
  • 2
  • 3
  • 4
  • …
  • 101
  • Next

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