November 2006
Intermediate to advanced
1232 pages
34h 10m
English
As discussed earlier in this chapter, there are a number of good reasons for using partitioning. This section presents a few scenarios of where and how partitioning can be especially beneficial.
In the first scenario, we will look at how partitioning can benefit systems by partitioning based on historical data. This is probably the most beneficial type of partitioning because most financial systems include data that has a date attached to it. As mentioned earlier in this chapter, I generally do not recommend indexing on date fields.
Probably the most effective method of partitioning a financial database is on date. Not all tables include date fields, but the largest tables (for example, ...
Read now
Unlock full access