Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha-1
-
None
-
None
-
Reviewed
-
If cacheOnWrite is enabled during flush or compaction, index and bloom blocks(with data blocks) would be automatically cached during write.
Description
The existing behaviour even even cacheOnWrite is enabled is that we don cache the index or bloom blocks. Now with HBASE-23066 in place we also write blocks on compaction. So it may be better to cache the index/bloom blocks also if cacheOnWrite is enabled?
FYI javaman_chen
Attachments
Attachments
Issue Links
- links to