Let say i have a region with region max store file size 10 GB and after major compaction i have a single hfile with size 9GB(stored in hadoop). Now my doubt is how regionserver will read and process that 9GB file from hadoop.
Will it initially load that file to regionserver inmemory? if yes how it is possible if my heap size is only 8GB?