CMS-Blog system
- From: mzvarik@xxxxxxxxx (Martin Zvarík)
- Date: Wed, 03 Sep 2008 23:01:04 +0200
Hi,
I am working on CMS-Blog system, which will be using approx. 10 000 users.
I have a basic question - I believe there are only two options - which one is better?
1) having separate databases for each blog = fast
(problem: what if I will need to do search in all of the blogs for some article?)
2) having all blogs in one database - that might be 10 000 * 100 articles = too many rows, but easy to search and maintain, hmm?
---
I am thinking of having some file etc. "cms-core.php" in some base directory and every subdirectory (= users subdomains) would include this "cms-core" file with some individual settings. Is there better idea?
I appreciate your discussion on this topic.
Martin Zvarik
.
- Follow-Ups:
- Re: [PHP] CMS-Blog system
- From: Stut
- Re: [PHP] CMS-Blog system
- From: Jochem Maas
- Re: [PHP] CMS-Blog system
- Prev by Date: Re: PHP on 64bit Ubuntu
- Next by Date: Re: [PHP] PHP: Mulitiple Arrary Sort
- Previous by thread: PHP on 64bit Ubuntu
- Next by thread: Re: [PHP] CMS-Blog system
- Index(es):
Relevant Pages
|