I currently have some tables with data and need to partition. Can be a partition to an existing table with lots of data?
How do I manipulate a partition? For example: In the query, how would he know on which partition find?, in which partition delete? What partition insert?
Thanks