hello everyone
i have db with 180 table ,major table is geriatric and 160 table relation to major table
like below image
Image may be NSFW.
Clik here to view.
imaging ,i want to insert information of all geriatric my country into Geriatric table,and every day ,app insert new record into geriatric table.
and insert maybe 2000 record to each other table every day(result of geriatric index).
my queries where clause is based of GeriatricId.
now i need to your recommendation.
i Partition my tables based on GeriatricId or InsertTime?
how can i define job to do that (i have new geriatric that insert to db every day)?
help appreciated.
thanks a lot .