I'm developing a webstore application for e-commerce(or trying to ). I'm wondering about the best way to get some values from my database. I have Categories, Families and SubFamilies.
Now each time i load a page, depending on the page level, the server has to load/unload around 5 recordsets. what if i use arrays for the Categories, Families and SubFamilies.
For example: on application_onstart get the values from the database and store them in the arrays.
Do you think it would be faster? Would or could it be too "heavy" for the server?
What do you thing?
Now each time i load a page, depending on the page level, the server has to load/unload around 5 recordsets. what if i use arrays for the Categories, Families and SubFamilies.
For example: on application_onstart get the values from the database and store them in the arrays.
Do you think it would be faster? Would or could it be too "heavy" for the server?
What do you thing?