Hi there,
I want some of your opinions on what would be the best file structure in terms of speed of the site in this case.
Basically its an articles site and the articles can either been shown, archived, waiting to be approved or in the bin.
Now the objective is to make it as fast as possible for the users that want to read the articles, so the articles that are shown and the archived articles which can be searched.
Now the shown articles (or links to) are all on the first page so are queried for straight away.
The user can then click a link and he is taken to a search where he can search through both the shown articles and the archived ones.
The articles waiting for approval and the ones in the bin arent seen by the public.
Now in terms of speed of the querying for the shown articles and the archived articles, in the situation above, what would be the best table structure.
For instance, my guess would be:
2 tables
table 1: shown articles and archived ones
table 2: recyling bin, and articles waiting to be approved.
Whats your oppnion?
Thanks...
I want some of your opinions on what would be the best file structure in terms of speed of the site in this case.
Basically its an articles site and the articles can either been shown, archived, waiting to be approved or in the bin.
Now the objective is to make it as fast as possible for the users that want to read the articles, so the articles that are shown and the archived articles which can be searched.
Now the shown articles (or links to) are all on the first page so are queried for straight away.
The user can then click a link and he is taken to a search where he can search through both the shown articles and the archived ones.
The articles waiting for approval and the ones in the bin arent seen by the public.
Now in terms of speed of the querying for the shown articles and the archived articles, in the situation above, what would be the best table structure.
For instance, my guess would be:
2 tables
table 1: shown articles and archived ones
table 2: recyling bin, and articles waiting to be approved.
Whats your oppnion?
Thanks...