junneyang / zumastor

Automatically exported from code.google.com/p/zumastor
0 stars 1 forks source link

Use AIO to read metadata in 'ddsnap status' #149

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
'ddsnap status' can take some minutes to complete because the ddsnap btree
is too large to fit in memory when the volume is large and is aged after
several snapshot deletion. We can use AIO to speed up reading btree from disk.

Chris is working on this now.

Original issue reported on code.google.com by jiahotc...@gmail.com on 28 May 2008 at 7:00