Christophe Pettus: How slow is DECIMAL, anyway?

📝

内容提要

In PostgreSQL, NUMERIC is a variable length type of fixed precision. You can have as many digits as you want (and you want to pay the storage for). DOUBLE PRECISION is a floating point type, with...

➡️

继续阅读