You are not logged in.

#1 2010-12-02 10:16:13

Mr. Alex
Member
Registered: 2010-08-26
Posts: 623

ext4 journal mode and speed

I was searching via Google and found nothing... ext4 has 3 journalling modes. They have different performances. But performances of what - reading and writing or writing only? Is reading speed of writeback and ordered modes the same?

I know files have access time and date which changes after you read the file. But does journalling mode affect it?

Offline

#2 2010-12-02 10:33:02

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: ext4 journal mode and speed

Offline

#3 2010-12-02 11:44:40

Mr. Alex
Member
Registered: 2010-08-26
Posts: 623

Re: ext4 journal mode and speed

This difference of read speed is with patch, not original ext4 driver. But thanks.

Offline

#4 2010-12-02 17:38:09

thestinger
Package Maintainer (PM)
From: Toronto, Canada
Registered: 2010-01-23
Posts: 478

Re: ext4 journal mode and speed

that's part of the kernel code now, you can disable the journal if you want

the "default" column is with ordered, writeback will be slightly faster, and then without a journal at all is faster

as long as you use noatime, the read speed of each is the same

Offline

#5 2010-12-02 17:59:01

rusty99
Member
Registered: 2009-03-18
Posts: 253

Re: ext4 journal mode and speed

Although this is aimed at ext3 there's a decent description of the 3 data=? in this paper http://www.sun.com/software/whitepapers … rmance.pdf
Some performance benchmarks near the end iirc.

Offline

Board footer

Powered by FluxBB