Dynamic table partitioning in Oracle -
I am in the process of creating a database memory for my app which is a huge data volume (hundreds of millions of records) in the date field I am planning to keep an index because I am recovering a batch of all records in a certain period of time (for example, retrieving all the records of the next day, at midnight).
Since the number of records is very large and performance in this system is a significant concern, I would like to know if there is any way by which I can dynamically divide my table so that I can record the record faster They can not be obtained, they are no longer required as partitions and sorting. For example, how can I go about making a partition the next day and today's record is about resources After the Popul do it with the rest of the data?
In
Comments
Post a Comment