Subject | Re: [firebird-support] Larger table or Archive table? |
---|---|
Author | Doug Chamberlin |
Post date | 2003-11-01T02:23:01Z |
At 10/31/2003 03:32 PM (Friday), rjschappe wrote:
combining the tables into one and see what effect it has on normal processing.
Also, consider creating a view which is the union of the current and
archived tables. Then report using the view. This would make reporting
easier but leave the other processing intact to achieve the increased speed.
>Should I continue to archive my Orders and OrderItems or can I bringNothing beats a little experimentation. In a test copy of the DB try
>these back together???
combining the tables into one and see what effect it has on normal processing.
Also, consider creating a view which is the union of the current and
archived tables. Then report using the view. This would make reporting
easier but leave the other processing intact to achieve the increased speed.