Re: How to do faster DML

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: veem v <veema0000(at)gmail(dot)com>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>, "Peter J(dot) Holzer" <hjp-pgsql(at)hjp(dot)at>
Subject: Re: How to do faster DML
Date: 2024-02-15 05:55:01
Message-ID: CAKFQuwZ4qqf-B9b8uQ5Xrxge9Rn0eeAdDPsn-WCwRBGBqNp01A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tuesday, February 13, 2024, veem v <veema0000(at)gmail(dot)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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Laurenz Albe 2024-02-15 07:32:24 Re: RowLock and multiple transactions
Previous Message Ron Johnson 2024-02-15 05:34:44 Re: How to do faster DML