oracle / quicksql

A library for generating DDL SQL and entity-relationship-diagrams from Quick SQL code
Universal Permissive License v1.0
53 stars 11 forks source link

Add support for table partitions #33

Closed dmcghan closed 11 months ago

dmcghan commented 11 months ago

QS doesn't currently support table partitions. It would be great if support were added so we could make better use of QS.

vadim-tropashko commented 11 months ago

The goal of QSQL is to simplify database schema design, and to abstract away as many low level implementation storage artifacts as possible. From that perspective, table partitions are redundant. Or, to put it bluntly: partitions are poor man indexes.