MySQL Forums
Forum List  »  PHP

Re: financial database / data management
Posted by: Roland Bouman
Date: August 17, 2005 02:56AM

> What remains to be seen, is whether i can get away
> with creating all the data I need on the fly,
> and/or having it strored in tables for quick
> access. after all, fund data will oinly be updated
> once a month, but accessed daily.
>
> Whichever way I go, however, i still need to start
> with working out the financial data in need via
> sql logic, so i guess i will start there, and see
> how fast, or slow, the resulting queries are.
>

Sounds like a plan, Frederico. You need the logic first, so once you're done programming the necessary queries/calculation you can always decide at that point to store the aggregates.

Anyway, good luck!

Options: ReplyQuote


Subject
Written By
Posted
Re: financial database / data management
August 17, 2005 02:56AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.