Re: financial database / data management
> 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!