[Bug 1842043] Re: The Nonce model needs an index

Simon Quigley 1842043 at bugs.launchpad.net
Fri Jul 17 12:54:36 UTC 2020


Hi Alberto! Apologies for the delay in reviewing your patch.

According to LP #1882949, it seems this package has been removed from
Groovy. If you feel this should be SRU'ed, please update the bug
description to follow the Stable Release Update guidelines, which can be
found here:
https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Template

I have unsubscribed ~ubuntu-sponsors, as there is nothing left to do
here. Please resubscribe us if you would like to get this in a stable
release.

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1842043

Title:
  The Nonce model needs an index

Status in django-piston3 package in Ubuntu:
  In Progress

Bug description:
  The Nonce model needs a (ideally unique) index on (token_key,
  consumer_key, key).

  Aside from granting there to be only one entry for each combination,
  the index will speed up search for nonces when API calls are
  performed.

  Given Nonce entries are never deleted, the table can grow quite big,
  and doing a full scan to find if there's a matching entry becomes
  increasingly more costly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/django-piston3/+bug/1842043/+subscriptions



More information about the Ubuntu-sponsors mailing list