Slide 5
Slide 5 text
HBASE-14090: Redo Fs-Layout
• Fix Scaling issues, 1M region, lots of snapshots, …
• Remove small files (Split Reference, HFileLink)
• Proper (and less expensive) atomicity by avoiding create /tmp && rename
• Online Snapshot w/o need of flush; no need for RSs coordination
• HFile Cleaner without fs scan
• Table rename support!
• …
HBase 2.0
Apache