Hi,
We are using Month-year tables to keep the history of long transaction
of our application. For example:
We capture the details of a certain action in table
"TransDtls<Curr Month><CurrYear >" (this month: TransDtls072005 ).
This way tables keep growing. every month a new table gets created. We
have done it because we estimated that every month year table will
carry around 2 - 3 Lac records and most of the time the operations will
work on current month year table.
Avoiding this way and carrying on with single table instead of "Month
year" table might lead us system performance issues.
But now we are a bit confused on the way we are heading and also facing
the implementation issues like manipulating data from different
"month-year" tables. Could anyone please help us to make our vision
clear on this?
Looking for your valuable comments.
Thanks.
We are using Month-year tables to keep the history of long transaction
of our application. For example:
We capture the details of a certain action in table
"TransDtls<Curr Month><CurrYear >" (this month: TransDtls072005 ).
This way tables keep growing. every month a new table gets created. We
have done it because we estimated that every month year table will
carry around 2 - 3 Lac records and most of the time the operations will
work on current month year table.
Avoiding this way and carrying on with single table instead of "Month
year" table might lead us system performance issues.
But now we are a bit confused on the way we are heading and also facing
the implementation issues like manipulating data from different
"month-year" tables. Could anyone please help us to make our vision
clear on this?
Looking for your valuable comments.
Thanks.
Comment