Re: [DISCUSSION] Forceful minor Compaction

2017-04-19 Thread Kunal Kapoor
Example:- alter table carbon_table compact 'minor' level '1'. > > This would forcefully combine the segments(4, 5, 6) in to a level 1 > > compacted segment called 4.1 giving me 2 level-1 compacted segment (0.1 > > and > > 4.1) > > Similar operation can be done with level-1 comp

Re: [DISCUSSION] Forceful minor Compaction

2017-04-19 Thread Liang Chen
ments(4, 5, 6) in to a level 1 > compacted segment called 4.1 giving me 2 level-1 compacted segment (0.1 > and > 4.1) > Similar operation can be done with level-1 compacted segments. -- View this message in context: http://apache-carbondata-mailing-list-archive.1130556.n5.nabbl

[DISCUSSION] Forceful minor Compaction

2017-04-13 Thread Kunal Kapoor
Hi all, I was looking into compaction and had a query regarding the same. If you have auto compaction turned on and the threshold level is 4,3 Now try loading data 7 times which will make 7 segments. Now as the auto compaction was on therefore 4 segments will be merged to 0.1. The segments visible