* Where to put the journal
@ 2004-08-01 11:11 Xuân Baldauf
2004-08-02 9:27 ` Vladimir V. Saveliev
0 siblings, 1 reply; 5+ messages in thread
From: Xuân Baldauf @ 2004-08-01 11:11 UTC (permalink / raw)
To: Reiserfs List
Hello,
I want to setup a Linux software RAID 5 over disks of different speed
with reiserfs on top. I know that the journal has to be accessed
frequently for comparably small accesses. That's why I'm considering to
"offload" the journal onto an extra partition on a faster disk of the
RAID set.
Thus, the journal would not be protected by the RAID, but this is not so
important for me.
Is this kind of reasoning sane? Would there be any speedup by offloading
the journal?
Thanks,
Xuân Baldauf.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Where to put the journal
2004-08-01 11:11 Where to put the journal Xuân Baldauf
@ 2004-08-02 9:27 ` Vladimir V. Saveliev
2004-08-05 16:39 ` Edward Shishkin
0 siblings, 1 reply; 5+ messages in thread
From: Vladimir V. Saveliev @ 2004-08-02 9:27 UTC (permalink / raw)
To: Xuân Baldauf; +Cc: Reiserfs List
Hello
Xuân Baldauf wrote:
> Hello,
>
> I want to setup a Linux software RAID 5 over disks of different speed
> with reiserfs on top. I know that the journal has to be accessed
> frequently for comparably small accesses. That's why I'm considering to
> "offload" the journal onto an extra partition on a faster disk of the
> RAID set.
>
> Thus, the journal would not be protected by the RAID, but this is not so
> important for me.
>
> Is this kind of reasoning sane? Would there be any speedup by offloading
> the journal?
>
Person who did some tests on non standard journal is on vacation. He is expected to come back today. Maybe he remembers benchmark results,
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Where to put the journal
2004-08-02 9:27 ` Vladimir V. Saveliev
@ 2004-08-05 16:39 ` Edward Shishkin
2004-08-05 17:05 ` Xuân Baldauf
0 siblings, 1 reply; 5+ messages in thread
From: Edward Shishkin @ 2004-08-05 16:39 UTC (permalink / raw)
To: Xuân Baldauf; +Cc: Vladimir V. Saveliev, Reiserfs List
Vladimir V. Saveliev wrote:
> Hello
>
> Xuân Baldauf wrote:
>
>> Hello,
>>
>> I want to setup a Linux software RAID 5 over disks of different speed
>> with reiserfs on top. I know that the journal has to be accessed
>> frequently for comparably small accesses. That's why I'm considering
>> to "offload" the journal onto an extra partition on a faster disk of
>> the RAID set.
>>
>> Thus, the journal would not be protected by the RAID, but this is not
>> so important for me.
>>
>> Is this kind of reasoning sane? Would there be any speedup by
>> offloading the journal?
>>
>
Hello.
Unfortunately comprehensive results of journal relocation are obsolete
as it was done at the beginning of mongo evolution. As I remember there
were no any essential speedups. The only result of journal relocation that
was created by new mongo benchmark can be found here:
http://thebsh.namesys.com/benchmarks/journal_relocation_to_NVRAM.html
Edward.
> Person who did some tests on non standard journal is on vacation. He
> is expected to come back today. Maybe he remembers benchmark results,
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Where to put the journal
2004-08-05 16:39 ` Edward Shishkin
@ 2004-08-05 17:05 ` Xuân Baldauf
2004-08-05 17:31 ` Edward Shishkin
0 siblings, 1 reply; 5+ messages in thread
From: Xuân Baldauf @ 2004-08-05 17:05 UTC (permalink / raw)
To: Edward Shishkin; +Cc: Vladimir V. Saveliev, Reiserfs List
Edward Shishkin wrote:
> Vladimir V. Saveliev wrote:
>
>> Hello
>>
>> Xuân Baldauf wrote:
>>
>>> Hello,
>>>
>>> I want to setup a Linux software RAID 5 over disks of different
>>> speed with reiserfs on top. I know that the journal has to be
>>> accessed frequently for comparably small accesses. That's why I'm
>>> considering to "offload" the journal onto an extra partition on a
>>> faster disk of the RAID set.
>>>
>>> Thus, the journal would not be protected by the RAID, but this is
>>> not so important for me.
>>>
>>> Is this kind of reasoning sane? Would there be any speedup by
>>> offloading the journal?
>>>
>>
>
> Hello.
> Unfortunately comprehensive results of journal relocation are obsolete
> as it was done at the beginning of mongo evolution. As I remember there
> were no any essential speedups. The only result of journal
> relocation that
> was created by new mongo benchmark can be found here:
> http://thebsh.namesys.com/benchmarks/journal_relocation_to_NVRAM.html
Thank you,
essentially, these numbers say that relocation provided a speedup of
about 10% for write. This surprises me a bit, because I expected a
significantly smaller seek count for a write operation. Nevertheless,
maybe I should run benchmarks with many small files for myself. :-)
>
> Edward.
ciao,
Xuân Baldauf.
>
>> Person who did some tests on non standard journal is on vacation. He
>> is expected to come back today. Maybe he remembers benchmark results,
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Where to put the journal
2004-08-05 17:05 ` Xuân Baldauf
@ 2004-08-05 17:31 ` Edward Shishkin
0 siblings, 0 replies; 5+ messages in thread
From: Edward Shishkin @ 2004-08-05 17:31 UTC (permalink / raw)
To: Xuân Baldauf; +Cc: Vladimir V. Saveliev, Reiserfs List
Xuân Baldauf wrote:
> Edward Shishkin wrote:
>
>> Vladimir V. Saveliev wrote:
>>
>>> Hello
>>>
>>> Xuân Baldauf wrote:
>>>
>>>> Hello,
>>>>
>>>> I want to setup a Linux software RAID 5 over disks of different
>>>> speed with reiserfs on top. I know that the journal has to be
>>>> accessed frequently for comparably small accesses. That's why I'm
>>>> considering to "offload" the journal onto an extra partition on a
>>>> faster disk of the RAID set.
>>>>
>>>> Thus, the journal would not be protected by the RAID, but this is
>>>> not so important for me.
>>>>
>>>> Is this kind of reasoning sane? Would there be any speedup by
>>>> offloading the journal?
>>>>
>>>
>>
>> Hello.
>> Unfortunately comprehensive results of journal relocation are obsolete
>> as it was done at the beginning of mongo evolution. As I remember there
>> were no any essential speedups. The only result of journal
>> relocation that
>> was created by new mongo benchmark can be found here:
>> http://thebsh.namesys.com/benchmarks/journal_relocation_to_NVRAM.html
>
>
> Thank you,
>
> essentially, these numbers say that relocation provided a speedup of
> about 10% for write.
Note this is for data logging journal mode (mount option "data=journal")
Edward.
> This surprises me a bit, because I expected a significantly smaller
> seek count for a write operation. Nevertheless, maybe I should run
> benchmarks with many small files for myself. :-)
>
>>
>> Edward.
>
>
>
> ciao,
>
> Xuân Baldauf.
>
>>
>>> Person who did some tests on non standard journal is on vacation. He
>>> is expected to come back today. Maybe he remembers benchmark results,
>>
>>
>
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-08-05 17:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-01 11:11 Where to put the journal Xuân Baldauf
2004-08-02 9:27 ` Vladimir V. Saveliev
2004-08-05 16:39 ` Edward Shishkin
2004-08-05 17:05 ` Xuân Baldauf
2004-08-05 17:31 ` Edward Shishkin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.