Deutsch   English   Français   Italiano  
<vd7onl$tvpn$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: =?UTF-8?Q?Arne_Vajh=C3=B8j?= <arne@vajhoej.dk>
Newsgroups: comp.os.vms
Subject: Re: Apache + mod_php performance
Date: Fri, 27 Sep 2024 22:13:09 -0400
Organization: A noiseless patient Spider
Lines: 19
Message-ID: <vd7onl$tvpn$1@dont-email.me>
References: <vcv0bl$39mnj$1@dont-email.me> <vd1bdp$3npm3$1@dont-email.me>
 <vd1lgd$dbq$1@reader1.panix.com> <vd1u8j$3qqpg$1@dont-email.me>
 <vd3vhj$849$1@reader1.panix.com> <vd6l5h$pmt5$1@dont-email.me>
 <vd7ec3$tdq8$4@dont-email.me> <vd7fdf$tgu3$1@dont-email.me>
 <vd7glq$tdq8$16@dont-email.me> <vd7hme$tgu3$3@dont-email.me>
 <vd7nk3$12csp$1@dont-email.me> <66f762e1$0$711$14726298@news.sunsite.dk>
 <vd7o2j$12e29$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 28 Sep 2024 04:13:10 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="3910fcfe6957e3ff390434a9c1551702";
	logging-data="982839"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18WdRz2VZ/l0K8j8m7cEwRX6Tt4Yf6k48w="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:Orh2+7C1UIG883yBJhnhn4eJvZ0=
In-Reply-To: <vd7o2j$12e29$2@dont-email.me>
Content-Language: en-US
Bytes: 2119

On 9/27/2024 10:01 PM, Lawrence D'Oliveiro wrote:
> On Fri, 27 Sep 2024 21:58:57 -0400, Arne Vajhøj wrote:
>> On 9/27/2024 9:54 PM, Lawrence D'Oliveiro wrote:
>>> On Fri, 27 Sep 2024 20:13:01 -0400, Arne Vajhøj wrote:
>>>> But running application and database on same system is not an option
>>>> if it is a high volume solution ...
>>>
>>> Of course it’s an option. Performance is a tradeoff between conflicting
>>> system parameters.
>>
>> If volume requires sharding then ...
> 
> “Sharding” means “split across multiple physical persistent storage”.

It means that you have N active database servers each with 1/N of the
data (possible with replication to N or 2N passive database servers).

Arne