DEV Community

Cover image for Interval Partitioning
YTTMP3
YTTMP3

Posted on

1

Interval Partitioning

When data put into a table surpasses all of the existing range partitions. Interval partitioning is an extension of range partitioning that directs the database to automatically build segments of a defined interval. At least one range division must be specified. For Definition and more visit HERE

Example
There are 10 Lectures, each with a fixed start time and end time. Each Lecture needs a lecture Hall. There can be only one lecture in one lecture hall at the same time. You have to find the minimum number of lecture halls needed for scheduling all lectures.

To read more visit : https://hecodesit.com/interval-partitioning/

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay