in reply to Re: OT: Scalable web application architecture
in thread OT: Scalable web application architecture
Yes. That is exactly what I was planning to do with this table. Instead of looping over all combination of rooms and packages, I put them all in one table and create a query like you said. The problem is in keeping it up to date with the actual data, which reside in their own table in every property database (e.g.: room table, package table, season table, etc...). However, can you give me an example of how a data structure for data retrieval differ from data storage?
I'll look into MySQL tuning again. It seems that everyone points me to it, so there must be something there.
badaiaqrandista
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: OT: Scalable web application architecture
by jhourcle (Prior) on Dec 07, 2005 at 15:48 UTC |