YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: Partitioning

YugabyteDB Tips > Partitioning

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

Foreign Key References on Partitioned Tables

Jim KnicelyAugust 26, 2025

YugabyteDB now supports foreign key references to partitioned tables…a PostgreSQL 12+ feature that brings referential integrity to partitioned parents. This is available starting […]

Read More

Multi-Column LIST Partitioning

Jim KnicelyAugust 12, 2025

Multi-column partitioning can be a powerful tool for organizing data. In databases like Oracle, you can define a LIST partition on multiple […]

Read More

Colocation Gotcha: Creating Hash-Partitioned Tables with Range Partitions in YugabyteDB

Jim KnicelyJuly 22, 2025

🟢 Update (Nov 2025): The colocation issue described in this tip has been fixed in YugabyteDB 2025.1.1.2. You can now create hash-partitioned […]

Read More

Posts navigation

Older 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