From: Michael Fork <mfork(at)toledolink(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject:
Date: 2000-06-05 18:58:42
Message-ID: Pine.BSI.4.21.0006051448230.20428-100000@glass.toledolink.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

CREATE INDEX idx_radacct_1 ON radacct (username,acctstatustype,tstamp);
CREATE INDEX idx_radacct_2 ON radacct (username,acctstatustype);
CREATE INDEX idx_radacct_3 ON radacct (username,tstamp);
CREATE INDEX idx_radacct_4 ON radacct (acctstatustype,tstamp);
CREATE INDEX idx_radacct_5 ON radacct (tstamp);
CREATE INDEX idx_radacct_6 ON radacct (acctstatustype);
CREATE INDEX idx_radacct_7 ON radacct (username);
CREATE INDEX idx_radacct_8 ON radacct (tstamp,acctstatustype);

Michael Fork - CCNA - MCP - A+
Network Support - Toledo Internet Access - Toledo Ohio

Responses

  • Re: at 2000-06-08 10:50:20 from Jan Wieck

Browse pgsql-sql by date

  From Date Subject
Next Message Michael Fork 2000-06-05 19:10:56 Index Scans
Previous Message Bernie Huang 2000-06-05 18:27:04 Problem with array