NetApp PAM quick trick
Thursday, September 9th, 2010PAM Trick: So today at work we did a massive head upgrade (from 6070′s to 6080′s) as well as some shelf swaps. The new heads have Flash Cache cards in them, half a terabyte of memory on a card used for caching, which ideally should speed up stuff, and keep the overal IOPs own on the busiest shelves. Now I will give credit where credit is due, my coworker Dalvenjah (yes that is a handle), did a very slick thing to get a mysql db into cache quickly. The database was stopped, he cd’d into the data dir, then ran cat * > /dev/null which sequentially read the files, essentially pumping them into the cache, as the first read comes from disk, all subsequent reads came from cache, the speedup was awesome. Just thought I would share :), I am quite sure you can think of other just as slick ways to get data into cache.
