Hey, been awhile.
I'm working on a portal for distributors, some type of JIT (just in time) implementation.
Now i've been reading alot on DB so i can implement the right database and the right data structure.
Now i see, i can do alot more then i'm use to do.
My question:
Is it better to pre-organized the data in the DB engin (i'm using MySQL) with more complex queries or just throw a simple query and manage the data in the PHP engin ?
i'm lookin for a best performance with the possibility of high traffic intranet.
i need your input on MySQL engin vs PHP engin, taking out all other variables.
thx