Re: How to do faster DML

David G. Johnston <david.g.johnston@gmail.com>

From: "David G. Johnston" <david.g.johnston@gmail.com>
To: veem v <veema0000@gmail.com>
Cc: "pgsql-general@lists.postgresql.org" <pgsql-general@lists.postgresql.org>, "Peter J. Holzer" <hjp-pgsql@hjp.at>
Date: 2024-02-15T05:55:01Z
Lists: pgsql-general
On Tuesday, February 13, 2024, veem v <veema0000@gmail.com> wrote:
>
> float data types rather than numeric. This will give better performance.
>

 Only use an inexact floating-point data type if you truly understand what
you are getting yourself into.  Quickly getting the wrong answer isn’t
tolerable solution.

David J.