Subject | Re: [ib-support] Two things Firebird needs for corp acceptance |
---|---|
Author | Woody |
Post date | 2002-06-10T18:23:05Z |
From: "Paul Schmidt" <paul@...>
instance, in my main app, information is archived for the current year, and
each year it is archived to a history for that fiscal year. That means a
database for the current information, a database for the current archive,
and a database for each fiscal archive. Doing reports across multiple fiscal
years means separate queries for each database. Fortunately, I've already
developed a class component which lets me use multiple databases and queries
easily but it would be much easier to write a stored procedure to return the
result set instead of working with more than one.
Temp tables I have no use for at this time.
Woody (TMW)
>fact it means
> If the database is designed properly, then this isn't really a problem, in
> fewer problems, one of the problems with having separate databases allover the
> place is keeping them synchronized, users (and system operators) can'talways
> grasp the idea that when you restore DatabaseA (3MB) that you always needto
> restore DatabaseB (17.5GB) as well, so 95% of the time, they don't andthen you
> end up spending two weeks trying to put the pieces back together (beenthere, done
> that).Still, there are situations where more than one database is called for. For
>
instance, in my main app, information is archived for the current year, and
each year it is archived to a history for that fiscal year. That means a
database for the current information, a database for the current archive,
and a database for each fiscal archive. Doing reports across multiple fiscal
years means separate queries for each database. Fortunately, I've already
developed a class component which lets me use multiple databases and queries
easily but it would be much easier to write a stored procedure to return the
result set instead of working with more than one.
Temp tables I have no use for at this time.
Woody (TMW)