Re: WIP: Make timestamptz_out less slow.

From: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
To: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>, Andres Freund <andres(at)anarazel(dot)de>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: WIP: Make timestamptz_out less slow.
Date: 2015-09-14 17:03:31
Message-ID: 55F6FDE3.7090003@BlueTreble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 9/13/15 2:43 AM, David Rowley wrote:
> Are you worried about this because I've not focused on optimising float
> timestamps as much as int64 timestamps? Are there many people compiling
> with float timestamps in the real world?

My $0.02: the default was changed some 5 years ago so FP time is
probably pretty rare now. I don't think it's worth a bunch of extra work
to speed them up.
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2015-09-14 17:05:32 Re: WIP: Make timestamptz_out less slow.
Previous Message Jeff Janes 2015-09-14 17:00:30 Re: Spurious standby query cancellations