I have a table with hundreds of thousands of records. How to partition the table, week-wise?
A few million rows insertion will be taking place in my table in a day.So i need to partition it weekly. There is a datetime column which I want to partition by weekly
