[MCOL-1207] The max values for Decimal data type is 18, how can store more bigger Created: 2018-02-07 Updated: 2018-02-07 Resolved: 2018-02-07 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MariaDB Server |
| Affects Version/s: | 1.1.2 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | chenxinglong | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 6.5+ MariaDB ColumnStore 1.1.2 |
||
| Issue Links: |
|
||||||||
| Description |
|
MariaDB [dba_info]> CREATE TABLE tb_test |
| Comments |
| Comment by David Thompson (Inactive) [ 2018-02-07 ] |
|
ColumnStore currently is limited to what can be stored in 8 bytes in the column files. There is an existing enhancement to support a larger range. One question to ask is if you really need this range and second could double fulfil your needs (still limited precision but range can be higher). |