Re: financial database / data management
hi and thanks again for your reply. Having looked into it a bit more, I think you are absolutely right about using sql logic to do everything. I guess the idea of using php functions was more more appealing to me because it sounded easier (for me, of course)
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.
best,
Federico