Re: [Extra] draft-ietf-extra-quota: 64 bit numbers

Timo Sirainen <timo@sirainen.com> Mon, 22 June 2020 14:08 UTC

Return-Path: <timo@sirainen.com>
X-Original-To: extra@ietfa.amsl.com
Delivered-To: extra@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 3ED263A0D48 for <extra@ietfa.amsl.com>; Mon, 22 Jun 2020 07:08:31 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 51rghmJqzlEu for <extra@ietfa.amsl.com>; Mon, 22 Jun 2020 07:08:30 -0700 (PDT)
Received: from sirainen.com (mail.sirainen.com [94.237.26.55]) by ietfa.amsl.com (Postfix) with ESMTP id CE84E3A0D47 for <extra@ietf.org>; Mon, 22 Jun 2020 07:08:29 -0700 (PDT)
Received: from [172.20.10.2] (unknown [85.76.109.0]) by sirainen.com (Postfix) with ESMTPSA id 64B662B3C8B; Mon, 22 Jun 2020 14:08:26 +0000 (UTC)
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\))
From: Timo Sirainen <timo@sirainen.com>
In-Reply-To: <51f094eb-0d25-43e2-a763-61281df16201@gulbrandsen.priv.no>
Date: Mon, 22 Jun 2020 17:08:25 +0300
Cc: extra@ietf.org, Alexey Melnikov <alexey.melnikov@isode.com>
Content-Transfer-Encoding: quoted-printable
Message-Id: <E54A1A0A-224C-4F73-A25C-89214D83EFFD@sirainen.com>
References: <D5959732-6733-4747-B0F9-7302A0471767@sirainen.com> <dd80189f-7aed-b49c-da12-0d2dc80be907@isode.com> <41C5AB52-3FA9-4711-A254-492CF6B64F01@sirainen.com> <51f094eb-0d25-43e2-a763-61281df16201@gulbrandsen.priv.no>
To: Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
X-Mailer: Apple Mail (2.3608.80.23.2.2)
Archived-At: <https://mailarchive.ietf.org/arch/msg/extra/wqmGw9oDPsmbX1bzcocDPI4wPec>
Subject: Re: [Extra] draft-ietf-extra-quota: 64 bit numbers
X-BeenThere: extra@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Email mailstore and eXtensions To Revise or Amend <extra.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/extra>, <mailto:extra-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/extra/>
List-Post: <mailto:extra@ietf.org>
List-Help: <mailto:extra-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/extra>, <mailto:extra-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 22 Jun 2020 14:08:31 -0000

On 22. Jun 2020, at 16.40, Arnt Gulbrandsen <arnt@gulbrandsen.priv.no> wrote:
> 
> On Monday 22 June 2020 14:23:25 CEST, Timo Sirainen wrote:
>> On 22. Jun 2020, at 15.11, Alexey Melnikov <alexey.melnikov@isode.com> wrote:
>>> On 17/06/2020 22:30, Timo Sirainen wrote:
>>> ...
>> 
>> Yes. I think this 63/64bit issue was discussed some time ago already. Maybe related to some other extension.
> 
> How about making ALL 32-bit numbers 63-bit in 4rev2? This may require nothing more than an entry in Appendix D.

I wouldn't make sequences or UIDs more than 32bit. I don't see much benefits, only a lot of extra complexity and waste of memory/disk space.

I wouldn't mind making message sizes (literals, RFC822.SIZE) 63bit though. Dovecot has actually internally done that already since the beginning.