YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: API

YugabyteDB Tips > API

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

Right-Sizing Connections in YugabyteDB with YSQL Connection Manager (YCM)

Jim KnicelyMarch 4, 2026

Why Connection Counts Matter in YugabyteDB One of the most common questions when deploying YugabyteDB in production is: How many database connections […]

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