Re:

From: JanWieck(at)t-online(dot)de (Jan Wieck)
To: Michael Fork <mfork(at)toledolink(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re:
Date: 2000-06-08 10:50:20
Message-ID: 200006081050.MAA27459@hot.jw.home
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Michael Fork wrote:
> 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);
>

Hmmm - not sure what that should tell us ?!?

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

Jan

--

#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#================================================== JanWieck(at)Yahoo(dot)com #

In response to

  • at 2000-06-05 18:58:42 from Michael Fork

Browse pgsql-sql by date

  From Date Subject
Next Message Niall Smart 2000-06-08 11:56:48 Re: Problem with subquery in CHECK constraint.
Previous Message Hiroshi Inoue 2000-06-08 04:47:34 RE: Re: [SQL] oracle rownum equivalent?