YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: API

YugabyteDB Tips > API

Row-Based TTL in YSQL (When Your Table Has No Timestamp)

Jim KnicelySeptember 16, 2025

YCQL has a native, per-row TTL; YSQL doesn’t (yet). This feature request is tracked in GitHub Issue: #3712. You can still emulate […]

Read More

Simulating Row-Level TTL in YSQL

Jim KnicelySeptember 16, 2025

YugabyteDB supports row-based TTL in YCQL (Cassandra-compatible), but not (yet) in YSQL (Postgres-compatible).  This feature request is tracked in GitHub Issue: #3712. […]

Read More

Terminate Idle Sessions in YSQL

Jim KnicelyMarch 19, 2025

In YSQL (Yugabyte Structured Query Language), idle sessions refer to database connections that remain open but are not actively executing queries. These […]

Read More

YSQL – Treat NULL as Distinct in Constraints

Jim KnicelyMarch 10, 2025

In a previous YugabyteDB Tip, we explored how constraints like a unique index allow multiple NULL values to be inserted. The tip […]

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