YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Author: Jim Knicely

YugabyteDB Tips > Articles by: Jim Knicely

How to Fix Broken ysqlsh History Between Sessions in YugabyteDB

Jim KnicelyMarch 7, 2026

When working with ysqlsh, the command history feature is extremely useful. It allows you to quickly recall previous queries using the up-arrow […]

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

Understanding YSQL Catalog Caching in YugabyteDB

Jim KnicelyMarch 6, 2026

Distributed databases change the cost model of metadata access. In PostgreSQL, system catalog tables live locally on disk and are typically cached […]

Read More

Identifying YSQL Catalog Tables to Preload – Without Grepping Logs Across Nodes

Jim KnicelyMarch 5, 2026

When a new YSQL backend session executes a query for the first time, PostgreSQL must read metadata from system catalog tables In […]

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