greenlion / warp

WarpSQL Server, an open source OLAP focused distribution of the world's most popular open source database bundled with OLAP performance related plugins such as the WARP storage engine..
http://warpsql.blog
Other
41 stars 2 forks source link

Support HUGEINT (128bit int) and increase decimal storage size to 128 bits internally #47

Closed greenlion closed 2 years ago

greenlion commented 3 years ago

Aggregation functions like SUM/STDDEV/etc can overflow on bigint or decimal expressions. Add new data types to prevent this. This is important for scientific computing.