Re: Why INT type is stored like BIGINT?
Posted by
ravipesala on
Dec 04, 2016; 5:43pm
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/Why-INT-type-is-stored-like-BIGINT-tp3628p3644.html
Hi,
Since we use delta compression for measure types in carbondata , it stores
the data with least datatype as per the values in blocklet. So it does not
matter whether we store INT or BIGINT in carbondata files, it always use
least datatype to store.
Regards,
Ravi
On 4 December 2016 at 13:28, Sea <
[hidden email]> wrote:
> Hi, all:
> I find that INT is is stored like BIGINT? Why?
--
Thanks & Regards,
Ravi