YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: YSQL

YugabyteDB Tips > API > YSQL

Install UUIDv7 Today in YugabyteDB (No Need to Wait for PostgreSQL 18)

Jim KnicelyMarch 30, 2026

🧭 Introduction With PostgreSQL 18 introducing native uuidv7(), time-ordered UUIDs are finally going mainstream. But if you’re running YugabyteDB (or older PostgreSQL […]

Read More

How to Emulate PostgreSQL pgstattuple in YugabyteDB

Jim KnicelyMarch 25, 2026

If you come from PostgreSQL, pgstattuple is one of those extensions that feels like it should be part of your regular toolbox. […]

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

Posts navigation

Older posts
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