Re: Data Types

2019-03-31 Thread zeng jienan
databases. 2. Proper data types can reduce storage space and of course accelerate calculations indirectly Of course, I also think that the current data type is enough. > 在 2019年3月29日,下午11:37,Gian Merlino 写道: > > I don't see why it shouldn't support ot

Re: Data Types

2019-03-29 Thread Gian Merlino
I don't see why it shouldn't support other data types, but like Charles said, it should ideally be use case driven, since adding new data types bumps up the complexity level of the core code permanently. I don't see a reason to add every single SQL data type just because it exis

Re: Data Types

2019-03-29 Thread Charles Allen
achieve? Can you provide more context on the end use cases? On Fri, Mar 29, 2019, 12:24 AM zeng jienan wrote: > Hi, > > Will druid support other data types in the future? Such as boolean, byte, > short, int. >

Data Types

2019-03-29 Thread zeng jienan
Hi, Will druid support other data types in the future? Such as boolean, byte, short, int.