I'm new to Oracle and Apex, and I'm building a table that will potentially become very large over time.
It would be ideal to partition by date range, and then subpartition by hash.
Does Apex support table partitioning?
Googling yielded no results, which makes me think it's unsupported.
(All I could find was Oracle DB articles, not Apex.)