-1

I need to choise the storage type for a squid proxy server with 100Mb/s traffic.

RAID0, LVM or JBOD

Which is better for performance (don't care the data reliability) ?

This storage is only for the squid cache (not system disk).

I have 3 disk for the array.

I'm using centos 5

Roberto
  • 87
  • 1
  • 7

2 Answers2

0

JBOD is the fastest. You can even get a better performance with SSD hard disks.

Not seriously: And if you don't relay on reliability then what about ramdisks? You can't beat their performance.

mailq
  • 16,882
  • 2
  • 36
  • 66
  • Thanks, do you know where I found a guide for JBOD configure ? I can't found anything. – Roberto Aug 05 '11 at 22:15
  • JBOD means "just a bunch". So just _use_ them. Probably as Zoredache suggests or as MikeyB suggests. Nothing special. – mailq Aug 05 '11 at 22:23
  • @Roberto: The faaaaq... [the faaaaaaaaaaaaq...](http://wiki.squid-cache.org/SquidFaq/RAID) – womble Aug 05 '11 at 22:33
  • To configure squid with jbod. Install disks, setup one [cache_dir](http://www.squid-cache.org/Doc/config/cache_dir/) per disk. – Zoredache Aug 05 '11 at 22:45
0

Your fastest option will probably be three separate mountpoints, one for each disk. Configure Squid to balance across them.

MikeyB
  • 38,725
  • 10
  • 102
  • 186