YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Latest

YugabyteDB Tips

Oracle-Style Partition Views in YugabyteDB: USER_TAB_PARTITIONS and ALL_TAB_PARTITIONS

Jim KnicelySeptember 3, 2025

If you’re migrating from Oracle and miss USER_TAB_PARTITIONS and ALL_TAB_PARTITIONS, you can recreate them in YugabyteDB with two simple views over the […]

Read More

Migrating Oracle Range Partitions to YugabyteDB (YSQL)

Jim KnicelySeptember 3, 2025

When moving Oracle partitions that omit a lower or upper bound, translate them to Postgres/YSQL using MINVALUE and MAXVALUE. Also remember that […]

Read More

Audit Table Stats & Last ANALYZE in YSQL

Jim KnicelyAugust 29, 2025

Ever see a query plan that suddenly flips to a seq scan, or cardinality estimates that are off by 100×? Nine times […]

Read More

Calculating Row Value Lengths in YugabyteDB

Jim KnicelyAugust 28, 2025

Sometimes in YugabyteDB YSQL, you might want to measure the size of the data in a row… for example, to estimate storage, […]

Read More

How to Prevent YugabyteDB YSQL (JDBC) from Switching a Prepared Statement to an Inefficient Plan

Jim KnicelyAugust 28, 2025

Prepared statements are great… until they suddenly aren’t. With the YugabyteDB JDBC Smart Driver (which inherits pgJDBC behavior), a prepared statement is […]

Read More

Posts pagination

  • Previous
  • 1
  • …
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • …
  • 69
  • Next

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