Clickhouse: Any plan to support decimal?

Created on 12 Mar 2018  路  3Comments  路  Source: ClickHouse/ClickHouse

I don't see it on the roadmap, any chance we can have it?

Time have passed since https://github.com/yandex/ClickHouse/issues/253, so I hope you don't mind I asked this again.

Thanks for the great works :D

duplicate feature question

Most helpful comment

We don't have it in our "short-list" roadmap and it is not scheduled for implementation right now,
but I'm considering this feature for implementation and started reviewing possible approaches.

It will most likely to be implemented as 128 or 64 bit integer as a backend (depending on scale + precision). The implementation is mostly straightforward.

All 3 comments

We don't have it in our "short-list" roadmap and it is not scheduled for implementation right now,
but I'm considering this feature for implementation and started reviewing possible approaches.

It will most likely to be implemented as 128 or 64 bit integer as a backend (depending on scale + precision). The implementation is mostly straightforward.

Wonderful!

Let's keep just #253 for this.

Was this page helpful?
0 / 5 - 0 ratings