YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: Geospatial Queries

YugabyteDB Tips > API > YSQL > Geospatial Queries

Preserve Regional Index Tablespaces with pg_partman Templates

Jim KnicelyJuly 19, 2026

Version scope: This tip applies specifically to YugabyteDB v2024.2 and earlier. The YSQL API in these releases is based on PostgreSQL 11, […]

Read More

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

How to Replace ST_DWithin Radius Queries in YugabyteDB Without PostGIS

Jim KnicelyMarch 6, 2026

Many geospatial applications built on PostgreSQL use PostGIS queries that combine: ● ST_DWithin() to filter objects within a radius ● bounding-box checks […]

Read More

Benchmarking Geospatial Queries in YugabyteDB

Jim KnicelyDecember 22, 2025

Validating p95 / p99 Latency Without PostGIS (Part 3) In Part 1 of this series, Geospatial Queries in YugabyteDB Without PostGIS, we […]

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