YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: PostGIS

YugabyteDB Tips > Extensions > PostGIS

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

Generate H3 / Geohash Cells for Fast Geo Filtering

Jim KnicelyDecember 21, 2025

This post is the implementation companion to Part 1: Geospatial Queries in YugabyteDB Without PostGIS. In that tip you learned how geospatial […]

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