<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=DatabaseIndexes</id>
	<title>DatabaseIndexes - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=DatabaseIndexes"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=DatabaseIndexes&amp;action=history"/>
	<updated>2026-08-22T09:38:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=DatabaseIndexes&amp;diff=821&amp;oldid=prev</id>
		<title>Admin: 2 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=DatabaseIndexes&amp;diff=821&amp;oldid=prev"/>
		<updated>2016-04-06T20:08:44Z</updated>

		<summary type="html">&lt;p&gt;2 revisions imported&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This page is intended to capture notes about possible additional database indexes, which could be used to influence future updates to the official schemas.&lt;br /&gt;
&lt;br /&gt;
Ideally stick to the fixed format so that the details are clear (although feel free to add other relevant fields and free-form rationales, etc.)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* Baseline: 3.8.7&lt;br /&gt;
* Database: [[PostgreSQL]]&lt;br /&gt;
* Database Version: 8.3&lt;br /&gt;
* Suggested by: Dominic Hargreaves&lt;br /&gt;
* Tested system: snapshots of rt.oucs.ox.ac.uk&lt;br /&gt;
* Definition: CREATE INDEX groups3 on groups(lower(type::text), lower(domain::text), instance);&lt;br /&gt;
&lt;br /&gt;
* http://rt3.fsck.com/Ticket/Display.html?id=8568&lt;br /&gt;
* http://rt3.fsck.com/Ticket/Display.html?id=13056&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* Baseline: 3.8.7&lt;br /&gt;
* Database: [[PostgreSQL]]&lt;br /&gt;
* Database Version: 8.3&lt;br /&gt;
* Suggested by: Dominic Hargreaves&lt;br /&gt;
* Tested system: snapshots of rt.oucs.ox.ac.uk&lt;br /&gt;
* Definition: CREATE INDEX users5 ON users (LOWER(emailaddress));&lt;br /&gt;
&lt;br /&gt;
* http://lists.bestpractical.com/pipermail/rt-users/2009-November/062386.html&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* Baseline: 3.8.7&lt;br /&gt;
* Database: [[PostgreSQL]]&lt;br /&gt;
* Database Version: 8.3&lt;br /&gt;
* Suggested by: Dominic Hargreaves&lt;br /&gt;
* Tested system: snapshots of rt.oucs.ox.ac.uk&lt;br /&gt;
* Definition: CREATE UNIQUE INDEX users6 on users(lower(name::text));&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* Baseline: 3.8.7&lt;br /&gt;
* Database: [[PostgreSQL]]&lt;br /&gt;
* Database Version: 8.3&lt;br /&gt;
* Suggested by: Dominic Hargreaves&lt;br /&gt;
* Tested system: snapshots of rt.oucs.ox.ac.uk&lt;br /&gt;
* Definition: CREATE INDEX principals3 on principals (disabled, principaltype);&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
* Baseline: 3.8.7&lt;br /&gt;
* Database: [[PostgreSQL]]&lt;br /&gt;
* Database Version: 8.3&lt;br /&gt;
* Suggested by: Dominic Hargreaves&lt;br /&gt;
* Definition: CREATE INDEX tickets6 on tickets (status, owner, type, effectiveid);&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>