How to do Readahead(file prefetching) Optimization

Moderator: NorbertKrupa

Post Reply
adrian.oprea
Intermediate
Intermediate
Posts: 163
Joined: Tue Jun 19, 2012 2:44 pm
Location: Rio de Janeiro
Contact:

How to do Readahead(file prefetching) Optimization

Post by adrian.oprea » Fri Mar 20, 2015 2:00 pm

Hi everybody,
I have a question to make !
What is the optimal Readahead(file prefetching) value to be setup in Vertica ?
Sequential prefetching is a well established technique for improving I/O performance.
We know that HP Vertica recommends that we should set it to at least 2048
Example:

Code: Select all

/sbin/blockdev --setra 2048 /dev/sda1
Would my workload be good baseline for me to customize my Readahead value ?
Is there a best practice regarding this ?
thanx all

I found a very nice article on this topic and i would like to share it with you guys
http://www.ece.eng.wayne.edu/~sjiang/Ts ... dahead.pdf
trying so hard !!!

Post Reply

Return to “Vertica Database Administration”